IEEE802.15.4-2006 PHY PIB Attributes Table 23 in section 6.4.2. More...
#include "lr-wpan-phy.h"
Public Attributes | |
uint8_t | phyCCAMode |
CCA mode. | |
uint32_t | phyChannelsSupported [32] |
BitField representing the available channels supported by a channel page. | |
uint8_t | phyCurrentChannel |
The RF channel to use. | |
uint8_t | phyCurrentPage |
Current channel page. | |
uint32_t | phyMaxFrameDuration |
The maximum number of symbols in a frame. | |
uint32_t | phySHRDuration |
The duration of the synchronization header (SHR) in symbols. | |
double | phySymbolsPerOctet |
The number of symbols per octet. | |
uint8_t | phyTransmitPower |
2 MSB: tolerance on the transmit power, 6 LSB: Tx power in dBm relative to 1mW (signed int in 2-complement format) | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::SimpleRefCount< LrWpanPhyPibAttributes > | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
IEEE802.15.4-2006 PHY PIB Attributes Table 23 in section 6.4.2.
Definition at line 159 of file lr-wpan-phy.h.
uint8_t ns3::LrWpanPhyPibAttributes::phyCCAMode |
CCA mode.
Definition at line 166 of file lr-wpan-phy.h.
Referenced by ns3::LrWpanPhy::LrWpanPhy(), ns3::LrWpanPhy::EndCca(), and ns3::LrWpanPhy::PlmeSetAttributeRequest().
uint32_t ns3::LrWpanPhyPibAttributes::phyChannelsSupported[32] |
BitField representing the available channels supported by a channel page.
Definition at line 162 of file lr-wpan-phy.h.
Referenced by ns3::LrWpanPhy::ChannelSupported(), ns3::LrWpanPhy::PageSupported(), ns3::LrWpanPhy::PlmeSetAttributeRequest(), and ns3::LrWpanPhy::SetPhyOption().
uint8_t ns3::LrWpanPhyPibAttributes::phyCurrentChannel |
The RF channel to use.
Definition at line 161 of file lr-wpan-phy.h.
Referenced by ns3::LrWpanPhy::CheckInterference(), ns3::LrWpanPhy::EndCca(), ns3::LrWpanPhy::EndEd(), ns3::LrWpanPhy::EndRx(), ns3::LrWpanPhy::GetCurrentChannelNum(), ns3::LrWpanPhy::GetCurrentSignalPsd(), ns3::LrWpanPhy::PlmeGetAttributeRequest(), ns3::LrWpanPhy::PlmeSetAttributeRequest(), ns3::LrWpanPhy::SetPhyOption(), ns3::LrWpanPhy::SetRxSensitivity(), and ns3::LrWpanPhy::StartRx().
uint8_t ns3::LrWpanPhyPibAttributes::phyCurrentPage |
Current channel page.
Definition at line 167 of file lr-wpan-phy.h.
Referenced by ns3::LrWpanPhy::ChannelSupported(), ns3::LrWpanPhy::GetCurrentPage(), ns3::LrWpanPhy::PlmeGetAttributeRequest(), ns3::LrWpanPhy::PlmeSetAttributeRequest(), and ns3::LrWpanPhy::SetPhyOption().
uint32_t ns3::LrWpanPhyPibAttributes::phyMaxFrameDuration |
The maximum number of symbols in a frame.
Definition at line 168 of file lr-wpan-phy.h.
uint32_t ns3::LrWpanPhyPibAttributes::phySHRDuration |
The duration of the synchronization header (SHR) in symbols.
Definition at line 169 of file lr-wpan-phy.h.
double ns3::LrWpanPhyPibAttributes::phySymbolsPerOctet |
The number of symbols per octet.
Definition at line 170 of file lr-wpan-phy.h.
uint8_t ns3::LrWpanPhyPibAttributes::phyTransmitPower |
2 MSB: tolerance on the transmit power, 6 LSB: Tx power in dBm relative to 1mW (signed int in 2-complement format)
Definition at line 164 of file lr-wpan-phy.h.
Referenced by ns3::LrWpanPhy::LrWpanPhy(), ns3::LrWpanPhy::PlmeSetAttributeRequest(), and ns3::LrWpanPhy::SetRxSensitivity().