Loading...
Searching...
No Matches
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.
 ~SatLogoffMessage ()
 Destructor for SatLogoffMessage.
SatControlMsgTag::SatControlMsgType_t GetMsgType () const
 Get type of the message.
virtual uint32_t GetSizeInBytes () const
 Get real size of the message.
Public Member Functions inherited from ns3::SatControlMessage
 SatControlMessage ()
 Default constructor for SatControlMessage.
 ~SatControlMessage ()
 Destructor.

Static Public Member Functions

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

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

Constructor & Destructor Documentation

◆ SatLogoffMessage()

ns3::SatLogoffMessage::SatLogoffMessage ( )

Constructor for SatLogoffMessage.

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

◆ ~SatLogoffMessage()

ns3::SatLogoffMessage::~SatLogoffMessage ( )

Destructor for SatLogoffMessage.

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

Member Function Documentation

◆ GetMsgType()

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

Get type of the message.

Returns
SatControlMsgTag::SAT_LOGOFF_CTRL_MSG

Implements ns3::SatControlMessage.

Definition at line 1115 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 935 of file satellite-control-message.cc.

◆ GetTypeId()

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

methods derived from base classes

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

References ns3::SatControlMessage::SatControlMessage().

Here is the call graph for this function:

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