A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LrWpanPhyDataAndSymbolRates Struct Reference

This data structure provides the Bit rate and Symbol rate for a given channel See IEEE802.15.4-2006 Table 1 and 2 in section 6.1.1 and 6.1.2. More...

#include "lr-wpan-phy.h"

+ Collaboration diagram for ns3::LrWpanPhyDataAndSymbolRates:

Public Attributes

double bitRate
 bit rate
 
double symbolRate
 symbol rate
 

Detailed Description

This data structure provides the Bit rate and Symbol rate for a given channel See IEEE802.15.4-2006 Table 1 and 2 in section 6.1.1 and 6.1.2.

Definition at line 66 of file lr-wpan-phy.h.

Member Data Documentation

◆ bitRate

double ns3::LrWpanPhyDataAndSymbolRates::bitRate

bit rate

Definition at line 68 of file lr-wpan-phy.h.

Referenced by ns3::LrWpanPhy::GetDataOrSymbolRate(), and ns3::LrWpanPhy::GetPhySymbolsPerOctet().

◆ symbolRate

double ns3::LrWpanPhyDataAndSymbolRates::symbolRate

symbol rate

Definition at line 69 of file lr-wpan-phy.h.

Referenced by ns3::LrWpanPhy::GetDataOrSymbolRate(), and ns3::LrWpanPhy::GetPhySymbolsPerOctet().


The documentation for this struct was generated from the following file: