Class ipc::Server
ClassList > ipc > Server
Public Attributes
Public Functions
Public Attributes Documentation
variable bw_queue
MsgQueue<msg_t>* ipc::Server::bw_queue;
variable fw_queue
MsgQueue<const msg_t*>* ipc::Server::fw_queue;
Public Functions Documentation
function SendSignal
bool ipc::Server::SendSignal (
int client_fd
)
function SendSignalToAllClients
bool ipc::Server::SendSignalToAllClients ()
function Server
ipc::Server::Server (
std::string socket_path,
int timeout
)
function Start
void ipc::Server::Start ()
function Stop
void ipc::Server::Stop ()
function ~Server
The documentation for this class was generated from the following file projects/casvp/src/bindings/ipc/server.h