Products
Support
Documentation
Download
core09_db_dbd.h
1
#ifndef CORE09_DB_DBD_H
2
#define CORE09_DB_DBD_H
3
/*lint ++flb */
4
5
#include "rdm.h"
6
7
#if defined(__cplusplus)
8
extern
"C"
9
{
10
#endif
11
12
/*lint ++flb */
13
struct
core09_db_dbd_t
{
14
char
ver[DBD_COMPAT_LEN];
15
DICT_SIZE sizes;
16
AC_FILE_ENTRY file_entry[2];
17
AA_RECORD_ENTRY record_entry[1];
18
AA_FIELD_ENTRY field_entry[1];
19
char
file_names[13];
20
};
21
/*lint --flb */
22
23
RDM_EXTERN
const
struct
core09_db_dbd_t
core09_db_dbd;
/*lint !e956 */
24
25
#if defined(__cplusplus)
26
}
27
#endif
28
29
30
/*lint --flb */
31
#endif
/* CORE09_DB_DBD_H */
core09_db_dbd_t
Definition:
core09_db_dbd.h:13
Copyright © 2018 Raima, Inc. All rights reserved.