|
void | Close () |
|
void | Flush () |
|
bool | Init () |
|
bool | Init (const char *socket_path) |
|
void | SendPacket (PacketPtr &&packet) |
|
void | senderTask () |
|
bool | IsRunning () |
|
|
void | closeSenderTask () |
|
void | flushPacketQueue () |
|
void | sendPacket (PacketPtr &&pkt) |
|
bool | initSenderTask () |
|
bool | initSocket (const char *socket_path) |
|
|
std::thread | mSendThread |
|
int | mSubtecSocketHandle |
|
std::atomic_bool | running |
|
std::queue< PacketPtr > | mPacketQueue |
|
std::mutex | mPktMutex |
|
std::condition_variable | mCv |
|
std::mutex | mStartMutex |
|
int | mSockBufSize |
|
Definition at line 53 of file PacketSender.hpp.
The documentation for this class was generated from the following files: