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

Represent the Superframe Specification information field. More...

#include "lr-wpan-fields.h"

+ Collaboration diagram for ns3::SuperframeField:

Public Member Functions

 SuperframeField ()
 
 SuperframeField (uint16_t bitmap)
 Create a superframe Specification Information field with the information specified in the bitmap.
 
uint8_t GetBeaconOrder () const
 Get the Superframe Specification Beacon Order field.
 
uint8_t GetFinalCapSlot () const
 Get the the Final CAP Slot.
 
uint8_t GetFrameOrder () const
 Get the Superframe Specification Frame Order field.
 
uint16_t GetSuperframe () const
 Get the Superframe specification information field.
 
bool IsAssocPermit () const
 Check if the Association Permit bit is enabled.
 
bool IsBattLifeExt () const
 Check if the Battery Life Extension bit is enabled.
 
bool IsPanCoor () const
 Check if the PAN Coordinator bit is enabled.
 
void SetAssocPermit (bool assocPermit)
 Set the Superframe Specification Association Permit field.
 
void SetBattLifeExt (bool battLifeExt)
 Set the Superframe Specification Battery Life Extension (BLE).
 
void SetBeaconOrder (uint8_t bcnOrder)
 Set the superframe specification Beacon Order field.
 
void SetFinalCapSlot (uint8_t capSlot)
 Set the superframe specification Final CAP slot field.
 
void SetPanCoor (bool panCoor)
 Set the Superframe Specification PAN coordinator field.
 
void SetSuperframe (uint16_t superFrm)
 Set the whole Superframe Specification Information field.
 
void SetSuperframeOrder (uint8_t frmOrder)
 Set the superframe specification Superframe Order field.
 

Private Attributes

bool m_sspecAssocPermit
 Superframe Specification field Association Permit (Bit 15)
 
bool m_sspecBatLifeExt
 Superframe Specification field Battery Life Extension (Bit 12)
 
uint8_t m_sspecBcnOrder
 Superframe Specification field Beacon Order (Bit 0-3)
 
uint8_t m_sspecFnlCapSlot
 Superframe Specification field Final CAP slot (Bit 8-11)
 
bool m_sspecPanCoor
 Superframe Specification field PAN Coordinator (Bit 14)
 
uint8_t m_sspecSprFrmOrder
 Superframe Specification field Superframe Order (Bit 4-7)
 

Detailed Description

Represent the Superframe Specification information field.

See IEEE 802.15.4-2011 Section 5.2.2.1.2 Figure 41

Definition at line 53 of file lr-wpan-fields.h.

Constructor & Destructor Documentation

◆ SuperframeField() [1/2]

ns3::SuperframeField::SuperframeField ( )

Definition at line 28 of file lr-wpan-fields.cc.

References SetAssocPermit(), SetBattLifeExt(), SetBeaconOrder(), SetFinalCapSlot(), SetPanCoor(), and SetSuperframeOrder().

+ Here is the call graph for this function:

◆ SuperframeField() [2/2]

ns3::SuperframeField::SuperframeField ( uint16_t  bitmap)

Create a superframe Specification Information field with the information specified in the bitmap.

Parameters
bitmapThe superframe in bitmap form

Definition at line 38 of file lr-wpan-fields.cc.

References SetSuperframe().

+ Here is the call graph for this function:

Member Function Documentation

◆ GetBeaconOrder()

uint8_t ns3::SuperframeField::GetBeaconOrder ( ) const

Get the Superframe Specification Beacon Order field.

Returns
the Superframe Specification Beacon Order field.

Definition at line 113 of file lr-wpan-fields.cc.

References m_sspecBcnOrder.

Referenced by ns3::operator<<(), and ns3::LrWpanMac::PdDataIndication().

+ Here is the caller graph for this function:

◆ GetFinalCapSlot()

uint8_t ns3::SuperframeField::GetFinalCapSlot ( ) const

Get the the Final CAP Slot.

Returns
The Final CAP Slot

Definition at line 125 of file lr-wpan-fields.cc.

References m_sspecFnlCapSlot.

Referenced by ns3::operator<<(), and ns3::LrWpanMac::PdDataIndication().

+ Here is the caller graph for this function:

◆ GetFrameOrder()

uint8_t ns3::SuperframeField::GetFrameOrder ( ) const

Get the Superframe Specification Frame Order field.

Returns
The Superframe Specification Frame Order field.

Definition at line 119 of file lr-wpan-fields.cc.

References m_sspecSprFrmOrder.

Referenced by ns3::operator<<(), and ns3::LrWpanMac::PdDataIndication().

+ Here is the caller graph for this function:

◆ GetSuperframe()

uint16_t ns3::SuperframeField::GetSuperframe ( ) const

Get the Superframe specification information field.

Returns
the Superframe Specification Information field bits.

Definition at line 149 of file lr-wpan-fields.cc.

References m_sspecAssocPermit, m_sspecBatLifeExt, m_sspecBcnOrder, m_sspecFnlCapSlot, m_sspecPanCoor, and m_sspecSprFrmOrder.

Referenced by ns3::LrWpanMac::GetSuperframeField().

+ Here is the caller graph for this function:

◆ IsAssocPermit()

bool ns3::SuperframeField::IsAssocPermit ( ) const

Check if the Association Permit bit is enabled.

Returns
true if the Association Permit bit is enabled

Definition at line 143 of file lr-wpan-fields.cc.

References m_sspecAssocPermit.

Referenced by ns3::operator<<(), and ScanConfirm().

+ Here is the caller graph for this function:

◆ IsBattLifeExt()

bool ns3::SuperframeField::IsBattLifeExt ( ) const

Check if the Battery Life Extension bit is enabled.

Returns
true if the Battery Life Extension bit is enabled

Definition at line 131 of file lr-wpan-fields.cc.

References m_sspecBatLifeExt.

Referenced by ns3::operator<<(), and ns3::LrWpanMac::PdDataIndication().

+ Here is the caller graph for this function:

◆ IsPanCoor()

bool ns3::SuperframeField::IsPanCoor ( ) const

Check if the PAN Coordinator bit is enabled.

Returns
true if the PAN Coordinator bit is enabled

Definition at line 137 of file lr-wpan-fields.cc.

References m_sspecPanCoor.

Referenced by ns3::operator<<().

+ Here is the caller graph for this function:

◆ SetAssocPermit()

void ns3::SuperframeField::SetAssocPermit ( bool  assocPermit)

Set the Superframe Specification Association Permit field.

Parameters
assocPermitset true or false the value of the Association Permit flag of the superframe field.

Definition at line 107 of file lr-wpan-fields.cc.

References m_sspecAssocPermit.

Referenced by SuperframeField(), and ns3::LrWpanMac::GetSuperframeField().

+ Here is the caller graph for this function:

◆ SetBattLifeExt()

void ns3::SuperframeField::SetBattLifeExt ( bool  battLifeExt)

Set the Superframe Specification Battery Life Extension (BLE).

Parameters
battLifeExtSets true or false the value of the Battery Life Extension flag of the superframe field.

Definition at line 95 of file lr-wpan-fields.cc.

References m_sspecBatLifeExt.

Referenced by SuperframeField(), and ns3::LrWpanMac::GetSuperframeField().

+ Here is the caller graph for this function:

◆ SetBeaconOrder()

void ns3::SuperframeField::SetBeaconOrder ( uint8_t  bcnOrder)

Set the superframe specification Beacon Order field.

Parameters
bcnOrderThe beacon order value to set in the superframe.

Definition at line 56 of file lr-wpan-fields.cc.

References m_sspecBcnOrder, and NS_ABORT_MSG.

Referenced by SuperframeField(), and ns3::LrWpanMac::GetSuperframeField().

+ Here is the caller graph for this function:

◆ SetFinalCapSlot()

void ns3::SuperframeField::SetFinalCapSlot ( uint8_t  capSlot)

