A Discrete-Event Network Simulator
API
ns3::PyViz::TransmissionSampleKey Struct Reference
+ Collaboration diagram for ns3::PyViz::TransmissionSampleKey:

Public Member Functions

bool operator< (TransmissionSampleKey const &other) const
 
bool operator== (TransmissionSampleKey const &other) const
 

Public Attributes

Ptr< Channelchannel
 
Ptr< Nodereceiver
 
Ptr< Nodetransmitter
 

Detailed Description

Definition at line 169 of file pyviz.h.

Member Function Documentation

bool ns3::PyViz::TransmissionSampleKey::operator< ( PyViz::TransmissionSampleKey const &  other) const

Definition at line 340 of file pyviz.cc.

References channel, receiver, and transmitter.

bool ns3::PyViz::TransmissionSampleKey::operator== ( PyViz::TransmissionSampleKey const &  other) const

Definition at line 368 of file pyviz.cc.

References third::channel, channel, receiver, and transmitter.

Member Data Documentation

Ptr<Channel> ns3::PyViz::TransmissionSampleKey::channel

Definition at line 175 of file pyviz.h.

Referenced by operator<(), and operator==().

Ptr<Node> ns3::PyViz::TransmissionSampleKey::receiver

Definition at line 174 of file pyviz.h.

Referenced by operator<(), operator==(), and ns3::PyViz::TraceNetDevRxCommon().

Ptr<Node> ns3::PyViz::TransmissionSampleKey::transmitter

Definition at line 173 of file pyviz.h.

Referenced by operator<(), operator==(), and ns3::PyViz::TraceNetDevRxCommon().


The documentation for this struct was generated from the following files: