TransmissionSampleKey structure. More...
Collaboration diagram for ns3::PyViz::TransmissionSampleKey:Public Member Functions | |
| bool | operator< (const TransmissionSampleKey &other) const |
| Less than operator. More... | |
| bool | operator== (const TransmissionSampleKey &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< | ( | const TransmissionSampleKey & | other | ) | const |
Less than operator.
| other | object to compare |
Definition at line 353 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 376 of file pyviz.cc.
References third::channel, channel, receiver, and transmitter.
NULL if broadcast.
Definition at line 296 of file pyviz.h.
Referenced by operator<(), and operator==().