32 {1,
"s0", HIPCUD_mock_CCFG_indp_member_s0},
33 {1,
"s1", HIPCUD_mock_CCFG_indp_member_s1},
42 offsetof(
struct s0, m0),
49 offsetof(
struct s1, m0),
86 void *cimg,
void *arg)
97 void *cimg,
void *arg)
170 int main(
int argc,
char *argv[])
173 fprintf(stderr,
"Usage: %s test_id\n", argv[0]);
177 switch (argv[1][0]) {
182 fprintf(stderr,
"Invalid test_id: %s \n", argv[1]);
Machine-dependent information of a structure used in a client.
unsigned char hipc_msg[HIPC_MSG_ALLOCSIZE]
static struct call_log cllg
Machine-independent information of a member of a structure used in a client.
Machine-independent information of a client.
enum HIPC_errno hipcClientCallHandler(struct HIPC_client *const cl_p, const unsigned char struno, const hipc_msg msgR)
Calls a handler that corresponds to struno.
Machine-independent information of a structure used in a client.
static void test_handler(void)
unsigned char HIPCUD_mock_CCFG_structsizes[]
unsigned char HIPCUD_mock_CCFG_cmdp_s1_offset[]
enum HIPC_errno(* hndlr_p)(struct HIPC_client *, const hipc_msg, void *, void *)
int main(int argc, char *argv[])
const struct HIPC_cl_indp_stru HIPCUD_mock_CCFG_indp_struct[]
void hipcClientSetHandler(struct HIPC_client *const cl_p, const unsigned char struno, enum HIPC_errno(*hndlr_p)(struct HIPC_client *, const hipc_msg, void *, void *), void *const arg)
Sets an handler hndlr_p to a structure number struno.
static enum HIPC_errno hndlr0(struct HIPC_client *cl_p, const hipc_msg msg, void *cimg, void *arg)
struct HIPC_cl_dp HIPCUD_mock_CCFG_cmdp
const struct HIPC_client HIPCUD_mock_CCFG
const struct HIPC_cl_indp_mbr HIPCUD_mock_CCFG_indp_member_s0[]
void hipcClientSetCimg(struct HIPC_client *const cl_p, const unsigned char struno, void *cimg_p)
Sets a client-side image that is a structure instance of a structure.
enum HIPC_errno hipcClientInit(struct HIPC_client *const cl_p, struct HIPC_client const *const clbase_p)
Initializes a HIPC client with allocating memory space if necessary.
unsigned char HIPCUD_mock_CCFG_cmdp_s0_offset[]
static enum HIPC_errno hndlr1(struct HIPC_client *cl_p, const hipc_msg msg, void *cimg, void *arg)
unsigned char HIPCUD_mock_CCFG_cmdp_s0_size[]
Machine-dependent information of a client.
struct HIPC_cl_dp_stru HIPCUD_mock_CCFG_cmdp_struct[]
const struct HIPC_cl_indp_mbr HIPCUD_mock_CCFG_indp_member_s1[]
const struct HIPC_cl_indp HIPCUD_mock_CCFG_indp
unsigned char HIPCUD_mock_CCFG_cmdp_s1_size[]