The TransmissionSampleKey structure. More...
Public Member Functions | |
| bool | operator< (const TransmissionSampleKey &other) const |
| Less than operator. | |
| bool | operator== (const TransmissionSampleKey &other) const |
| Equality operator. | |
Public Attributes | |
| Ptr< Channel > | channel |
| channel | |
| Ptr< Node > | receiver |
| NULL if broadcast. | |
| Ptr< Node > | transmitter |
| transmitter | |
The TransmissionSampleKey structure.
| bool ns3::visualizer::PyViz::TransmissionSampleKey::operator< | ( | const TransmissionSampleKey & | other | ) | const |
| bool ns3::visualizer::PyViz::TransmissionSampleKey::operator== | ( | const TransmissionSampleKey & | other | ) | const |
NULL if broadcast.
Definition at line 503 of file pyviz.h.
Referenced by operator<(), operator==(), and ns3::visualizer::PyViz::TraceNetDevRxCommon().
transmitter
Definition at line 502 of file pyviz.h.
Referenced by operator<(), operator==(), and ns3::visualizer::PyViz::TraceNetDevRxCommon().