TransmissionSample structure. More...
#include "pyviz.h"
Public Attributes | |
| uint32_t | bytes |
| The number of bytes transmitted. | |
| Ptr< Channel > | channel |
| The channel reference used for the transmission. | |
| Ptr< Node > | receiver |
| The destination node of the transmission (Null if broadcast). | |
| Ptr< Node > | transmitter |
| The source node of the transmission. | |
TransmissionSample structure.
| uint32_t ns3::visualizer::TransmissionSample::bytes |
The number of bytes transmitted.
Definition at line 42 of file pyviz.h.
Referenced by ns3::visualizer::PyViz::GetTransmissionSamples().
The channel reference used for the transmission.
Definition at line 41 of file pyviz.h.
Referenced by ns3::visualizer::PyViz::GetTransmissionSamples().
The destination node of the transmission (Null if broadcast).
Definition at line 40 of file pyviz.h.
Referenced by ns3::visualizer::PyViz::GetTransmissionSamples().
The source node of the transmission.
Definition at line 39 of file pyviz.h.
Referenced by ns3::visualizer::PyViz::GetTransmissionSamples().