A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::visualizer::PyViz::TransmissionSampleKey Struct Reference

The TransmissionSampleKey structure. More...

Collaboration diagram for ns3::visualizer::PyViz::TransmissionSampleKey:

Public Member Functions

bool operator< (const TransmissionSampleKey &other) const
 Less than operator.
bool operator== (const TransmissionSampleKey &other) const
 Equality operator.

Public Attributes

Ptr< Channelchannel
 channel
Ptr< Nodereceiver
 NULL if broadcast.
Ptr< Nodetransmitter
 transmitter

Detailed Description

The TransmissionSampleKey structure.

Definition at line 486 of file pyviz.h.

Member Function Documentation

◆ operator<()

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

Less than operator.

Parameters
otherObject to compare
Returns
True if less than

Definition at line 357 of file pyviz.cc.

References channel, receiver, and transmitter.

◆ operator==()

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

Equality operator.

Parameters
otherObject to compare
Returns
True if equal

Definition at line 380 of file pyviz.cc.

References channel, receiver, and transmitter.

Member Data Documentation

◆ channel

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

channel

Definition at line 504 of file pyviz.h.

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

◆ receiver

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

NULL if broadcast.

Definition at line 503 of file pyviz.h.

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

◆ transmitter

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

transmitter

Definition at line 502 of file pyviz.h.

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


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