HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cfgmock1_ccfg.c
Go to the documentation of this file.
1 /*
2  * cfgid: "CID_MOCK1"
3  * datetime: 2015-06-24T07:12:58+09:00
4  * hexdigest: 40d6c78f267f48fd40ddecfb1ba53f7404f615f27ee0c0ea6ee62cd1241543010176f4c27187221268297249ceaed5781c92da8f2ee9717302699a06972d9a0f
5  */
6 #include <hipc/client.h>
7 #include "cfgmock1.h"
8 #include "cfgmock1_ccfg.h"
9 
10 
12  {HIPC_MBR_SIMPLE, "m1"},
13  {HIPC_MBR_SIMPLE, "m2"},
14 };
15 
17  {2, "MOCK1S1", HIPCUD_cfgmock1_CCFG_indp_member_MOCK1S1},
18 };
19 
20 unsigned char HIPCUD_cfgmock1_CCFG_cfgid[9] =
21  {67,73,68,95,77,79,67,75,49};
22 
25  3, 1, HIPCUD_cfgmock1_CCFG_indp_struct
26 };
27 
28 
30  offsetof(struct MOCK1S1, m1),
31  offsetof(struct MOCK1S1, m2),
32 };
34  sizeof(char),
35  sizeof(int),
36 };
37 
40 };
41 
43  sizeof(struct MOCK1S1),
44 };
45 
47  {'\0', HIPCUD_cfgmock1_CCFG_structsizes, HIPCUD_cfgmock1_CCFG_lmdp_struct};
48 
49 
51  0,
54 };
Machine-dependent information of a structure used in a client.
Definition: client.h:55
Machine-independent information of a member of a structure used in a client.
Definition: client.h:18
Machine-independent information of a client.
Definition: client.h:44
struct HIPC_cl_dp HIPCUD_cfgmock1_CCFG_lmdp
Definition: cfgmock1_ccfg.c:46
const struct HIPC_cl_indp_stru HIPCUD_cfgmock1_CCFG_indp_struct[]
Definition: cfgmock1_ccfg.c:16
const struct HIPC_cl_indp HIPCUD_cfgmock1_CCFG_indp
Definition: cfgmock1_ccfg.c:23
Machine-independent information of a structure used in a client.
Definition: client.h:35
unsigned char HIPCUD_cfgmock1_CCFG_lmdp_MOCK1S1_offset[]
Definition: cfgmock1_ccfg.c:29
unsigned char HIPCUD_cfgmock1_CCFG_cfgid[9]
Definition: cfgmock1_ccfg.c:20
unsigned char HIPCUD_cfgmock1_CCFG_structsizes[]
Definition: cfgmock1_ccfg.c:42
const struct HIPC_client HIPCUD_cfgmock1_CCFG
Definition: cfgmock1_ccfg.c:50
unsigned char HIPCUD_cfgmock1_CCFG_lmdp_MOCK1S1_size[]
Definition: cfgmock1_ccfg.c:33
struct HIPC_cl_dp_stru HIPCUD_cfgmock1_CCFG_lmdp_struct[]
Definition: cfgmock1_ccfg.c:38
const struct HIPC_cl_indp_mbr HIPCUD_cfgmock1_CCFG_indp_member_MOCK1S1[]
Definition: cfgmock1_ccfg.c:11
Machine-dependent information of a client.
Definition: client.h:63