#include <client.h>
Data Fields | |
int | endian_convert |
struct HIPC_cl_indp const * | indp_p |
struct HIPC_cl_dp * | cmdp_p |
Client Machine DePendent data. More... | |
struct HIPC_cl_dp * | smdp_p |
Server Machine DePendent data. More... | |
unsigned char ** | simg_pp |
Server-side images of structures. More... | |
unsigned char ** | cimg_pp |
Client-side images of structures. More... | |
enum HIPC_errno(** | hndlr_pp )(struct HIPC_client *, const hipc_msg, void *, void *) |
void ** | hdarg_pp |
Handler's arguments. More... | |
int | std_errno |
enum HIPC_errno | hipc_errno |
char | err_detail_str [HIPC_IMG_ALLOCSIZE] |
struct HIPC_ptr_link_list * | pllist_p |
int HIPC_client::endian_convert |
Definition at line 75 of file client.h.
Referenced by hipcClientFeedSysmsg(), hipcClientInit(), hipcClientPack(), hipcClientUnpack(), test_hipcClientPack(), test_hipcClientPack_NULLarg(), test_hipcClientUnpack(), and test_hipcClientUnpack_NULLarg().
struct HIPC_cl_indp const* HIPC_client::indp_p |
Definition at line 76 of file client.h.
Referenced by FeedSysmsg_OFFSET_SIZE(), GetStrutpl_mbr(), hipcClientCheckMbrSize(), hipcClientCheckStrutpl(), hipcClientEachMbr(), hipcClientFeedSysmsg(), hipcClientGetNsysmsg(), hipcClientGetStrutpl(), hipcClientInit(), hipcGenmsgHello(), setupTestClient(), test_hipcClientFeedSysmsg(), and test_hipcClientInit().
struct HIPC_cl_dp* HIPC_client::cmdp_p |
Client Machine DePendent data.
Definition at line 77 of file client.h.
Referenced by hipcClientCheckMbrSize(), hipcClientEachMbr(), hipcClientFeedSysmsg(), hipcClientInit(), setupTestClient(), test_hipcClientCheckMbrSize(), test_hipcClientFeedSysmsg(), and test_hipcClientInit().
struct HIPC_cl_dp* HIPC_client::smdp_p |
Server Machine DePendent data.
Definition at line 78 of file client.h.
Referenced by GetStrutpl_mbr(), hipcClientCheckMbrSize(), hipcClientCheckStrutpl(), hipcClientEachMbr(), hipcClientFeedSysmsg(), hipcClientGetStrutpl(), hipcClientInit(), setupTestClient(), test_hipcClientCheckMbrSize(), test_hipcClientFeedSysmsg(), and test_hipcClientInit().
unsigned char** HIPC_client::simg_pp |
Server-side images of structures.
Definition at line 79 of file client.h.
Referenced by hipcClientFeedStrumsg(), hipcClientFeedSysmsg(), hipcClientInit(), hipcClientPack(), hipcClientUnpack(), hipcGenmsgPut(), test_hipcClientFeedStrumsg(), test_hipcClientPack_NULLarg(), and test_hipcClientUnpack_NULLarg().
unsigned char** HIPC_client::cimg_pp |
Client-side images of structures.
Definition at line 80 of file client.h.
Referenced by hipcClientCallHandler(), hipcClientInit(), hipcClientPack(), hipcClientSetCimg(), hipcClientUnpack(), test_hipcClientPack_NULLarg(), and test_hipcClientUnpack_NULLarg().
enum HIPC_errno(** HIPC_client::hndlr_pp)(struct HIPC_client *, const hipc_msg, void *, void *) |
Definition at line 81 of file client.h.
Referenced by hipcClientCallHandler(), hipcClientInit(), and hipcClientSetHandler().
void** HIPC_client::hdarg_pp |
Handler's arguments.
Definition at line 83 of file client.h.
Referenced by hipcClientCallHandler(), hipcClientInit(), and hipcClientSetHandler().
int HIPC_client::std_errno |
Definition at line 84 of file client.h.
Referenced by hipcClientCalloc(), hipcClientGetStdErrno(), hipcClientInit(), hipcClientMalloc(), hipcClientSetStdErrno(), and main().
enum HIPC_errno HIPC_client::hipc_errno |
Definition at line 85 of file client.h.
Referenced by FeedSysmsg_OFFSET_SIZE(), GetStrutpl_mbr(), hipcClientCalloc(), hipcClientCheckMbrSize(), hipcClientFeedSysmsg(), hipcClientFeedUnstrumsgAsError(), hipcClientGetErrStr(), hipcClientGetHipcErrno(), hipcClientGetStrutpl(), hipcClientInit(), hipcClientMalloc(), hipcClientSetError(), main(), test_hipcClientFeedStrumsg(), test_hipcClientFeedSysmsg(), and test_hipcClientFeedUnstrumsgAsError().
char HIPC_client::err_detail_str[HIPC_IMG_ALLOCSIZE] |
Definition at line 86 of file client.h.
Referenced by hipcClientFeedUnstrumsgAsError(), hipcClientGetErrDtlStr(), hipcClientInit(), hipcClientSetErrDtlStr(), main(), test_hipcClientFeedUnstrumsgAsError(), and test_hipcClientGetStrutpl().
struct HIPC_ptr_link_list* HIPC_client::pllist_p |
Definition at line 87 of file client.h.
Referenced by hipcClientCalloc(), hipcClientInit(), hipcClientMalloc(), hipcClientTerminate(), test_client_memope_calloc(), test_client_memope_malloc(), test_client_memope_multi(), and test_client_memope_no_allocation().