A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::SSRecord Class Reference

This class is used by the base station to store some information related to subscriber station in the cell. More...

#include "ss-record.h"

+ Collaboration diagram for ns3::SSRecord:

Public Member Functions

 SSRecord ()
 
 SSRecord (Mac48Address macAddress)
 Constructor.
 
 SSRecord (Mac48Address macAddress, Ipv4Address IPaddress)
 Constructor.
 
 ~SSRecord ()
 
void AddServiceFlow (ServiceFlow *serviceFlow)
 Add service flow.
 
void DisablePollForRanging ()
 Disable poll for ranging.
 
void EnablePollForRanging ()
 Enable poll for ranging function.
 
bool GetAreServiceFlowsAllocated () const
 Check if service flows are allocated.
 
Cid GetBasicCid () const
 Get basic CID.
 
DsaRsp GetDsaRsp () const
 Get DSA response.
 
uint8_t GetDsaRspRetries () const
 Get DSA response retries.
 
bool GetHasServiceFlowBe () const
 Check if at least one flow has scheduling type SF_TYPE_BE.
 
bool GetHasServiceFlowNrtps () const
 Check if at least one flow has scheduling type SF_TYPE_NRTPS.
 
bool GetHasServiceFlowRtps () const
 Check if at least one flow has scheduling type SF_TYPE_RTPS.
 
bool GetHasServiceFlowUgs () const
 Check if at least one flow has scheduling type SF_TYPE_UGS.
 
uint8_t GetInvitedRangRetries () const
 Get invited range retries.
 
Ipv4Address GetIPAddress ()
 Get IP address.
 
bool GetIsBroadcastSS () const
 Get is broadcast SS.
 
Mac48Address GetMacAddress () const
 Get MAC address.
 
WimaxPhy::ModulationType GetModulationType () const
 Get modulation type.
 
bool GetPollForRanging () const
 Get poll for ranging.
 
bool GetPollMeBit () const
 Get poll ME bit.
 
Cid GetPrimaryCid () const
 Get primary CID.
 
uint8_t GetRangingCorrectionRetries () const
 Get ranging correction retries.
 
WimaxNetDevice::RangingStatus GetRangingStatus () const
 Get ranging status.
 
std::vector< ServiceFlow * > GetServiceFlows (ServiceFlow::SchedulingType schedulingType) const
 Get service flows.
 
uint16_t GetSfTransactionId () const
 Get SF transaction ID.
 
void IncrementDsaRspRetries ()
 Increment DAS response retries.
 
void IncrementInvitedRangingRetries ()
 Increment invited ranging retries.
 
void IncrementRangingCorrectionRetries ()
 Increment ranging correction retries.
 
void ResetInvitedRangingRetries ()
 Reset invited ranging retries.
 
void ResetRangingCorrectionRetries ()
 Reset ranging correction retries.
 
void SetAreServiceFlowsAllocated (bool val)
 Set are service flows allocated.
 
void SetBasicCid (Cid basicCid)
 Set basic CID.
 
void SetDsaRsp (DsaRsp dsaRsp)
 Set DSA response.
 
void SetDsaRspRetries (uint8_t dsaRspRetries)
 Set DSA response retries.
 
void SetIPAddress (Ipv4Address IPaddress)
 Set IP address.
 
void SetIsBroadcastSS (bool broadcast_enable)
 Set is broadcast SS.
 
void SetMacAddress (Mac48Address macAddress)
 Set MAC address.
 
void SetModulationType (WimaxPhy::ModulationType modulationType)
 Set modulation type.
 
void SetPollMeBit (bool pollMeBit)
 Set poll ME bit.
 
void SetPrimaryCid (Cid primaryCid)
 Set primary CID.
 
void SetRangingStatus (WimaxNetDevice::RangingStatus rangingStatus)
 Set ranging status.
 
void SetSfTransactionId (uint16_t sfTransactionId)
 Set SF transaction ID.
 

Private Member Functions

void Initialize ()
 Initialize.
 

Private Attributes

bool m_areServiceFlowsAllocated
 are service floes allowed
 
Cid m_basicCid
 basic CID
 
bool m_broadcast
 broadcast?
 
DsaRsp m_dsaRsp
 DSA response.
 
uint8_t m_dsaRspRetries
 DAS response retries.
 
uint8_t m_invitedRangingRetries
 invited ranging retries
 
Ipv4Address m_IPAddress
 IP address.
 
Mac48Address m_macAddress
 MAC address.
 
WimaxPhy::ModulationType m_modulationType
 least robust burst profile (modulation type) for this SS
 
bool m_pollForRanging
 poll for ranging
 
bool m_pollMeBit
 if PM (poll me) bit set for this SS
 
Cid m_primaryCid
 primary CID
 
uint8_t m_rangingCorrectionRetries
 ranging correction retries
 
WimaxNetDevice::RangingStatus m_rangingStatus
 ranging status
 
std::vector< ServiceFlow * > * m_serviceFlows
 service flows
 
uint16_t m_sfTransactionId
 SF transaction ID.
 

Detailed Description

This class is used by the base station to store some information related to subscriber station in the cell.

Definition at line 45 of file ss-record.h.

Constructor & Destructor Documentation

◆ SSRecord() [1/3]

ns3::SSRecord::SSRecord ( )

Definition at line 30 of file ss-record.cc.

References Initialize().

+ Here is the call graph for this function:

◆ SSRecord() [2/3]

ns3::SSRecord::SSRecord ( Mac48Address  macAddress)

Constructor.

Parameters
macAddressMAC address

Definition at line 35 of file ss-record.cc.

References Initialize(), and m_macAddress.

+ Here is the call graph for this function:

◆ SSRecord() [3/3]

ns3::SSRecord::SSRecord ( Mac48Address  macAddress,
Ipv4Address  IPaddress 
)

Constructor.

Parameters
macAddressMAC address
IPaddressIP address

Definition at line 41 of file ss-record.cc.

References Initialize(), m_IPAddress, and m_macAddress.

+ Here is the call graph for this function:

◆ ~SSRecord()

ns3::SSRecord::~SSRecord ( )

Definition at line 70 of file ss-record.cc.

References m_serviceFlows.

Member Function Documentation

◆ AddServiceFlow()

void ns3::SSRecord::AddServiceFlow ( ServiceFlow serviceFlow)

Add service flow.

Parameters
serviceFlowthe service flow

Definition at line 227 of file ss-record.cc.

References m_serviceFlows.

◆ DisablePollForRanging()

void ns3::SSRecord::DisablePollForRanging ( )

Disable poll for ranging.

Definition at line 191 of file ss-record.cc.

References m_pollForRanging.

Referenced by ns3::BSLinkManager::AbortRanging(), and ns3::BSLinkManager::AcceptRanging().

+ Here is the caller graph for this function:

◆ EnablePollForRanging()

void ns3::SSRecord::EnablePollForRanging ( )

Enable poll for ranging function.

Definition at line 185 of file ss-record.cc.

References m_pollForRanging.

Referenced by ns3::BSLinkManager::PerformInitialRanging().

+ Here is the caller graph for this function:

◆ GetAreServiceFlowsAllocated()

bool ns3::SSRecord::GetAreServiceFlowsAllocated ( ) const

Check if service flows are allocated.

Returns
true if service flows are allocated

Definition at line 209 of file ss-record.cc.

References m_areServiceFlowsAllocated.

Referenced by ns3::UplinkSchedulerMBQoS::Schedule(), ns3::UplinkSchedulerRtps::Schedule(), ns3::UplinkSchedulerSimple::Schedule(), and ns3::UplinkSchedulerRtps::ULSchedulerRTPSConnection().

+ Here is the caller graph for this function:

◆ GetBasicCid()

Cid ns3::SSRecord::GetBasicCid ( ) const

Get basic CID.

Returns
the basic CID

Definition at line 95 of file ss-record.cc.

References m_basicCid.

Referenced by ns3::SSManager::DeleteSSRecord(), ns3::SSManager::GetSSRecord(), ns3::BSLinkManager::PerformInitialRanging(), ns3::UplinkSchedulerMBQoS::Schedule(), ns3::UplinkSchedulerRtps::Schedule(), ns3::UplinkSchedulerSimple::Schedule(), ns3::UplinkSchedulerRtps::ULSchedulerRTPSConnection(), and ns3::BSLinkManager::VerifyInvitedRanging().

+ Here is the caller graph for this function:

◆ GetDsaRsp()

DsaRsp ns3::SSRecord::GetDsaRsp ( ) const

Get DSA response.

Returns
the DSA response

Definition at line 348 of file ss-record.cc.

References m_dsaRsp.

◆ GetDsaRspRetries()

uint8_t ns3::SSRecord::GetDsaRspRetries ( ) const

Get DSA response retries.

Returns
the DSA response retries

Definition at line 336 of file ss-record.cc.

References m_dsaRspRetries.

◆ GetHasServiceFlowBe()

bool ns3::SSRecord::GetHasServiceFlowBe ( ) const

Check if at least one flow has scheduling type SF_TYPE_BE.

Returns
true if at least one flow has scheduling type SF_TYPE_BE

Definition at line 299 of file ss-record.cc.

References m_serviceFlows, and ns3::ServiceFlow::SF_TYPE_BE.

Referenced by ns3::UplinkSchedulerMBQoS::Schedule().

+ Here is the caller graph for this function:

◆ GetHasServiceFlowNrtps()

bool ns3::SSRecord::GetHasServiceFlowNrtps ( ) const

Check if at least one flow has scheduling type SF_TYPE_NRTPS.

Returns
true if at least one flow has scheduling type SF_TYPE_NRTPS

Definition at line 286 of file ss-record.cc.

References m_serviceFlows, and ns3::ServiceFlow::SF_TYPE_NRTPS.

Referenced by ns3::UplinkSchedulerMBQoS::Schedule().

+ Here is the caller graph for this function:

◆ GetHasServiceFlowRtps()

bool ns3::SSRecord::GetHasServiceFlowRtps ( ) const

Check if at least one flow has scheduling type SF_TYPE_RTPS.

Returns
true if at least one flow has scheduling type SF_TYPE_RTPS

Definition at line 273 of file ss-record.cc.

References m_serviceFlows, and ns3::ServiceFlow::SF_TYPE_RTPS.

Referenced by ns3::UplinkSchedulerMBQoS::Schedule().

+ Here is the caller graph for this function:

◆ GetHasServiceFlowUgs()

bool ns3::SSRecord::GetHasServiceFlowUgs ( ) const

Check if at least one flow has scheduling type SF_TYPE_UGS.

Returns
true if at least one flow has scheduling type SF_TYPE_UGS

Definition at line 260 of file ss-record.cc.

References m_serviceFlows, and ns3::ServiceFlow::SF_TYPE_UGS.

Referenced by ns3::BandwidthManager::CalculateAllocationSize(), and ns3::UplinkSchedulerMBQoS::Schedule().

+ Here is the caller graph for this function:

◆ GetInvitedRangRetries()

uint8_t ns3::SSRecord::GetInvitedRangRetries ( ) const

Get invited range retries.

Returns
the invited range retries

Definition at line 143 of file ss-record.cc.

References m_invitedRangingRetries.

Referenced by ns3::BSLinkManager::VerifyInvitedRanging().

+ Here is the caller graph for this function:

◆ GetIPAddress()

Ipv4Address ns3::SSRecord::GetIPAddress ( )

Get IP address.

Returns
the IP address

Definition at line 83 of file ss-record.cc.

References m_IPAddress.

◆ GetIsBroadcastSS()

bool ns3::SSRecord::GetIsBroadcastSS ( ) const

Get is broadcast SS.

Returns
the is broadcast SS flag

Definition at line 254 of file ss-record.cc.

References m_broadcast.

Referenced by ns3::UplinkSchedulerMBQoS::Schedule(), ns3::UplinkSchedulerRtps::Schedule(), ns3::UplinkSchedulerSimple::Schedule(), and ns3::UplinkSchedulerRtps::ULSchedulerRTPSConnection().

+ Here is the caller graph for this function:

◆ GetMacAddress()

Mac48Address ns3::SSRecord::GetMacAddress ( ) const

Get MAC address.

Returns
the MAC address

Definition at line 119 of file ss-record.cc.

References m_macAddress.

Referenced by ns3::SSManager::GetMacAddress(), and ns3::UplinkSchedulerMBQoS::ProcessBandwidthRequest().

+ Here is the caller graph for this function:

◆ GetModulationType()

WimaxPhy::ModulationType ns3::SSRecord::GetModulationType ( ) const

Get modulation type.

Returns
the modulation type

Definition at line 167 of file ss-record.cc.

References m_modulationType.

Referenced by ns3::UplinkSchedulerMBQoS::CountSymbolsJobs(), ns3::UplinkSchedulerMBQoS::Schedule(), ns3::UplinkSchedulerRtps::Schedule(), ns3::UplinkSchedulerSimple::Schedule(), ns3::UplinkSchedulerMBQoS::SetupServiceFlow(), ns3::UplinkSchedulerRtps::SetupServiceFlow(), ns3::UplinkSchedulerSimple::SetupServiceFlow(), and ns3::UplinkSchedulerRtps::ULSchedulerRTPSConnection().

+ Here is the caller graph for this function:

◆ GetPollForRanging()

bool ns3::SSRecord::GetPollForRanging ( ) const

Get poll for ranging.

Returns
the poll for ranging flag

Definition at line 197 of file ss-record.cc.

References m_pollForRanging.

Referenced by ns3::UplinkSchedulerMBQoS::Schedule(), ns3::UplinkSchedulerRtps::Schedule(), ns3::UplinkSchedulerSimple::Schedule(), and ns3::UplinkSchedulerRtps::ULSchedulerRTPSConnection().

+ Here is the caller graph for this function:

◆ GetPollMeBit()

bool ns3::SSRecord::GetPollMeBit ( ) const

Get poll ME bit.

Returns
the poll me bit

Definition at line 221 of file ss-record.cc.

References m_pollMeBit.

Referenced by ns3::BandwidthManager::CalculateAllocationSize().

+ Here is the caller graph for this function:

◆ GetPrimaryCid()

Cid ns3::SSRecord::GetPrimaryCid ( ) const

Get primary CID.

Returns
the CID

Definition at line 107 of file ss-record.cc.

References m_primaryCid.

Referenced by ns3::SSManager::DeleteSSRecord(), and ns3::SSManager::GetSSRecord().

+ Here is the caller graph for this function:

◆ GetRangingCorrectionRetries()

uint8_t ns3::SSRecord::GetRangingCorrectionRetries ( ) const

Get ranging correction retries.

Returns
the ranging correction retries

Definition at line 125 of file ss-record.cc.

References m_rangingCorrectionRetries.

Referenced by ns3::BSLinkManager::PerformInvitedRanging().

+ Here is the caller graph for this function:

◆ GetRangingStatus()

WimaxNetDevice::RangingStatus ns3::SSRecord::GetRangingStatus ( ) const

Get ranging status.

Returns
the ranging status

Definition at line 179 of file ss-record.cc.

References m_rangingStatus.

Referenced by ns3::SSManager::IsRegistered(), ns3::UplinkSchedulerMBQoS::Schedule(), ns3::UplinkSchedulerRtps::Schedule(), ns3::UplinkSchedulerSimple::Schedule(), and ns3::UplinkSchedulerRtps::ULSchedulerRTPSConnection().

+ Here is the caller graph for this function:

◆ GetServiceFlows()

◆ GetSfTransactionId()

uint16_t ns3::SSRecord::GetSfTransactionId ( ) const

Get SF transaction ID.

Returns
the SF transaction ID

Definition at line 318 of file ss-record.cc.

References m_sfTransactionId.

◆ IncrementDsaRspRetries()

void ns3::SSRecord::IncrementDsaRspRetries ( )

Increment DAS response retries.

Definition at line 330 of file ss-record.cc.

References m_dsaRspRetries.

◆ IncrementInvitedRangingRetries()

void ns3::SSRecord::IncrementInvitedRangingRetries ( )

Increment invited ranging retries.

Definition at line 155 of file ss-record.cc.

References m_invitedRangingRetries.

Referenced by ns3::BSLinkManager::VerifyInvitedRanging().

+ Here is the caller graph for this function:

◆ IncrementRangingCorrectionRetries()

void ns3::SSRecord::IncrementRangingCorrectionRetries ( )

Increment ranging correction retries.

Definition at line 137 of file ss-record.cc.

References m_rangingCorrectionRetries.

Referenced by ns3::BSLinkManager::PerformInvitedRanging().

+ Here is the caller graph for this function:

◆ Initialize()

void ns3::SSRecord::Initialize ( )
private

Initialize.

Definition at line 49 of file ss-record.cc.

References m_areServiceFlowsAllocated, m_basicCid, m_broadcast, m_dsaRsp, m_dsaRspRetries, m_invitedRangingRetries, m_modulationType, m_pollForRanging, m_pollMeBit, m_primaryCid, m_rangingCorrectionRetries, m_rangingStatus, m_serviceFlows, m_sfTransactionId, ns3::WimaxPhy::MODULATION_TYPE_BPSK_12, and ns3::WimaxNetDevice::RANGING_STATUS_EXPIRED.

Referenced by SSRecord().

+ Here is the caller graph for this function:

◆ ResetInvitedRangingRetries()

void ns3::SSRecord::ResetInvitedRangingRetries ( )

Reset invited ranging retries.

Definition at line 149 of file ss-record.cc.

References m_invitedRangingRetries.

Referenced by ns3::BSLinkManager::PerformInitialRanging(), and ns3::BSLinkManager::PerformInvitedRanging().

+ Here is the caller graph for this function:

◆ ResetRangingCorrectionRetries()

void ns3::SSRecord::ResetRangingCorrectionRetries ( )

Reset ranging correction retries.

Definition at line 131 of file ss-record.cc.

References m_rangingCorrectionRetries.

Referenced by ns3::BSLinkManager::PerformInitialRanging().

+ Here is the caller graph for this function:

◆ SetAreServiceFlowsAllocated()

void ns3::SSRecord::SetAreServiceFlowsAllocated ( bool  val)

Set are service flows allocated.

Parameters
valthe service flows allocated flag

Definition at line 203 of file ss-record.cc.

References m_areServiceFlowsAllocated.

◆ SetBasicCid()

void ns3::SSRecord::SetBasicCid ( Cid  basicCid)

Set basic CID.

Parameters
basicCidthe basic CID

Definition at line 89 of file ss-record.cc.

References m_basicCid.

Referenced by ns3::ConnectionManager::AllocateManagementConnections().

+ Here is the caller graph for this function:

◆ SetDsaRsp()

void ns3::SSRecord::SetDsaRsp ( DsaRsp  dsaRsp)

Set DSA response.

Parameters
dsaRspthe DSA response

Definition at line 342 of file ss-record.cc.

References m_dsaRsp.

◆ SetDsaRspRetries()

void ns3::SSRecord::SetDsaRspRetries ( uint8_t  dsaRspRetries)

Set DSA response retries.

Parameters
dsaRspRetriesthe DSA response retries

Definition at line 324 of file ss-record.cc.

References m_dsaRspRetries.

◆ SetIPAddress()

void ns3::SSRecord::SetIPAddress ( Ipv4Address  IPaddress)

Set IP address.

Parameters
IPaddressthe IP address

Definition at line 77 of file ss-record.cc.

References m_IPAddress.

◆ SetIsBroadcastSS()

void ns3::SSRecord::SetIsBroadcastSS ( bool  broadcast_enable)

Set is broadcast SS.

Parameters
broadcast_enablethe broadcast enable flag

Definition at line 248 of file ss-record.cc.

References m_broadcast.

◆ SetMacAddress()

void ns3::SSRecord::SetMacAddress ( Mac48Address  macAddress)

Set MAC address.

Parameters
macAddressthe MAC address

Definition at line 113 of file ss-record.cc.

References m_macAddress.

◆ SetModulationType()

void ns3::SSRecord::SetModulationType ( WimaxPhy::ModulationType  modulationType)

Set modulation type.

Parameters
modulationTypethe modulation type

Definition at line 161 of file ss-record.cc.

References m_modulationType.

Referenced by ns3::BSLinkManager::PerformInitialRanging().

+ Here is the caller graph for this function:

◆ SetPollMeBit()

void ns3::SSRecord::SetPollMeBit ( bool  pollMeBit)

Set poll ME bit.

Parameters
pollMeBitthe poll me bit

Definition at line 215 of file ss-record.cc.

References m_pollMeBit.

◆ SetPrimaryCid()

void ns3::SSRecord::SetPrimaryCid ( Cid  primaryCid)

Set primary CID.

Parameters
primaryCidpriamry CID

Definition at line 101 of file ss-record.cc.

References m_primaryCid.

Referenced by ns3::ConnectionManager::AllocateManagementConnections().

+ Here is the caller graph for this function:

◆ SetRangingStatus()

void ns3::SSRecord::SetRangingStatus ( WimaxNetDevice::RangingStatus  rangingStatus)

Set ranging status.

Parameters
rangingStatusthe ranging status

Definition at line 173 of file ss-record.cc.

References m_rangingStatus.

Referenced by ns3::BSLinkManager::AbortRanging(), ns3::BSLinkManager::AcceptRanging(), and ns3::BSLinkManager::ContinueRanging().

+ Here is the caller graph for this function:

◆ SetSfTransactionId()

void ns3::SSRecord::SetSfTransactionId ( uint16_t  sfTransactionId)

Set SF transaction ID.

Parameters
sfTransactionIdthe SF transaction ID

Definition at line 312 of file ss-record.cc.

References m_sfTransactionId.

Member Data Documentation

◆ m_areServiceFlowsAllocated

bool ns3::SSRecord::m_areServiceFlowsAllocated
private

are service floes allowed

Definition at line 274 of file ss-record.h.

Referenced by GetAreServiceFlowsAllocated(), Initialize(), and SetAreServiceFlowsAllocated().

◆ m_basicCid

Cid ns3::SSRecord::m_basicCid
private

basic CID

Definition at line 264 of file ss-record.h.

Referenced by GetBasicCid(), Initialize(), and SetBasicCid().

◆ m_broadcast

bool ns3::SSRecord::m_broadcast
private

broadcast?

Definition at line 276 of file ss-record.h.

Referenced by GetIsBroadcastSS(), Initialize(), and SetIsBroadcastSS().

◆ m_dsaRsp

DsaRsp ns3::SSRecord::m_dsaRsp
private

DSA response.

Definition at line 283 of file ss-record.h.

Referenced by GetDsaRsp(), Initialize(), and SetDsaRsp().

◆ m_dsaRspRetries

uint8_t ns3::SSRecord::m_dsaRspRetries
private

DAS response retries.

Definition at line 282 of file ss-record.h.

Referenced by GetDsaRspRetries(), IncrementDsaRspRetries(), Initialize(), and SetDsaRspRetries().

◆ m_invitedRangingRetries

uint8_t ns3::SSRecord::m_invitedRangingRetries
private

invited ranging retries

Definition at line 268 of file ss-record.h.

Referenced by GetInvitedRangRetries(), IncrementInvitedRangingRetries(), Initialize(), and ResetInvitedRangingRetries().

◆ m_IPAddress

Ipv4Address ns3::SSRecord::m_IPAddress
private

IP address.

Definition at line 262 of file ss-record.h.

Referenced by SSRecord(), GetIPAddress(), and SetIPAddress().

◆ m_macAddress

Mac48Address ns3::SSRecord::m_macAddress
private

MAC address.

Definition at line 261 of file ss-record.h.

Referenced by SSRecord(), GetMacAddress(), and SetMacAddress().

◆ m_modulationType

WimaxPhy::ModulationType ns3::SSRecord::m_modulationType
private

least robust burst profile (modulation type) for this SS

Definition at line 271 of file ss-record.h.

Referenced by GetModulationType(), Initialize(), and SetModulationType().

◆ m_pollForRanging

bool ns3::SSRecord::m_pollForRanging
private

poll for ranging

Definition at line 273 of file ss-record.h.

Referenced by DisablePollForRanging(), EnablePollForRanging(), GetPollForRanging(), and Initialize().

◆ m_pollMeBit

bool ns3::SSRecord::m_pollMeBit
private

if PM (poll me) bit set for this SS

Definition at line 275 of file ss-record.h.

Referenced by GetPollMeBit(), Initialize(), and SetPollMeBit().

◆ m_primaryCid

Cid ns3::SSRecord::m_primaryCid
private

primary CID

Definition at line 265 of file ss-record.h.

Referenced by GetPrimaryCid(), Initialize(), and SetPrimaryCid().

◆ m_rangingCorrectionRetries

uint8_t ns3::SSRecord::m_rangingCorrectionRetries
private

ranging correction retries

Definition at line 267 of file ss-record.h.

Referenced by GetRangingCorrectionRetries(), IncrementRangingCorrectionRetries(), Initialize(), and ResetRangingCorrectionRetries().

◆ m_rangingStatus

WimaxNetDevice::RangingStatus ns3::SSRecord::m_rangingStatus
private

ranging status

Definition at line 272 of file ss-record.h.

Referenced by GetRangingStatus(), Initialize(), and SetRangingStatus().

◆ m_serviceFlows

std::vector<ServiceFlow*>* ns3::SSRecord::m_serviceFlows
private

◆ m_sfTransactionId

uint16_t ns3::SSRecord::m_sfTransactionId
private

SF transaction ID.

Definition at line 281 of file ss-record.h.

Referenced by GetSfTransactionId(), Initialize(), and SetSfTransactionId().


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