INET Framework for OMNeT++/OMNEST
|
#include <SignalSymbolModel.h>
Public Member Functions | |
ReceptionSymbolModel (int headerSymbolLength, double headerSymbolRate, int payloadSymbolLength, double payloadSymbolRate, const std::vector< const ISymbol * > *symbols) | |
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 |
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::SignalSymbolModel | |
const int | headerSymbolLength |
const int | payloadSymbolLength |
const double | headerSymbolRate |
const double | payloadSymbolRate |
const std::vector< const ISymbol * > * | symbols |
inet::physicallayer::ReceptionSymbolModel::ReceptionSymbolModel | ( | int | headerSymbolLength, |
double | headerSymbolRate, | ||
int | payloadSymbolLength, | ||
double | payloadSymbolRate, | ||
const std::vector< const ISymbol * > * | symbols | ||
) |