This control message is used to inform the UT that it has been deconnected by GW (Tagged by SatControlMsgTag with type value SAT_LOGOFF_CTRL_MSG) More...
#include "satellite-control-message.h"
Public Member Functions | |
SatLogoffMessage () | |
Constructor for SatLogoffMessage. More... | |
~SatLogoffMessage () | |
Destructor for SatLogoffMessage. More... | |
virtual TypeId | GetInstanceTypeId (void) const |
Get the type ID of instance. More... | |
SatControlMsgTag::SatControlMsgType_t | GetMsgType () const |
Get type of the message. More... | |
virtual uint32_t | GetSizeInBytes () const |
Get real size of the message. More... | |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
methods derived from base classes More... | |
This control message is used to inform the UT that it has been deconnected by GW (Tagged by SatControlMsgTag with type value SAT_LOGOFF_CTRL_MSG)
Definition at line 1152 of file satellite-control-message.h.
ns3::SatLogoffMessage::SatLogoffMessage | ( | ) |
Constructor for SatLogoffMessage.
Definition at line 1012 of file satellite-control-message.cc.
ns3::SatLogoffMessage::~SatLogoffMessage | ( | ) |
Destructor for SatLogoffMessage.
Definition at line 1017 of file satellite-control-message.cc.
|
virtual |
Get the type ID of instance.
Definition at line 1005 of file satellite-control-message.cc.
References GetTypeId().
|
inlinevirtual |
Get type of the message.
Implements ns3::SatControlMessage.
Definition at line 1181 of file satellite-control-message.h.
References ns3::SatControlMsgTag::SAT_LOGOFF_CTRL_MSG.
|
virtual |
Get real size of the message.
Implements ns3::SatControlMessage.
Definition at line 1023 of file satellite-control-message.cc.
|
static |
methods derived from base classes
Definition at line 996 of file satellite-control-message.cc.
Referenced by GetInstanceTypeId().