ns3::SatLogonMessage Class Reference

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"

+ Inheritance diagram for ns3::SatLogonMessage:
+ Collaboration diagram for ns3::SatLogonMessage:

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...
 
- Public Member Functions inherited from ns3::SatControlMessage
 SatControlMessage ()
 Default constructor for SatControlMessage. More...
 
 ~SatControlMessage ()
 Destructor. More...
 

Static Public Member Functions

static TypeId GetTypeId (void)
 methods derived from base classes More...
 
- Static Public Member Functions inherited from ns3::SatControlMessage
static TypeId GetTypeId (void)
 methods derived from base classes More...
 

Detailed Description

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 996 of file satellite-control-message.h.

Constructor & Destructor Documentation

◆ SatLogonMessage()

ns3::SatLogonMessage::SatLogonMessage ( )

Constructor for SatLogonMessage.

Definition at line 876 of file satellite-control-message.cc.

◆ ~SatLogonMessage()

ns3::SatLogonMessage::~SatLogonMessage ( )

Destructor for SatLogonMessage.

Definition at line 881 of file satellite-control-message.cc.

Member Function Documentation

◆ GetInstanceTypeId()

TypeId ns3::SatLogonMessage::GetInstanceTypeId ( void  ) const
virtual

Get the type ID of instance.

Returns
the object TypeId

Definition at line 869 of file satellite-control-message.cc.

References GetTypeId().

+ Here is the call graph for this function:

◆ GetMsgType()

SatControlMsgTag::SatControlMsgType_t ns3::SatLogonMessage::GetMsgType ( void  ) const
inlinevirtual

Get type of the message.

Returns
SatControlMsgTag::SAT_LOGON_CTRL_MSG

Implements ns3::SatControlMessage.

Definition at line 1025 of file satellite-control-message.h.

References ns3::SatControlMsgTag::SAT_LOGON_CTRL_MSG.

◆ GetSizeInBytes()

uint32_t ns3::SatLogonMessage::GetSizeInBytes ( ) const
virtual

Get real size of the message.

Returns
Real size of the message.

Implements ns3::SatControlMessage.

Definition at line 887 of file satellite-control-message.cc.

◆ GetTypeId()

TypeId ns3::SatLogonMessage::GetTypeId ( void  )
static

methods derived from base classes

Definition at line 860 of file satellite-control-message.cc.

Referenced by GetInstanceTypeId().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: