|
INET Framework for OMNeT++/OMNEST
|
This purely virtual interface provides an abstraction for different radio signal models in the bit domain. More...
#include <ISignalBitModel.h>
Public Member Functions | |
| virtual b | getHeaderLength () const =0 |
| virtual bps | getHeaderBitRate () const =0 |
| Returns the gross (physical) bitrate of the PHY frame header. More... | |
| virtual b | getDataLength () const =0 |
| virtual bps | getDataBitRate () const =0 |
| Returns the gross (physical) bitrate of the PHY frame data. More... | |
| virtual const BitVector * | getBits () const =0 |
Public Member Functions inherited from inet::IPrintableObject | |
| virtual | ~IPrintableObject () |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags=0) const |
| Prints this object to the provided output stream. More... | |
| 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 |
Additional Inherited Members | |
Public Types inherited from inet::IPrintableObject | |
| enum | PrintLevel { PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO, PRINT_LEVEL_COMPLETE = INT_MIN } |
| enum | PrintFlag { PRINT_FLAG_FORMATTED = (1 << 0), PRINT_FLAG_MULTILINE = (1 << 1) } |
This purely virtual interface provides an abstraction for different radio signal models in the bit domain.
|
pure virtual |
Implemented in inet::physicallayer::SignalBitModel.
Referenced by inet::physicallayer::Ieee80211OfdmErrorModel::computeBitModel(), inet::physicallayer::Ieee80211LayeredOfdmTransmitter::createBitModel(), inet::physicallayer::Ieee80211LayeredOfdmReceiver::createCompleteBitModel(), inet::physicallayer::Ieee80211LayeredOfdmReceiver::createDataFieldBitModel(), inet::physicallayer::Ieee80211LayeredOfdmReceiver::createSignalFieldBitModel(), inet::physicallayer::ApskDecoder::decode(), inet::physicallayer::Ieee80211OfdmDecoder::decode(), inet::physicallayer::ApskModulator::modulate(), and inet::physicallayer::Ieee80211OfdmModulator::modulate().
|
pure virtual |
Returns the gross (physical) bitrate of the PHY frame data.
Implemented in inet::physicallayer::SignalBitModel.
Referenced by inet::physicallayer::ApskLayeredErrorModel::computeBitModel(), inet::physicallayer::Ieee80211OfdmErrorModel::computeBitModel(), inet::physicallayer::ApskLayeredErrorModel::computePacketModel(), inet::physicallayer::ApskLayeredErrorModel::computeSymbolModel(), inet::physicallayer::Ieee80211LayeredOfdmReceiver::createCompleteBitModel(), and inet::physicallayer::Ieee80211LayeredOfdmReceiver::createDataFieldBitModel().
|
pure virtual |
|
pure virtual |
Returns the gross (physical) bitrate of the PHY frame header.
Implemented in inet::physicallayer::SignalBitModel.
Referenced by inet::physicallayer::Ieee80211OfdmErrorModel::computeBitModel(), inet::physicallayer::Ieee80211LayeredOfdmReceiver::createCompleteBitModel(), and inet::physicallayer::Ieee80211LayeredOfdmReceiver::createSignalFieldBitModel().
|
pure virtual |
Implemented in inet::physicallayer::SignalBitModel.
Referenced by inet::physicallayer::Ieee80211OfdmErrorModel::computeBitModel(), inet::physicallayer::Ieee80211LayeredOfdmReceiver::createCompleteBitModel(), inet::physicallayer::Ieee80211LayeredOfdmReceiver::createDataFieldBitModel(), and inet::physicallayer::Ieee80211LayeredOfdmTransmitter::createScalarAnalogModel().