Packet header for Udp client/server application The header is made of a 32bits sequence number followed by a 64bits time stamp. More...
#include <seq-ts-header.h>
Public Member Functions | |
void | SetSeq (uint32_t seq) |
uint32_t | GetSeq (void) const |
Time | GetTs (void) const |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::SeqTsHeader. |
Packet header for Udp client/server application The header is made of a 32bits sequence number followed by a 64bits time stamp.
static TypeId ns3::SeqTsHeader::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::SeqTsHeader.
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Header.
void ns3::SeqTsHeader::SetSeq | ( | uint32_t | seq | ) |
seq | the sequence number |