This control message is used to inform the GW that a UT wants to connect (Tagged by SatControlMsgTag with type value SAT_LOGON_CTRL_MSG) More...
#include "satellite-control-message.h"
Public Member Functions | |
SatLogonMessage () | |
Constructor for SatLogonMessage. More... | |
~SatLogonMessage () | |
Destructor for SatLogonMessage. 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 GW that a UT wants to connect (Tagged by SatControlMsgTag with type value SAT_LOGON_CTRL_MSG)
Definition at line 1042 of file satellite-control-message.h.
ns3::SatLogonMessage::SatLogonMessage | ( | ) |
Constructor for SatLogonMessage.
Definition at line 922 of file satellite-control-message.cc.
ns3::SatLogonMessage::~SatLogonMessage | ( | ) |
Destructor for SatLogonMessage.
Definition at line 927 of file satellite-control-message.cc.
|
virtual |
Get the type ID of instance.
Definition at line 915 of file satellite-control-message.cc.
References GetTypeId().
|
inlinevirtual |
Get type of the message.
Implements ns3::SatControlMessage.
Definition at line 1071 of file satellite-control-message.h.
References ns3::SatControlMsgTag::SAT_LOGON_CTRL_MSG.
|
virtual |
Get real size of the message.
Implements ns3::SatControlMessage.
Definition at line 933 of file satellite-control-message.cc.
|
static |
methods derived from base classes
Definition at line 906 of file satellite-control-message.cc.
Referenced by GetInstanceTypeId().