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... | |
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.
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().
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().
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().