Skip to content

Class ipc::Server

ClassList > ipc > Server

Public Attributes

Type Name
MsgQueue< msg_t > * bw_queue
MsgQueue< const msg_t * > * fw_queue

Public Functions

Type Name
bool SendSignal (int client_fd)
bool SendSignalToAllClients ()
Server (std::string socket_path, int timeout)
void Start ()
void Stop ()
~Server ()

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

ipc::Server::~Server () 


The documentation for this class was generated from the following file projects/casvp/src/bindings/ipc/server.h