|
INET Framework for OMNeT++/OMNEST
|
#include <Ieee80211ConvolutionalCode.h>
Public Member Functions | |
| Ieee80211ConvolutionalCode (int codeRateK, int codeRateN) | |
Public Member Functions inherited from inet::physicallayer::ConvolutionalCode | |
| ConvolutionalCode (const char *transferFunctionMatrix, const char *puncturingMatrix, const char *constraintLengthVector, int codeRatePuncturingK, int codeRatePuncturingN, const char *mode) | |
| int | getCodeRatePuncturingK () const |
| int | getCodeRatePuncturingN () const |
| const char * | getConstraintLengthVector () const |
| const char * | getMode () const |
| const char * | getPuncturingMatrix () const |
| const char * | getTransferFunctionMatrix () const |
| std::ostream & | printToStream (std::ostream &stream, int level) const override |
| Prints this object to the provided output stream. More... | |
| virtual double | getCodeRate () const override |
| virtual int | getEncodedLength (int decodedLength) const override |
| virtual int | getDecodedLength (int encodedLength) const override |
| virtual double | computeNetBitErrorRate (double grossBitErrorRate) 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 } |
Protected Attributes inherited from inet::physicallayer::ConvolutionalCode | |
| const char * | transferFunctionMatrix |
| const char * | puncturingMatrix |
| const char * | constraintLengthVector |
| int | codeRatePuncturingK |
| int | codeRatePuncturingN |
| int | memory |
| const char * | mode |
| inet::physicallayer::Ieee80211ConvolutionalCode::Ieee80211ConvolutionalCode | ( | int | codeRateK, |
| int | codeRateN | ||
| ) |