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

TransmissionSampleKey structure. More...

+ Collaboration diagram for ns3::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

TransmissionSampleKey structure.

Definition at line 279 of file pyviz.h.

Member Function Documentation

◆ operator<()

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

Less than operator.

Parameters
otherobject to compare
Returns
true if less than

Definition at line 353 of file pyviz.cc.

References channel, receiver, and transmitter.

◆ operator==()

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

Equality operator.

Parameters
otherobject to compare
Returns
true if equal

Definition at line 376 of file pyviz.cc.

References channel, receiver, and transmitter.

Member Data Documentation

◆ channel

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

channel

Definition at line 297 of file pyviz.h.

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

◆ receiver

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

NULL if broadcast.

Definition at line 296 of file pyviz.h.

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

◆ transmitter

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

transmitter

Definition at line 295 of file pyviz.h.

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


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