List of parameters for a given traffic model. More...
#include "tgax-video-traffic.h"
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) | |
List of parameters for a given traffic model.
Definition at line 63 of file tgax-video-traffic.h.
| DataRate ns3::TgaxVideoTraffic::TrafficModelParameters::bitRate |
video bit rate
Definition at line 65 of file tgax-video-traffic.h.
| 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.
| 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.