INET Framework for OMNeT++/OMNEST
|
#include <SignalSymbolModel.h>
Public Member Functions | |
TransmissionSymbolModel (int headerSymbolLength, double headerSymbolRate, int payloadSymbolLength, double payloadSymbolRate, const std::vector< const ISymbol * > *symbols, const IModulation *headerModulation, const IModulation *payloadModulation) | |
virtual const IModulation * | getHeaderModulation () const override |
virtual const IModulation * | getPayloadModulation () const override |
Public Member Functions inherited from inet::physicallayer::SignalSymbolModel | |
SignalSymbolModel (int headerSymbolLength, double headerSymbolRate, int payloadSymbolLength, double payloadSymbolRate, const std::vector< const ISymbol * > *symbols) | |
virtual | ~SignalSymbolModel () |
virtual std::ostream & | printToStream (std::ostream &stream, int level) const override |
Prints this object to the provided output stream. More... | |
virtual int | getPayloadSymbolLength () const override |
virtual double | getPayloadSymbolRate () const override |
virtual int | getHeaderSymbolLength () const override |
virtual double | getHeaderSymbolRate () const override |
virtual const std::vector< const ISymbol * > * | getSymbols () 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 |
Protected Attributes | |
const IModulation * | headerModulation |
const IModulation * | payloadModulation |
Protected Attributes inherited from inet::physicallayer::SignalSymbolModel | |
const int | headerSymbolLength |
const int | payloadSymbolLength |
const double | headerSymbolRate |
const double | payloadSymbolRate |
const std::vector< const ISymbol * > * | symbols |
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::TransmissionSymbolModel::TransmissionSymbolModel | ( | int | headerSymbolLength, |
double | headerSymbolRate, | ||
int | payloadSymbolLength, | ||
double | payloadSymbolRate, | ||
const std::vector< const ISymbol * > * | symbols, | ||
const IModulation * | headerModulation, | ||
const IModulation * | payloadModulation | ||
) |
|
inlineoverridevirtual |
Implements inet::physicallayer::ITransmissionSymbolModel.
|
inlineoverridevirtual |
Implements inet::physicallayer::ITransmissionSymbolModel.
Referenced by inet::physicallayer::LayeredErrorModelBase::computeSymbolModel(), and inet::physicallayer::Ieee80211OFDMErrorModel::computeSymbolModel().
|
protected |
|
protected |