#include <hsmsd_interface.h>
Public Types | |
enum | { REG_OK = 0, REG_INVALID_NAME, REG_INVALID_PID, REG_ALREADY_REGISTERED, REG_ERR_NOMEM } |
Public Attributes | |
enum hsmsd_register_rsp_t:: { ... } | rsp_code |
char | pipe_name_ctl_req [HSMS_NAME_MAX_LEN] |
char | pipe_name_ctl_rsp [HSMS_NAME_MAX_LEN] |
char | pipe_name_data_req [HSMS_NAME_MAX_LEN] |
char | pipe_name_data_rsp [HSMS_NAME_MAX_LEN] |
pipe_name_ctl_req | Name of the fifo node client has to send ctl requests to. Ctl requests are cnx start/stop/get state | |
pipe_name_ctl_rsp | Name of the fifo node client has to read ctl response from. | |
pipe_name_data_req | Name of the fifo node client has to write messages to be sent over HSMS. | |
pipe_name_data_rsp | Name of the fifo node client has to read for the status of the send request and for the messages coming from the other side of HSMS connection |
Definition at line 68 of file hsmsd_interface.h.
anonymous enum |
Definition at line 70 of file hsmsd_interface.h.