A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 150 of file udp-trace-client.h.

Member Data Documentation

char ns3::UdpTraceClient::TraceEntry::frameType

Frame type (I, P or B)

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

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

uint32_t ns3::UdpTraceClient::TraceEntry::packetSize

Size of the frame.

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

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

uint32_t ns3::UdpTraceClient::TraceEntry::timeToSend

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