INET Framework for OMNeT++/OMNEST
inet::physicallayer::Ieee80211HTTimingRelatedParametersBase Class Reference

#include <Ieee80211HTMode.h>

Inheritance diagram for inet::physicallayer::Ieee80211HTTimingRelatedParametersBase:
inet::physicallayer::Ieee80211HTDataMode inet::physicallayer::Ieee80211HTPreambleMode inet::physicallayer::Ieee80211HTSignalMode

Public Member Functions

const simtime_t getDFTPeriod () const
 
const simtime_t getGIDuration () const
 
const simtime_t getShortGIDuration () const
 
const simtime_t getSymbolInterval () const
 
const simtime_t getShortGISymbolInterval () const
 

Member Function Documentation

const simtime_t inet::physicallayer::Ieee80211HTTimingRelatedParametersBase::getDFTPeriod ( ) const
inline
34 { return 3.2E-6; } // DFT
const simtime_t inet::physicallayer::Ieee80211HTTimingRelatedParametersBase::getGIDuration ( ) const
inline
35 { return getDFTPeriod() / 4; } // GI
const simtime_t inet::physicallayer::Ieee80211HTTimingRelatedParametersBase::getShortGIDuration ( ) const
inline
36 { return getDFTPeriod() / 8; } // GIS
const simtime_t inet::physicallayer::Ieee80211HTTimingRelatedParametersBase::getShortGISymbolInterval ( ) const
inline
38 { return getDFTPeriod() + getShortGIDuration(); } // SYMS
const simtime_t inet::physicallayer::Ieee80211HTTimingRelatedParametersBase::getSymbolInterval ( ) const
inline
37 { return getDFTPeriod() + getGIDuration(); } // SYM

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