A Discrete-Event Network Simulator
API
ns3::UdpTraceClient::TraceEntry Struct Reference

Entry to send. More...

Public Attributes

char frameType
 Frame type (I, P or B) More...
 
uint32_t packetSize
 Size of the frame. More...
 
uint32_t timeToSend
 Time to send the frame. More...
 

Detailed Description

Entry to send.

Each entry represents an MPEG frame

Definition at line 155 of file udp-trace-client.h.

Member Data Documentation

◆ frameType

char ns3::UdpTraceClient::TraceEntry::frameType

Frame type (I, P or B)

Definition at line 159 of file udp-trace-client.h.

Referenced by ns3::UdpTraceClient::LoadDefaultTrace(), and ns3::UdpTraceClient::LoadTrace().

◆ packetSize

uint32_t ns3::UdpTraceClient::TraceEntry::packetSize

Size of the frame.

Definition at line 158 of file udp-trace-client.h.

Referenced by ns3::UdpTraceClient::LoadTrace(), and ns3::UdpTraceClient::Send().

◆ timeToSend

uint32_t ns3::UdpTraceClient::TraceEntry::timeToSend

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