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... | |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| methods derived from base classes More... | |
Private Attributes | |
| Time | m_delay |
| uint32_t | m_raChannel |
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 1090 of file satellite-control-message.h.
| ns3::SatLogonResponseMessage::SatLogonResponseMessage | ( | ) |
Constructor for SatLogonResponseMessage.
Definition at line 960 of file satellite-control-message.cc.
| ns3::SatLogonResponseMessage::~SatLogonResponseMessage | ( | ) |
Destructor for SatLogonResponseMessage.
Definition at line 965 of file satellite-control-message.cc.
|
virtual |
Get the type ID of instance.
Definition at line 953 of file satellite-control-message.cc.
References GetTypeId().
Here is the call graph for this function:
|
inlinevirtual |
Get type of the message.
Implements ns3::SatControlMessage.
Definition at line 1119 of file satellite-control-message.h.
References ns3::SatControlMsgTag::SAT_LOGON_RESPONSE_CTRL_MSG.
| uint32_t ns3::SatLogonResponseMessage::GetRaChannel | ( | ) | const |
Get the RA channel to talk into.
Definition at line 978 of file satellite-control-message.cc.
References m_raChannel.
|
virtual |
Get real size of the message.
Implements ns3::SatControlMessage.
Definition at line 985 of file satellite-control-message.cc.
|
static |
methods derived from base classes
Definition at line 944 of file satellite-control-message.cc.
Referenced by GetInstanceTypeId().
Here is the caller graph for this function:| void ns3::SatLogonResponseMessage::SetRaChannel | ( | uint32_t | raChannel | ) |
Set the RA channel to talk into.
| raChannel | The new RA channel |
Definition at line 971 of file satellite-control-message.cc.
References m_raChannel.
|
private |
Definition at line 1143 of file satellite-control-message.h.
|
private |
Definition at line 1144 of file satellite-control-message.h.
Referenced by GetRaChannel(), and SetRaChannel().