#include <session.h>
Data Fields | |
struct HIPC_client | cl |
enum HIPC_session_state | state |
enum HIPC_errno(* | rfnc_p )(void *, hipc_msg) |
void * | rarg |
enum HIPC_errno(* | wfnc_p )(void *, const hipc_msg) |
void * | warg |
struct HIPC_client HIPC_session::cl |
Definition at line 15 of file session.h.
Referenced by hipcClose(), hipcERRCHECK(), hipcGet(), hipcOpen(), hipcPut(), hipcRecvMsg(), hipcSendMsg(), hipcSetHandler(), and hipcWaitReturn().
enum HIPC_session_state HIPC_session::state |
Definition at line 16 of file session.h.
Referenced by hipcClose(), hipcGet(), hipcOpen(), hipcPut(), hipcSetHandler(), and hipcWaitReturn().
enum HIPC_errno(* HIPC_session::rfnc_p)(void *, hipc_msg) |
Definition at line 17 of file session.h.
Referenced by hipcClose(), hipcOpen(), and hipcRecvMsg().
void* HIPC_session::rarg |
Definition at line 18 of file session.h.
Referenced by hipcClose(), hipcOpen(), and hipcRecvMsg().
enum HIPC_errno(* HIPC_session::wfnc_p)(void *, const hipc_msg) |
Definition at line 19 of file session.h.
Referenced by hipcClose(), hipcOpen(), and hipcSendMsg().
void* HIPC_session::warg |
Definition at line 20 of file session.h.
Referenced by hipcClose(), hipcOpen(), and hipcSendMsg().