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

#include <SignalSymbolModel.h>

Inheritance diagram for inet::physicallayer::ReceptionSymbolModel:
inet::physicallayer::SignalSymbolModel inet::physicallayer::IReceptionSymbolModel inet::physicallayer::ISignalSymbolModel inet::physicallayer::ISignalSymbolModel inet::physicallayer::IPrintableObject inet::physicallayer::IPrintableObject inet::physicallayer::Ieee80211OFDMReceptionSymbolModel

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
 

Constructor & Destructor Documentation

inet::physicallayer::ReceptionSymbolModel::ReceptionSymbolModel ( int  headerSymbolLength,
double  headerSymbolRate,
int  payloadSymbolLength,
double  payloadSymbolRate,
const std::vector< const ISymbol * > *  symbols 
)
56  :
58 {
59 }
const double headerSymbolRate
Definition: SignalSymbolModel.h:33
SignalSymbolModel(int headerSymbolLength, double headerSymbolRate, int payloadSymbolLength, double payloadSymbolRate, const std::vector< const ISymbol * > *symbols)
Definition: SignalSymbolModel.cc:24
const double payloadSymbolRate
Definition: SignalSymbolModel.h:34
const int headerSymbolLength
Definition: SignalSymbolModel.h:31
const std::vector< const ISymbol * > * symbols
Definition: SignalSymbolModel.h:35
const int payloadSymbolLength
Definition: SignalSymbolModel.h:32

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