Jafar
|
An IPC implementation of CommBase. More...
An IPC implementation of CommBase.
Definition at line 54 of file ipcproccomm.hpp.
#include <ipcproccomm.hpp>
Public Member Functions | |
IPCProcComm (unsigned short sv_size) | |
IPCProcComm (unsigned short sv_size, key_t key) | |
void | GetMsgQueue () |
void | DeleteMsgQueue () |
CommBase::EC_STATUS | Send (InfoContainer const &info) |
CommBase::EC_STATUS | Read () |
bool | KeepRunning () |
Private Member Functions | |
void | AllocTempBuffers () |
void | Constructor () |
Private Attributes | |
bool | m_run |
unsigned long | m_snd_cntr |
unsigned long | m_rec_cntr |
boost::thread * | pCommThread |
CommThreadFunc< IPCProcComm > | m_commFunc |
int | m_msgqid_send |
boost::mutex | m_mutex |
ChanFltrMsg * | m_buf_send |
ChanFltrMsg * | m_buf_rec |
Generated on Wed Oct 15 2014 00:37:33 for Jafar by doxygen 1.7.6.1 |