HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cfgmock2_ccfg.c
Go to the documentation of this file.
1 /*
2  * cfgid: "CID_MOCK2"
3  * datetime: 2015-06-24T07:12:58+09:00
4  * hexdigest: 120ce2226b6a60b380c8b17c5be1833692cbfd7dc18cf579606f511b6d738467e09820b5e9c8fa87eec1893549f84dfe2b7e33af3f00e48dae74fd6220c742aa
5  */
6 #include <hipc/client.h>
7 #include "cfgmock2.h"
8 #include "cfgmock2_ccfg.h"
9 
10 
12  {HIPC_MBR_SIMPLE, "m1"},
13 };
14 
16  {HIPC_MBR_SIMPLE, "m1"},
17  {HIPC_MBR_SIMPLE, "m2"},
18 };
19 
21  {1, "MOCK2S1", HIPCUD_cfgmock2_CCFG_indp_member_MOCK2S1},
22  {2, "MOCK2S2", HIPCUD_cfgmock2_CCFG_indp_member_MOCK2S2},
23 };
24 
25 unsigned char HIPCUD_cfgmock2_CCFG_cfgid[9] =
26  {67,73,68,95,77,79,67,75,50};
27 
30  5, 2, HIPCUD_cfgmock2_CCFG_indp_struct
31 };
32 
33 
35  offsetof(struct MOCK2S1, m1),
36 };
38  sizeof(char),
39 };
40 
42  offsetof(struct MOCK2S2, m1),
43  offsetof(struct MOCK2S2, m2),
44 };
46  sizeof(char),
47  sizeof(int),
48 };
49 
52  {HIPCUD_cfgmock2_CCFG_lmdp_MOCK2S2_offset, HIPCUD_cfgmock2_CCFG_lmdp_MOCK2S2_size},
53 };
54 
56  sizeof(struct MOCK2S1),
57  sizeof(struct MOCK2S2),
58 };
59 
61  {'\0', HIPCUD_cfgmock2_CCFG_structsizes, HIPCUD_cfgmock2_CCFG_lmdp_struct};
62 
63 
65  0,
68 };
Machine-dependent information of a structure used in a client.
Definition: client.h:55
const struct HIPC_cl_indp_mbr HIPCUD_cfgmock2_CCFG_indp_member_MOCK2S1[]
Definition: cfgmock2_ccfg.c:11
const struct HIPC_cl_indp_mbr HIPCUD_cfgmock2_CCFG_indp_member_MOCK2S2[]
Definition: cfgmock2_ccfg.c:15
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
const struct HIPC_cl_indp_stru HIPCUD_cfgmock2_CCFG_indp_struct[]
Definition: cfgmock2_ccfg.c:20
struct HIPC_cl_dp_stru HIPCUD_cfgmock2_CCFG_lmdp_struct[]
Definition: cfgmock2_ccfg.c:50
unsigned char HIPCUD_cfgmock2_CCFG_cfgid[9]
Definition: cfgmock2_ccfg.c:25
Machine-independent information of a structure used in a client.
Definition: client.h:35
unsigned char HIPCUD_cfgmock2_CCFG_lmdp_MOCK2S1_size[]
Definition: cfgmock2_ccfg.c:37
unsigned char HIPCUD_cfgmock2_CCFG_lmdp_MOCK2S1_offset[]
Definition: cfgmock2_ccfg.c:34
unsigned char HIPCUD_cfgmock2_CCFG_lmdp_MOCK2S2_size[]
Definition: cfgmock2_ccfg.c:45
struct HIPC_cl_dp HIPCUD_cfgmock2_CCFG_lmdp
Definition: cfgmock2_ccfg.c:60
unsigned char HIPCUD_cfgmock2_CCFG_structsizes[]
Definition: cfgmock2_ccfg.c:55
unsigned char HIPCUD_cfgmock2_CCFG_lmdp_MOCK2S2_offset[]
Definition: cfgmock2_ccfg.c:41
const struct HIPC_cl_indp HIPCUD_cfgmock2_CCFG_indp
Definition: cfgmock2_ccfg.c:28
const struct HIPC_client HIPCUD_cfgmock2_CCFG
Definition: cfgmock2_ccfg.c:64
Machine-dependent information of a client.
Definition: client.h:63