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

The TxRecordValue structure. More...

Collaboration diagram for ns3::visualizer::PyViz::TxRecordValue:

Public Attributes

bool isBroadcast
 Broadcast flag.
Ptr< NodesrcNode
 The source node of the transmission.
Time time
 The transmission time.

Detailed Description

The TxRecordValue structure.

Definition at line 476 of file pyviz.h.

Member Data Documentation

◆ isBroadcast

bool ns3::visualizer::PyViz::TxRecordValue::isBroadcast

Broadcast flag.

Definition at line 480 of file pyviz.h.

Referenced by ns3::visualizer::PyViz::TraceNetDevTxCommon().

◆ srcNode

Ptr<Node> ns3::visualizer::PyViz::TxRecordValue::srcNode

The source node of the transmission.

Definition at line 479 of file pyviz.h.

Referenced by ns3::visualizer::PyViz::TraceNetDevRxCommon().

◆ time

Time ns3::visualizer::PyViz::TxRecordValue::time

The transmission time.

Definition at line 478 of file pyviz.h.


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