Set the superframe specification Final CAP slot field.

Parameters
capSlotSet the final slot of the Contention Access Period (CAP).

Definition at line 82 of file lr-wpan-fields.cc.

References m_sspecFnlCapSlot, and NS_ABORT_MSG.

Referenced by SuperframeField(), and ns3::LrWpanMac::GetSuperframeField().

+ Here is the caller graph for this function:

◆ SetPanCoor()

void ns3::SuperframeField::SetPanCoor ( bool  panCoor)

Set the Superframe Specification PAN coordinator field.

Parameters
panCoorset true or false the value for the PAN Coordinator flag of the superframe field.

Definition at line 101 of file lr-wpan-fields.cc.

References m_sspecPanCoor.

Referenced by SuperframeField(), and ns3::LrWpanMac::GetSuperframeField().

+ Here is the caller graph for this function:

◆ SetSuperframe()

void ns3::SuperframeField::SetSuperframe ( uint16_t  superFrm)

Set the whole Superframe Specification Information field.

Parameters
superFrmThe Superframe Specification information field.

Definition at line 44 of file lr-wpan-fields.cc.

References m_sspecAssocPermit, m_sspecBatLifeExt, m_sspecBcnOrder, m_sspecFnlCapSlot, m_sspecPanCoor, and m_sspecSprFrmOrder.

Referenced by SuperframeField().

+ Here is the caller graph for this function:

◆ SetSuperframeOrder()

void ns3::SuperframeField::SetSuperframeOrder ( uint8_t  frmOrder)

Set the superframe specification Superframe Order field.

Parameters
frmOrderThe frame Order value to set on the superframe.

Definition at line 69 of file lr-wpan-fields.cc.

References m_sspecSprFrmOrder, and NS_ABORT_MSG.

Referenced by SuperframeField(), and ns3::LrWpanMac::GetSuperframeField().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_sspecAssocPermit

bool ns3::SuperframeField::m_sspecAssocPermit
private

Superframe Specification field Association Permit (Bit 15)

Definition at line 148 of file lr-wpan-fields.h.

Referenced by GetSuperframe(), IsAssocPermit(), SetAssocPermit(), and SetSuperframe().

◆ m_sspecBatLifeExt

bool ns3::SuperframeField::m_sspecBatLifeExt
private

Superframe Specification field Battery Life Extension (Bit 12)

Superframe Specification field Reserved (not necessary) (Bit 13)

Definition at line 145 of file lr-wpan-fields.h.

Referenced by GetSuperframe(), IsBattLifeExt(), SetBattLifeExt(), and SetSuperframe().

◆ m_sspecBcnOrder

uint8_t ns3::SuperframeField::m_sspecBcnOrder
private

Superframe Specification field Beacon Order (Bit 0-3)

Definition at line 142 of file lr-wpan-fields.h.

Referenced by GetBeaconOrder(), GetSuperframe(), SetBeaconOrder(), and SetSuperframe().

◆ m_sspecFnlCapSlot

uint8_t ns3::SuperframeField::m_sspecFnlCapSlot
private

Superframe Specification field Final CAP slot (Bit 8-11)

Definition at line 144 of file lr-wpan-fields.h.

Referenced by GetFinalCapSlot(), GetSuperframe(), SetFinalCapSlot(), and SetSuperframe().

◆ m_sspecPanCoor

bool ns3::SuperframeField::m_sspecPanCoor
private

Superframe Specification field PAN Coordinator (Bit 14)

Definition at line 147 of file lr-wpan-fields.h.

Referenced by GetSuperframe(), IsPanCoor(), SetPanCoor(), and SetSuperframe().

◆ m_sspecSprFrmOrder

uint8_t ns3::SuperframeField::m_sspecSprFrmOrder
private

Superframe Specification field Superframe Order (Bit 4-7)

Definition at line 143 of file lr-wpan-fields.h.

Referenced by GetFrameOrder(), GetSuperframe(), SetSuperframe(), and SetSuperframeOrder().


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