|
INET Framework for OMNeT++/OMNEST
|
#include <SignalBitModel.h>
Public Member Functions | |
| ReceptionBitModel (int headerBitLength, bps headerBitRate, int payloadBitLength, bps payloadBitRate, const BitVector *bits) | |
Public Member Functions inherited from inet::physicallayer::SignalBitModel | |
| SignalBitModel (int headerBitLength, bps headerBitRate, int payloadBitLength, bps payloadBitRate, const BitVector *bits) | |
| virtual | ~SignalBitModel () |
| virtual std::ostream & | printToStream (std::ostream &stream, int level) const override |
| Prints this object to the provided output stream. More... | |
| virtual int | getHeaderBitLength () const override |
| virtual bps | getHeaderBitRate () const override |
| Returns the gross (physical) bitrate of the PHY frame header. More... | |
| virtual int | getPayloadBitLength () const override |
| virtual bps | getPayloadBitRate () const override |
| Returns the gross (physical) bitrate of the PHY frame data. More... | |
| virtual const BitVector * | getBits () 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::SignalBitModel | |
| const BitVector * | bits |
| const int | headerBitLength |
| const bps | headerBitRate |
| const int | payloadBitLength |
| const bps | payloadBitRate |
| inet::physicallayer::ReceptionBitModel::ReceptionBitModel | ( | int | headerBitLength, |
| bps | headerBitRate, | ||
| int | payloadBitLength, | ||
| bps | payloadBitRate, | ||
| const BitVector * | bits | ||
| ) |