|
INET Framework for OMNeT++/OMNEST
|
#include <Ieee80211OFDMCode.h>
Public Member Functions | |
| Ieee80211OFDMCode (const ConvolutionalCode *convolutionalCode, const Ieee80211OFDMInterleaving *interleaving, const AdditiveScrambling *scrambling) | |
| virtual std::ostream & | printToStream (std::ostream &stream, int level) const override |
| Prints this object to the provided output stream. More... | |
| const ConvolutionalCode * | getConvolutionalCode () const |
| const Ieee80211OFDMInterleaving * | getInterleaving () const |
| const AdditiveScrambling * | getScrambling () const |
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 |
Protected Attributes | |
| const ConvolutionalCode * | convolutionalCode |
| const Ieee80211OFDMInterleaving * | interleaving |
| const AdditiveScrambling * | scrambling |
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 } |
| inet::physicallayer::Ieee80211OFDMCode::Ieee80211OFDMCode | ( | const ConvolutionalCode * | convolutionalCode, |
| const Ieee80211OFDMInterleaving * | interleaving, | ||
| const AdditiveScrambling * | scrambling | ||
| ) |
|
inline |
Referenced by inet::physicallayer::Ieee80211LayeredOFDMTransmitter::appendPadding(), inet::physicallayer::Ieee80211OFDMModeBase::computeNetBitrate(), inet::physicallayer::Ieee80211LayeredOFDMReceiver::createDataFieldBitModel(), inet::physicallayer::Ieee80211OFDMDataMode::getDuration(), inet::physicallayer::Ieee80211OFDMDecoder::Ieee80211OFDMDecoder(), and inet::physicallayer::Ieee80211OFDMEncoder::Ieee80211OFDMEncoder().
|
inline |
Referenced by inet::physicallayer::Ieee80211OFDMDecoder::Ieee80211OFDMDecoder(), and inet::physicallayer::Ieee80211OFDMEncoder::Ieee80211OFDMEncoder().
|
inline |
Referenced by inet::physicallayer::Ieee80211OFDMDecoder::Ieee80211OFDMDecoder(), and inet::physicallayer::Ieee80211OFDMEncoder::Ieee80211OFDMEncoder().
|
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.
|
protected |
Referenced by printToStream().
|
protected |
Referenced by printToStream().
|
protected |
Referenced by printToStream().