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

List of parameters for a given traffic model. More...

#include "tgax-video-traffic.h"

Collaboration diagram for ns3::TgaxVideoTraffic::TrafficModelParameters:

Public Attributes

DataRate bitRate
 video bit rate
double frameSizeBytesScale
 scale parameter for the Weibull distribution used to generate size of video frames in bytes (corresponds to lambda parameter in table 5 from IEEE 802.11-14/0571r12 - 11ax Evaluation Methodology)
double frameSizeBytesShape
 shape parameter for the Weibull distribution used to generate size of video frames in bytes (corresponds to k parameter in table 5 from IEEE 802.11-14/0571r12 - 11ax Evaluation Methodology)

Detailed Description

List of parameters for a given traffic model.

Definition at line 63 of file tgax-video-traffic.h.

Member Data Documentation

◆ bitRate

DataRate ns3::TgaxVideoTraffic::TrafficModelParameters::bitRate

video bit rate

Definition at line 65 of file tgax-video-traffic.h.

◆ frameSizeBytesScale

double ns3::TgaxVideoTraffic::TrafficModelParameters::frameSizeBytesScale

scale parameter for the Weibull distribution used to generate size of video frames in bytes (corresponds to lambda parameter in table 5 from IEEE 802.11-14/0571r12 - 11ax Evaluation Methodology)

Definition at line 66 of file tgax-video-traffic.h.

◆ frameSizeBytesShape

double ns3::TgaxVideoTraffic::TrafficModelParameters::frameSizeBytesShape

shape parameter for the Weibull distribution used to generate size of video frames in bytes (corresponds to k parameter in table 5 from IEEE 802.11-14/0571r12 - 11ax Evaluation Methodology)

Definition at line 70 of file tgax-video-traffic.h.


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