|
INET Framework for OMNeT++/OMNEST
|
#include <FlatReceptionBase.h>
Public Member Functions | |
| FlatReceptionBase (const IRadio *receiver, const ITransmission *transmission, const simtime_t startTime, const simtime_t endTime, const Coord &startPosition, const Coord &endPosition, const Quaternion &startOrientation, const Quaternion &endOrientation, Hz centerFrequency, Hz bandwidth) | |
| virtual W | computeMinPower (simtime_t startTime, simtime_t endTime) const =0 |
Public Member Functions inherited from inet::physicallayer::NarrowbandReceptionBase | |
| NarrowbandReceptionBase (const IRadio *receiver, const ITransmission *transmission, const simtime_t startTime, const simtime_t endTime, const Coord &startPosition, const Coord &endPosition, const Quaternion &startOrientation, const Quaternion &endOrientation, Hz centerFrequency, Hz bandwidth) | |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags=0) const override |
| Prints this object to the provided output stream. More... | |
| virtual Hz | getCenterFrequency () const override |
| virtual Hz | getBandwidth () const override |
Public Member Functions inherited from inet::physicallayer::ReceptionBase | |
| ReceptionBase (const IRadio *receiver, const ITransmission *transmission, const simtime_t startTime, const simtime_t endTime, const Coord &startPosition, const Coord &endPosition, const Quaternion &startOrientation, const Quaternion &endOrientation) | |
| virtual const IRadio * | getReceiver () const override |
| Returns the receiver that received the corresponding transmission from the radio medium. More... | |
| virtual const ITransmission * | getTransmission () const override |
| Returns the transmission that corresponds to this reception at the receiver. More... | |
| virtual const simtime_t | getStartTime () const override |
| Returns the time when the receiver started to receive the corresponding transmission. More... | |
| virtual const simtime_t | getEndTime () const override |
| Returns the time when the receiver ended to receive the corresponding transmission. More... | |
| virtual const simtime_t | getStartTime (IRadioSignal::SignalPart part) const override |
| virtual const simtime_t | getEndTime (IRadioSignal::SignalPart part) const override |
| virtual const simtime_t | getPreambleStartTime () const override |
| virtual const simtime_t | getPreambleEndTime () const override |
| virtual const simtime_t | getHeaderStartTime () const override |
| virtual const simtime_t | getHeaderEndTime () const override |
| virtual const simtime_t | getDataStartTime () const override |
| virtual const simtime_t | getDataEndTime () const override |
| virtual const simtime_t | getDuration () const override |
| Returns the total length of this reception. More... | |
| virtual const simtime_t | getDuration (IRadioSignal::SignalPart part) const override |
| Returns the length of the provided part of this reception. More... | |
| virtual const simtime_t | getPreambleDuration () const override |
| Returns the length of the preamble part of this reception. More... | |
| virtual const simtime_t | getHeaderDuration () const override |
| Returns the length of the header part of this reception. More... | |
| virtual const simtime_t | getDataDuration () const override |
| Returns the length of the data part of this reception. More... | |
| virtual const Coord & | getStartPosition () const override |
| Returns the antenna's position when the receiver started to receive the corresponding transmission. More... | |
| virtual const Coord & | getEndPosition () const override |
| Returns the antenna's position when the receiver ended to receive the corresponding transmission. More... | |
| virtual const Quaternion & | getStartOrientation () const override |
| Returns the antenna's orientation when the receiver started to receive the corresponding transmission. More... | |
| virtual const Quaternion & | getEndOrientation () const override |
| Returns the antenna's orientation when the receiver ended to receive the corresponding transmission. More... | |
| virtual const IReceptionAnalogModel * | getAnalogModel () const override |
| Returns the analog model of the received signal. More... | |
Public Member Functions inherited from inet::IPrintableObject | |
| 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 |
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) } |
Protected Attributes inherited from inet::physicallayer::NarrowbandReceptionBase | |
| const Hz | centerFrequency |
| const Hz | bandwidth |
Protected Attributes inherited from inet::physicallayer::ReceptionBase | |
| const IRadio * | receiver |
| const ITransmission * | transmission |
| const simtime_t | startTime |
| const simtime_t | endTime |
| const simtime_t | preambleDuration |
| const simtime_t | headerDuration |
| const simtime_t | dataDuration |
| const Coord | startPosition |
| const Coord | endPosition |
| const Quaternion | startOrientation |
| const Quaternion | endOrientation |
| inet::physicallayer::FlatReceptionBase::FlatReceptionBase | ( | const IRadio * | receiver, |
| const ITransmission * | transmission, | ||
| const simtime_t | startTime, | ||
| const simtime_t | endTime, | ||
| const Coord & | startPosition, | ||
| const Coord & | endPosition, | ||
| const Quaternion & | startOrientation, | ||
| const Quaternion & | endOrientation, | ||
| Hz | centerFrequency, | ||
| Hz | bandwidth | ||
| ) |
|
pure virtual |
Implements inet::physicallayer::INarrowbandSignal.
Implemented in inet::physicallayer::DimensionalReception, and inet::physicallayer::ScalarReception.
Referenced by inet::physicallayer::FlatReceiverBase::computeIsReceptionPossible().