Time tag used to identify the time when packet is enqueued at LLC level. More...
#include "satellite-time-tag.h"
Public Member Functions | |
SatTimeTag () | |
Default constructor. More... | |
SatTimeTag (Time senderTimestamp) | |
Constructor with initialization parameters. More... | |
virtual void | Deserialize (TagBuffer i) |
Deserializes information from buffer to this instance of SatTimeTag. More... | |
virtual TypeId | GetInstanceTypeId (void) const |
Get the type ID of instance. More... | |
Time | GetSenderTimestamp (void) const |
Get sender time stamp of this tag. More... | |
virtual uint32_t | GetSerializedSize () const |
Get serialized size of SatTimeTag. More... | |
virtual void | Print (std::ostream &os) const |
Print time stamp of this instance of SatTimeTag. More... | |
virtual void | Serialize (TagBuffer i) const |
Serializes information to buffer from this instance of SatTimeTag. More... | |
void | SetSenderTimestamp (Time senderTimestamp) |
Set sender time stamp of this tag. More... | |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
Get the type ID. More... | |
Private Attributes | |
Time | m_senderTimestamp |
Time tag used to identify the time when packet is enqueued at LLC level.
Definition at line 44 of file satellite-time-tag.h.
ns3::SatTimeTag::SatTimeTag | ( | ) |
Default constructor.
Definition at line 38 of file satellite-time-tag.cc.
ns3::SatTimeTag::SatTimeTag | ( | Time | senderTimestamp | ) |
Constructor with initialization parameters.
senderTimestamp |
Definition at line 44 of file satellite-time-tag.cc.
|
virtual |
Deserializes information from buffer to this instance of SatTimeTag.
i | Buffer from which the information is deserialized |
Definition at line 77 of file satellite-time-tag.cc.
References m_senderTimestamp.
|
virtual |
Get the type ID of instance.
Definition at line 58 of file satellite-time-tag.cc.
References GetTypeId().
Time ns3::SatTimeTag::GetSenderTimestamp | ( | void | ) | const |
Get sender time stamp of this tag.
Definition at line 91 of file satellite-time-tag.cc.
References m_senderTimestamp.
Referenced by ns3::SatBaseEncapsulator::GetHolDelay().
|
virtual |
Get serialized size of SatTimeTag.
Definition at line 64 of file satellite-time-tag.cc.
|
static |
Get the type ID.
Definition at line 51 of file satellite-time-tag.cc.
Referenced by GetInstanceTypeId().
|
virtual |
Print time stamp of this instance of SatTimeTag.
&os | Output stream to which tag timestamp is printed. |
Definition at line 85 of file satellite-time-tag.cc.
References m_senderTimestamp.
|
virtual |
Serializes information to buffer from this instance of SatTimeTag.
i | Buffer in which the information is serialized |
Definition at line 70 of file satellite-time-tag.cc.
References m_senderTimestamp.
void ns3::SatTimeTag::SetSenderTimestamp | ( | Time | senderTimestamp | ) |
Set sender time stamp of this tag.
senderTimestamp | Sender time stamp |
Definition at line 97 of file satellite-time-tag.cc.
References m_senderTimestamp.
|
private |
Definition at line 107 of file satellite-time-tag.h.
Referenced by Deserialize(), GetSenderTimestamp(), Print(), Serialize(), and SetSenderTimestamp().