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 | |
TransmissionSampleKey structure.
bool ns3::PyViz::TransmissionSampleKey::operator< | ( | const TransmissionSampleKey & | other | ) | const |
Less than operator.
other | object to compare |
Definition at line 342 of file pyviz.cc.
References channel, receiver, and transmitter.
bool ns3::PyViz::TransmissionSampleKey::operator== | ( | const TransmissionSampleKey & | other | ) | const |
Equality operator.
other | object to compare |
Definition at line 365 of file pyviz.cc.
References channel, receiver, and transmitter.
NULL if broadcast.
Definition at line 285 of file pyviz.h.
Referenced by operator<(), operator==(), and ns3::PyViz::TraceNetDevRxCommon().
transmitter
Definition at line 284 of file pyviz.h.
Referenced by operator<(), operator==(), and ns3::PyViz::TraceNetDevRxCommon().