#include <SignalBitModel.h>
◆ SignalBitModel()
| inet::physicallayer::SignalBitModel::SignalBitModel |
( |
b |
headerLength, |
|
|
bps |
headerBitRate, |
|
|
b |
dataLength, |
|
|
bps |
dataBitRate, |
|
|
const BitVector * |
bits |
|
) |
| |
◆ ~SignalBitModel()
| inet::physicallayer::SignalBitModel::~SignalBitModel |
( |
| ) |
|
|
virtual |
◆ getBits()
| virtual const BitVector* inet::physicallayer::SignalBitModel::getBits |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getDataBitRate()
| virtual bps inet::physicallayer::SignalBitModel::getDataBitRate |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getDataLength()
| virtual b inet::physicallayer::SignalBitModel::getDataLength |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getHeaderBitRate()
| virtual bps inet::physicallayer::SignalBitModel::getHeaderBitRate |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getHeaderLength()
| virtual b inet::physicallayer::SignalBitModel::getHeaderLength |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ printToStream()
| std::ostream & inet::physicallayer::SignalBitModel::printToStream |
( |
std::ostream & |
stream, |
|
|
int |
level, |
|
|
int |
evFlags = 0 |
|
) |
| const |
|
overridevirtual |
Prints this object to the provided output stream.
Reimplemented from inet::IPrintableObject.
29 stream <<
"SignalBitModel";
◆ bits
| const BitVector* inet::physicallayer::SignalBitModel::bits |
|
protected |
◆ dataBitRate
| const bps inet::physicallayer::SignalBitModel::dataBitRate |
|
protected |
◆ dataLength
| const b inet::physicallayer::SignalBitModel::dataLength |
|
protected |
◆ headerBitRate
| const bps inet::physicallayer::SignalBitModel::headerBitRate |
|
protected |
◆ headerLength
| const b inet::physicallayer::SignalBitModel::headerLength |
|
protected |
The documentation for this class was generated from the following files: