A Discrete-Event Network Simulator
API
ns3::LrWpanPhyPpduHeaderSymbolNumber Struct Reference

This data structure provides number of symbols for the PPDU headers: SHR and PHR See IEEE802.15.4-2006 Figure 16, Table 19 and 20 in section 6.3. More...

#include "lr-wpan-phy.h"

Public Attributes

double phr
 Number of symbols for the PHR. More...
 
double shrPreamble
 Number of symbols for the SHR preamble. More...
 
double shrSfd
 Number of symbols for the SHR SFD. More...
 

Detailed Description

This data structure provides number of symbols for the PPDU headers: SHR and PHR See IEEE802.15.4-2006 Figure 16, Table 19 and 20 in section 6.3.

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

Member Data Documentation

double ns3::LrWpanPhyPpduHeaderSymbolNumber::phr

Number of symbols for the PHR.

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

Referenced by ns3::LrWpanPhy::GetPpduHeaderTxTime().

double ns3::LrWpanPhyPpduHeaderSymbolNumber::shrPreamble

Number of symbols for the SHR preamble.

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

Referenced by ns3::LrWpanPhy::GetPhySHRDuration(), and ns3::LrWpanPhy::GetPpduHeaderTxTime().

double ns3::LrWpanPhyPpduHeaderSymbolNumber::shrSfd

Number of symbols for the SHR SFD.

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

Referenced by ns3::LrWpanPhy::GetPhySHRDuration(), and ns3::LrWpanPhy::GetPpduHeaderTxTime().


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