A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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"

+ Collaboration diagram for ns3::LrWpanPhyPpduHeaderSymbolNumber:

Public Attributes

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

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

Member Data Documentation

◆ phr

double ns3::LrWpanPhyPpduHeaderSymbolNumber::phr

Number of symbols for the PHR.

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

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

◆ shrPreamble

double ns3::LrWpanPhyPpduHeaderSymbolNumber::shrPreamble

Number of symbols for the SHR preamble.

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

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

◆ shrSfd

double ns3::LrWpanPhyPpduHeaderSymbolNumber::shrSfd

Number of symbols for the SHR SFD.

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