16 #define hipcMsgBdyP(msg) (&(msg)[HIPC_MSGHDR_SIZE]) 
unsigned char hipc_msg[HIPC_MSG_ALLOCSIZE]
 
size_t hipcMsgTotalSize(const hipc_msg msg)
Returns total size of a HIPC message, which is the header size plus the body size. 
 
unsigned char hipcMsgOffset(const hipc_msg msg)
Returns offset of a HIPC message. 
 
unsigned char hipcMsgBdySize(const hipc_msg msg)
Returns body size of a HIPC message. 
 
#define HIPC_MSG_ALLOCSIZE
 
unsigned char hipcMsgStruno(const hipc_msg msg)
Returns structure number of a HIPC message. 
 
unsigned char hipcMsgType(const hipc_msg msg)
Returns type of a HIPC message. 
 
unsigned char hipcMsgRngsize(const hipc_msg msg)
Returns range size of a HIPC message. 
 
const void * hipcMsgBdyPtr(const hipc_msg msg)
Returns a pointer to a body of a HIPC message.