ot::UnicastSender Struct Reference
Inheritance diagram for ot::UnicastSender:

Public Member Functions | |
| UnicastSender (const FlexibleTrackerDataRecord &data_, unsigned short port_, const std::string &nic_) | |
Public Attributes | |
| ACE_Thread_Mutex | mutex |
| int | stop |
| ACE_Unbounded_Set< ACE_INET_Addr > | addresses |
Detailed Description
Definition at line 117 of file NetworkSinkModule.cxx.
Constructor & Destructor Documentation
| ot::UnicastSender::UnicastSender | ( | const FlexibleTrackerDataRecord & | data_, | |
| unsigned short | port_, | |||
| const std::string & | nic_ | |||
| ) | [inline] |
Definition at line 122 of file NetworkSinkModule.cxx.
Member Data Documentation
| ACE_Unbounded_Set<ACE_INET_Addr> ot::UnicastSender::addresses |
Definition at line 120 of file NetworkSinkModule.cxx.
Referenced by ot::NetworkSinkModule::runUnicastTransceiver().
| ACE_Thread_Mutex ot::UnicastSender::mutex |
Definition at line 118 of file NetworkSinkModule.cxx.
Referenced by ot::NetworkSinkModule::runUnicastTransceiver().
Definition at line 119 of file NetworkSinkModule.cxx.
Referenced by ot::NetworkSinkModule::runUnicastTransceiver().
The documentation for this struct was generated from the following file: