ot::NetworkSender Struct Reference
a simple struct to relate the address of a multicast group, a network data buffer and a socket that is used to build the packets send to the group, depending on the network interface to use. More...Inheritance diagram for ot::NetworkSender:


Public Member Functions | |
| NetworkSender (const FlexibleTrackerDataRecord &data_) | |
Public Attributes | |
| FlexibleTrackerDataRecord | data |
| char * | dataBuffer |
| char * | nextRecord |
Detailed Description
a simple struct to relate the address of a multicast group, a network data buffer and a socket that is used to build the packets send to the group, depending on the network interface to use.All NetworkSink nodes point to one of these.
Definition at line 87 of file NetworkSinkModule.cxx.
Constructor & Destructor Documentation
| ot::NetworkSender::NetworkSender | ( | const FlexibleTrackerDataRecord & | data_ | ) | [inline] |
Definition at line 92 of file NetworkSinkModule.cxx.
Member Data Documentation
Definition at line 88 of file NetworkSinkModule.cxx.
Referenced by ot::NetworkSinkModule::createNode().
Definition at line 89 of file NetworkSinkModule.cxx.
Definition at line 90 of file NetworkSinkModule.cxx.
The documentation for this struct was generated from the following file: