#include "satellite-traffic-helper.h"
Public Member Functions | |
TrafficConfiguration_t () | |
Public Attributes | |
SatTrafficHelper::VoipCodec_t | m_codec |
DataRate | m_dataRate |
TrafficDirection_t | m_direction |
Time | m_interval |
Time | m_offTime |
std::string | m_offTimePattern |
Time | m_onTime |
std::string | m_onTimePattern |
uint32_t | m_packetSize |
double | m_percentage |
TransportLayerProtocol_t | m_protocol |
Time | m_startDelay |
Time | m_startTime |
Time | m_stopTime |
Definition at line 556 of file satellite-traffic-helper.h.
|
inline |
Definition at line 573 of file satellite-traffic-helper.h.
SatTrafficHelper::VoipCodec_t TrafficConfiguration_t::m_codec |
Definition at line 567 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficCodec().
DataRate TrafficConfiguration_t::m_dataRate |
Definition at line 561 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficDataRate().
TrafficDirection_t TrafficConfiguration_t::m_direction |
Definition at line 559 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficDirection().
Time TrafficConfiguration_t::m_interval |
Definition at line 560 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficInterval().
Time TrafficConfiguration_t::m_offTime |
Definition at line 566 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficOffTime().
std::string TrafficConfiguration_t::m_offTimePattern |
Definition at line 564 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficOffTimePattern().
Time TrafficConfiguration_t::m_onTime |
Definition at line 565 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficOnTime().
std::string TrafficConfiguration_t::m_onTimePattern |
Definition at line 563 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficOnTimePattern().
uint32_t TrafficConfiguration_t::m_packetSize |
Definition at line 562 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficPacketSize().
double TrafficConfiguration_t::m_percentage |
Definition at line 571 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficPercentage().
TransportLayerProtocol_t TrafficConfiguration_t::m_protocol |
Definition at line 558 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficProtocol().
Time TrafficConfiguration_t::m_startDelay |
Definition at line 570 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficStartDelay().
Time TrafficConfiguration_t::m_startTime |
Definition at line 568 of file satellite-traffic-helper.h.
Referenced by ns3::SatTrafficHelperConf::SetTrafficStartTime(), and ns3::SatTrafficHelperConf::SetTrafficStopTime().
Time TrafficConfiguration_t::m_stopTime |
Definition at line 569 of file satellite-traffic-helper.h.