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

#include <Ieee80211HtCode.h>

Inheritance diagram for inet::physicallayer::Ieee80211HtCode:
inet::physicallayer::ICode inet::IPrintableObject

Public Member Functions

 Ieee80211HtCode (const Ieee80211ConvolutionalCode *forwardErrorCorrection, const Ieee80211HtInterleaving *interleaving, const AdditiveScrambling *scrambling)
 
const Ieee80211ConvolutionalCodegetForwardErrorCorrection () const
 
const AdditiveScramblinggetScrambling () const
 
const Ieee80211HtInterleavinggetInterleaving () const
 
virtual ~Ieee80211HtCode ()
 
- Public Member Functions inherited from inet::IPrintableObject
virtual ~IPrintableObject ()
 
virtual std::ostream & printToStream (std::ostream &stream, int level, int evFlags=0) const
 Prints this object to the provided output stream. More...
 
virtual std::string printToString () const
 
virtual std::string printToString (int level, int evFlags=0) const
 
virtual std::string getInfoStringRepresentation (int evFlags=0) const
 
virtual std::string getDetailStringRepresentation (int evFlags=0) const
 
virtual std::string getDebugStringRepresentation (int evFlags=0) const
 
virtual std::string getTraceStringRepresentation (int evFlags=0) const
 
virtual std::string getCompleteStringRepresentation (int evFlags=0) const
 

Protected Attributes

const Ieee80211ConvolutionalCodeforwardErrorCorrection
 
const Ieee80211HtInterleavinginterleaving
 
const AdditiveScramblingscrambling
 

Additional Inherited Members

- Public Types inherited from inet::IPrintableObject
enum  PrintLevel {
  PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO,
  PRINT_LEVEL_COMPLETE = INT_MIN
}
 
enum  PrintFlag { PRINT_FLAG_FORMATTED = (1 << 0), PRINT_FLAG_MULTILINE = (1 << 1) }
 

Constructor & Destructor Documentation

◆ Ieee80211HtCode()

inet::physicallayer::Ieee80211HtCode::Ieee80211HtCode ( const Ieee80211ConvolutionalCode forwardErrorCorrection,
const Ieee80211HtInterleaving interleaving,
const AdditiveScrambling scrambling 
)

◆ ~Ieee80211HtCode()

inet::physicallayer::Ieee80211HtCode::~Ieee80211HtCode ( )
virtual
42 {
43  // NOTE: We assume that convolutional code and scrambling are static variables
44  delete interleaving;
45 }

Member Function Documentation

◆ getForwardErrorCorrection()

◆ getInterleaving()

const Ieee80211HtInterleaving* inet::physicallayer::Ieee80211HtCode::getInterleaving ( ) const
inline
32 { return interleaving; }

◆ getScrambling()

const AdditiveScrambling* inet::physicallayer::Ieee80211HtCode::getScrambling ( ) const
inline
31 { return scrambling; }

Member Data Documentation

◆ forwardErrorCorrection

const Ieee80211ConvolutionalCode* inet::physicallayer::Ieee80211HtCode::forwardErrorCorrection
protected

◆ interleaving

const Ieee80211HtInterleaving* inet::physicallayer::Ieee80211HtCode::interleaving
protected

Referenced by ~Ieee80211HtCode().

◆ scrambling

const AdditiveScrambling* inet::physicallayer::Ieee80211HtCode::scrambling
protected

The documentation for this class was generated from the following files:
inet::physicallayer::Ieee80211HtCode::interleaving
const Ieee80211HtInterleaving * interleaving
Definition: Ieee80211HtCode.h:24
inet::physicallayer::Ieee80211HtCode::forwardErrorCorrection
const Ieee80211ConvolutionalCode * forwardErrorCorrection
Definition: Ieee80211HtCode.h:23
inet::physicallayer::Ieee80211HtCode::scrambling
const AdditiveScrambling * scrambling
Definition: Ieee80211HtCode.h:25