|
INET Framework for OMNeT++/OMNEST
|
This purely virtual interface provides an abstraction for different radio signal models in the packet domain. More...
#include <ISignalPacketModel.h>
Public Member Functions | |
| virtual const Packet * | getPacket () const =0 |
| virtual bps | getBitrate () const =0 |
| Returns the net bitrate (datarate) of the packet. More... | |
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 packet domain.
|
pure virtual |
Returns the net bitrate (datarate) of the packet.
Implemented in inet::physicallayer::SignalPacketModel.
Referenced by inet::physicallayer::ApskEncoder::encode().
|
pure virtual |
Implemented in inet::physicallayer::SignalPacketModel.
Referenced by inet::physicallayer::ApskLayeredErrorModel::computePacketModel(), inet::physicallayer::ApskLayeredReceiver::computeReceptionResult(), inet::physicallayer::Ieee80211LayeredOfdmReceiver::computeReceptionResult(), inet::physicallayer::ApskLayeredTransmitter::createAnalogModel(), inet::physicallayer::ApskLayeredTransmitter::createBitModel(), inet::physicallayer::Ieee80211LayeredOfdmReceiver::createCompletePacketModel(), inet::physicallayer::Ieee80211LayeredOfdmReceiver::createDataFieldBitModel(), inet::physicallayer::Ieee80211LayeredOfdmTransmitter::createDataFieldPacketModel(), inet::physicallayer::Ieee80211LayeredOfdmTransmitter::createScalarAnalogModel(), inet::physicallayer::Ieee80211LayeredOfdmTransmitter::createSignalFieldPacketModel(), inet::physicallayer::Ieee80211OfdmEncoder::encode(), inet::physicallayer::ApskEncoder::encode(), inet::physicallayer::Ieee80211LayeredOfdmTransmitter::encodeAndModulate(), inet::physicallayer::LayeredTransmission::getPacket(), inet::physicallayer::LayeredReceptionResult::getPacket(), and inet::physicallayer::LayeredReceptionResult::~LayeredReceptionResult().