ns3::SatLogoffMessage Class Reference

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"

+ Inheritance diagram for ns3::SatLogoffMessage:
+ Collaboration diagram for ns3::SatLogoffMessage:

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...
 
- 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 UT that it has been deconnected by GW (Tagged by SatControlMsgTag with type value SAT_LOGOFF_CTRL_MSG)

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

Constructor & Destructor Documentation

◆ SatLogoffMessage()

ns3::SatLogoffMessage::SatLogoffMessage ( )

Constructor for SatLogoffMessage.

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

◆ ~SatLogoffMessage()

ns3::SatLogoffMessage::~SatLogoffMessage ( )

Destructor for SatLogoffMessage.

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

Member Function Documentation

◆ GetInstanceTypeId()

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

Get the type ID of instance.

Returns
the object TypeId

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

References GetTypeId().

+ Here is the call graph for this function:

◆ GetMsgType()

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

Get type of the message.

Returns
SatControlMsgTag::SAT_LOGOFF_CTRL_MSG

Implements ns3::SatControlMessage.

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

References ns3::SatControlMsgTag::SAT_LOGOFF_CTRL_MSG.

◆ GetSizeInBytes()

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

Get real size of the message.

Returns
Real size of the message.

Implements ns3::SatControlMessage.

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

◆ GetTypeId()

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

methods derived from base classes

Definition at line 950 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: