HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
HIPC_client Struct Reference

#include <client.h>

Collaboration diagram for HIPC_client:
Collaboration graph
[legend]

Data Fields

int endian_convert
 
struct HIPC_cl_indp const * indp_p
 
struct HIPC_cl_dpcmdp_p
 Client Machine DePendent data. More...
 
struct HIPC_cl_dpsmdp_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_listpllist_p
 

Detailed Description

Definition at line 74 of file client.h.

Field Documentation

int HIPC_client::endian_convert
struct HIPC_cl_indp const* HIPC_client::indp_p
struct HIPC_cl_dp* HIPC_client::cmdp_p
struct HIPC_cl_dp* HIPC_client::smdp_p
unsigned char** HIPC_client::simg_pp
unsigned char** HIPC_client::cimg_pp
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
enum HIPC_errno HIPC_client::hipc_errno
char HIPC_client::err_detail_str[HIPC_IMG_ALLOCSIZE]
struct HIPC_ptr_link_list* HIPC_client::pllist_p

The documentation for this struct was generated from the following file: