A Discrete-Event Network Simulator
API
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"

Public Attributes

double bitRate
 bit rate More...
 
double symbolRate
 symbol rate More...
 

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 63 of file lr-wpan-phy.h.

Member Data Documentation

double ns3::LrWpanPhyDataAndSymbolRates::bitRate

bit rate

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

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

double ns3::LrWpanPhyDataAndSymbolRates::symbolRate

symbol rate

Definition at line 66 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: