ns3::SatLogonResponseMessage Class Reference

This control message is used to inform the UT of a connection success (Tagged by SatControlMsgTag with type value SAT_LOGON_RESPONSE_CTRL_MSG) More...

#include "satellite-control-message.h"

+ Inheritance diagram for ns3::SatLogonResponseMessage:
+ Collaboration diagram for ns3::SatLogonResponseMessage:

Public Member Functions

 SatLogonResponseMessage ()
 Constructor for SatLogonResponseMessage. More...
 
 ~SatLogonResponseMessage ()
 Destructor for SatLogonResponseMessage. More...
 
virtual TypeId GetInstanceTypeId (void) const
 Get the type ID of instance. More...
 
SatControlMsgTag::SatControlMsgType_t GetMsgType () const
 Get type of the message. More...
 
uint32_t GetRaChannel () const
 Get the RA channel to talk into. More...
 
virtual uint32_t GetSizeInBytes () const
 Get real size of the message. More...
 
void SetRaChannel (uint32_t raChannel)
 Set the RA channel to talk into. 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...
 

Private Attributes

Time m_delay
 
uint32_t m_raChannel
 

Detailed Description

This control message is used to inform the UT of a connection success (Tagged by SatControlMsgTag with type value SAT_LOGON_RESPONSE_CTRL_MSG)

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

Constructor & Destructor Documentation

◆ SatLogonResponseMessage()

ns3::SatLogonResponseMessage::SatLogonResponseMessage ( )

Constructor for SatLogonResponseMessage.

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

◆ ~SatLogonResponseMessage()

ns3::SatLogonResponseMessage::~SatLogonResponseMessage ( )

Destructor for SatLogonResponseMessage.

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

Member Function Documentation

◆ GetInstanceTypeId()

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

Get the type ID of instance.

Returns
the object TypeId

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

References GetTypeId().

+ Here is the call graph for this function:

◆ GetMsgType()

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

◆ GetRaChannel()

uint32_t ns3::SatLogonResponseMessage::GetRaChannel ( ) const

Get the RA channel to talk into.

Returns
The RA channel

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

References m_raChannel.

◆ GetSizeInBytes()

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

Get real size of the message.

Returns
Real size of the message.

Implements ns3::SatControlMessage.

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

◆ GetTypeId()

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

methods derived from base classes

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

Referenced by GetInstanceTypeId().

+ Here is the caller graph for this function:

◆ SetRaChannel()

void ns3::SatLogonResponseMessage::SetRaChannel ( uint32_t  raChannel)

Set the RA channel to talk into.

Parameters
raChannelThe new RA channel

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

References m_raChannel.

Member Data Documentation

◆ m_delay

Time ns3::SatLogonResponseMessage::m_delay
private

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

◆ m_raChannel

uint32_t ns3::SatLogonResponseMessage::m_raChannel
private

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

Referenced by GetRaChannel(), and SetRaChannel().


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