Definition in file smi.h.
Go to the source code of this file.
Compounds | |
struct | smi_msg |
struct | smi_msg::client_id |
Defines | |
#define | SERVER_NAME_MAX 50 |
Typedefs | |
typedef void * | SMIQ |
Enumerations | |
enum | SMIENTITY { SMI_SERVER, SMI_CLIENT } |
Functions | |
SMIQ * | smi_open (const char *name, SMIENTITY entity, size_t msgsize) |
bool | smi_close (SMIQ *sqp) |
bool | smi_send_getaddr (SMIQ *sqp, struct client_id *client, void **addr) |
bool | smi_send_release (SMIQ *sqp) |
bool | smi_receive_getaddr (SMIQ *sqp, void **addr) |
bool | smi_receive_release (SMIQ *sqp) |
|
Definition at line 40 of file smi.h. Referenced by get_client(), get_client_mqd(), smi_close_fifo(), smi_close_mq(), smi_close_pshm(), smi_open_fifo(), smi_open_mq(), smi_open_pshm(), smi_open_shm(), and smi_receive_getaddr_fifo(). |
|
Definition at line 38 of file smi.h. Referenced by main(), smi_open_fifo(), smi_open_mq(), smi_open_msg(), smi_open_pshm(), smi_open_shm(), and smi_open_skt(). |
|
|
|
Referenced by main(). |
|
Referenced by main(). |
|
Referenced by main(). |
|
Referenced by main(). |
|
Referenced by main(). |
|
Referenced by main(). |