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

#include <Ieee80211HTCode.h>

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

Public Member Functions

 Ieee80211HTCode (const IForwardErrorCorrection *forwardErrorCorrection, const Ieee80211HTInterleaving *interleaving, const AdditiveScrambling *scrambling)
 
const IForwardErrorCorrectiongetForwardErrorCorrection () const
 
const AdditiveScramblinggetScrambling () const
 
const Ieee80211HTInterleavinggetInterleaving () const
 
virtual ~Ieee80211HTCode ()
 
- Public Member Functions inherited from inet::physicallayer::IPrintableObject
virtual ~IPrintableObject ()
 
virtual std::ostream & printToStream (std::ostream &stream, int level) const
 Prints this object to the provided output stream. More...
 
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
 

Protected Attributes

const IForwardErrorCorrectionforwardErrorCorrection
 
const Ieee80211HTInterleavinginterleaving
 
const AdditiveScramblingscrambling
 

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::Ieee80211HTCode::Ieee80211HTCode ( const IForwardErrorCorrection forwardErrorCorrection,
const Ieee80211HTInterleaving interleaving,
const AdditiveScrambling scrambling 
)

Referenced by inet::physicallayer::Ieee80211HTCompliantCodes::getCompliantCode().

27  :
31 {
32 
33 }
const AdditiveScrambling * scrambling
Definition: Ieee80211HTCode.h:35
const IForwardErrorCorrection * forwardErrorCorrection
Definition: Ieee80211HTCode.h:33
const Ieee80211HTInterleaving * interleaving
Definition: Ieee80211HTCode.h:34
inet::physicallayer::Ieee80211HTCode::~Ieee80211HTCode ( )
virtual
51 {
52  // NOTE: We assume that convolutional code and scrambling are static variables
53  delete interleaving;
54 }
const Ieee80211HTInterleaving * interleaving
Definition: Ieee80211HTCode.h:34

Member Function Documentation

const IForwardErrorCorrection* inet::physicallayer::Ieee80211HTCode::getForwardErrorCorrection ( ) const
inline
const Ieee80211HTInterleaving* inet::physicallayer::Ieee80211HTCode::getInterleaving ( ) const
inline
42 { return interleaving; }
const Ieee80211HTInterleaving * interleaving
Definition: Ieee80211HTCode.h:34
const AdditiveScrambling* inet::physicallayer::Ieee80211HTCode::getScrambling ( ) const
inline
41 { return scrambling; }
const AdditiveScrambling * scrambling
Definition: Ieee80211HTCode.h:35

Member Data Documentation

const IForwardErrorCorrection* inet::physicallayer::Ieee80211HTCode::forwardErrorCorrection
protected
const Ieee80211HTInterleaving* inet::physicallayer::Ieee80211HTCode::interleaving
protected

Referenced by ~Ieee80211HTCode().

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

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