#include <SignalBitModel.h>
|
| | ReceptionBitModel (b headerLength, bps headerBitRate, b dataLength, bps dataBitRate, const BitVector *bits, double bitErrorRate) |
| |
| virtual double | getBitErrorRate () const override |
| |
| | SignalBitModel (b headerLength, bps headerBitRate, b dataLength, bps dataBitRate, const BitVector *bits) |
| |
| virtual | ~SignalBitModel () |
| |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags=0) const override |
| | Prints this object to the provided output stream. More...
|
| |
| virtual b | getHeaderLength () const override |
| |
| virtual bps | getHeaderBitRate () const override |
| | Returns the gross (physical) bitrate of the PHY frame header. More...
|
| |
| virtual b | getDataLength () const override |
| |
| virtual bps | getDataBitRate () const override |
| | Returns the gross (physical) bitrate of the PHY frame data. More...
|
| |
| virtual const BitVector * | getBits () 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 |
| |
◆ ReceptionBitModel()
| inet::physicallayer::ReceptionBitModel::ReceptionBitModel |
( |
b |
headerLength, |
|
|
bps |
headerBitRate, |
|
|
b |
dataLength, |
|
|
bps |
dataBitRate, |
|
|
const BitVector * |
bits, |
|
|
double |
bitErrorRate |
|
) |
| |
◆ getBitErrorRate()
| virtual double inet::physicallayer::ReceptionBitModel::getBitErrorRate |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ bitErrorRate
| double inet::physicallayer::ReceptionBitModel::bitErrorRate |
|
protected |
The documentation for this class was generated from the following files: