#include <SignalSymbolModel.h>
|
| | ReceptionSymbolModel (int headerSymbolLength, double headerSymbolRate, int payloadSymbolLength, double payloadSymbolRate, const std::vector< const ISymbol * > *symbols, double symbolErrorRate) |
| |
| virtual double | getSymbolErrorRate () const override |
| |
| | 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, int evFlags=0) 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 |
| |
| virtual | ~IPrintableObject () |
| |
| virtual std::string | printToString () const |
| |
| virtual std::string | printToString (int level, int evFlags=0) const |
| |
| virtual std::string | getInfoStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getDetailStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getDebugStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getTraceStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getCompleteStringRepresentation (int evFlags=0) const |
| |
◆ ReceptionSymbolModel()
| inet::physicallayer::ReceptionSymbolModel::ReceptionSymbolModel |
( |
int |
headerSymbolLength, |
|
|
double |
headerSymbolRate, |
|
|
int |
payloadSymbolLength, |
|
|
double |
payloadSymbolRate, |
|
|
const std::vector< const ISymbol * > * |
symbols, |
|
|
double |
symbolErrorRate |
|
) |
| |
◆ getSymbolErrorRate()
| virtual double inet::physicallayer::ReceptionSymbolModel::getSymbolErrorRate |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ symbolErrorRate
| double inet::physicallayer::ReceptionSymbolModel::symbolErrorRate |
|
protected |
The documentation for this class was generated from the following files: