A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
TgaxVoipTrafficTestCase::TxInfo Struct Reference

Information about transmitted packet. More...

Collaboration diagram for TgaxVoipTrafficTestCase::TxInfo:

Public Member Functions

 TxInfo (uint32_t s, Time t, Time j)
 Constructor.

Public Attributes

Time jitter {}
 delay jitter applied to the packet
uint32_t size {}
 size of the packet in bytes
Time tstamp {}
 timestamp at which the packet is transmitted

Detailed Description

Information about transmitted packet.

Definition at line 102 of file tgax-voip-traffic-test-suite.cc.

Constructor & Destructor Documentation

◆ TxInfo()

TgaxVoipTrafficTestCase::TxInfo::TxInfo ( uint32_t s,
Time t,
Time j )
inline

Constructor.

Parameters
sthe size of the packet in bytes
tthe timestamp at which the packet is transmitted
jthe delay jitter applied to the packet

Definition at line 110 of file tgax-voip-traffic-test-suite.cc.

References jitter, size, and tstamp.

Member Data Documentation

◆ jitter

Time TgaxVoipTrafficTestCase::TxInfo::jitter {}

delay jitter applied to the packet

Definition at line 119 of file tgax-voip-traffic-test-suite.cc.

Referenced by TxInfo().

◆ size

uint32_t TgaxVoipTrafficTestCase::TxInfo::size {}

size of the packet in bytes

Definition at line 117 of file tgax-voip-traffic-test-suite.cc.

Referenced by TxInfo().

◆ tstamp

Time TgaxVoipTrafficTestCase::TxInfo::tstamp {}

timestamp at which the packet is transmitted

Definition at line 118 of file tgax-voip-traffic-test-suite.cc.

Referenced by TxInfo().


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