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

#include <Ieee80211OFDMMode.h>

Inheritance diagram for inet::physicallayer::Ieee80211OFDMPreambleMode:
inet::physicallayer::IIeee80211PreambleMode inet::physicallayer::Ieee80211OFDMTimingRelatedParametersBase inet::physicallayer::IPrintableObject

Public Member Functions

 Ieee80211OFDMPreambleMode (Hz channelSpacing)
 
virtual ~Ieee80211OFDMPreambleMode ()
 
virtual std::ostream & printToStream (std::ostream &stream, int level) const override
 Prints this object to the provided output stream. More...
 
const simtime_t getTrainingSymbolGIDuration () const
 
const simtime_t getShortTrainingSequenceDuration () const
 
const simtime_t getLongTrainingSequenceDuration () const
 
virtual const simtime_t getDuration () const override
 
- Public Member Functions inherited from inet::physicallayer::IPrintableObject
virtual ~IPrintableObject ()
 
virtual std::string getInfoStringRepresentation () const
 
virtual std::string getDetailStringRepresentation () const
 
virtual std::string getDebugStringRepresentation () const
 
virtual std::string getTraceStringRepresentation () const
 
virtual std::string getCompleteStringRepresentation () const
 

Additional Inherited Members

- Public Types inherited from inet::physicallayer::IPrintableObject
enum  PrintLevel {
  PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO,
  PRINT_LEVEL_COMPLETE = INT_MIN
}
 

Constructor & Destructor Documentation

inet::physicallayer::Ieee80211OFDMPreambleMode::Ieee80211OFDMPreambleMode ( Hz  channelSpacing)
46  :
48 {
49 }
virtual inet::physicallayer::Ieee80211OFDMPreambleMode::~Ieee80211OFDMPreambleMode ( )
inlinevirtual
75 {}

Member Function Documentation

virtual const simtime_t inet::physicallayer::Ieee80211OFDMPreambleMode::getDuration ( ) const
inlineoverridevirtual
const simtime_t inet::physicallayer::Ieee80211OFDMPreambleMode::getLongTrainingSequenceDuration ( ) const
inline
const simtime_t getTrainingSymbolGIDuration() const
Definition: Ieee80211OFDMMode.h:79
const simtime_t inet::physicallayer::Ieee80211OFDMPreambleMode::getShortTrainingSequenceDuration ( ) const
inline
80 { return 10 * getFFTTransformPeriod() / 4; }
const simtime_t inet::physicallayer::Ieee80211OFDMPreambleMode::getTrainingSymbolGIDuration ( ) const
inline
79 { return getFFTTransformPeriod() / 2; }
std::ostream & inet::physicallayer::Ieee80211OFDMPreambleMode::printToStream ( std::ostream &  stream,
int  level 
) const
overridevirtual

Prints this object to the provided output stream.

Function calls to operator<< with pointers or references either const or not are all forwarded to this function.

Reimplemented from inet::physicallayer::IPrintableObject.

152 {
153  return stream << "Ieee80211OFDMPreambleMode";
154 }

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