TransmissionSampleKey structure. More...
Public Member Functions | |
bool | operator< (TransmissionSampleKey const &other) const |
less than operator More... | |
bool | operator== (TransmissionSampleKey const &other) const |
equality operator More... | |
Public Attributes | |
Ptr< Channel > | channel |
channel More... | |
Ptr< Node > | receiver |
NULL if broadcast. More... | |
Ptr< Node > | transmitter |
transmitter More... | |
TransmissionSampleKey structure.
bool ns3::PyViz::TransmissionSampleKey::operator< | ( | PyViz::TransmissionSampleKey const & | other | ) | const |
less than operator
other | object to compare |
Definition at line 350 of file pyviz.cc.
References channel, receiver, and transmitter.
bool ns3::PyViz::TransmissionSampleKey::operator== | ( | PyViz::TransmissionSampleKey const & | other | ) | const |
equality operator
other | object to compare |
Definition at line 378 of file pyviz.cc.
References third::channel, channel, receiver, and transmitter.
NULL if broadcast.
Definition at line 274 of file pyviz.h.
Referenced by operator<(), and operator==().