TransmissionSampleKey structure. More...
Collaboration diagram for ns3::PyViz::TransmissionSampleKey: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 264 of file pyviz.h.
Referenced by operator<(), operator==(), and ns3::PyViz::TraceNetDevRxCommon().
transmitter
Definition at line 263 of file pyviz.h.
Referenced by operator<(), operator==(), and ns3::PyViz::TraceNetDevRxCommon().