INET Framework for OMNeT++/OMNEST
inet::physicallayer::IReception Class Referenceabstract

This interface represents the reception of a transmission at a receiver. More...

#include <IReception.h>

Inheritance diagram for inet::physicallayer::IReception:
inet::physicallayer::IPrintableObject inet::physicallayer::ReceptionBase inet::physicallayer::IdealReception inet::physicallayer::LayeredReception inet::physicallayer::NarrowbandReceptionBase inet::physicallayer::FlatReceptionBase inet::physicallayer::DimensionalReception inet::physicallayer::ScalarReception

Public Member Functions

virtual const IRadiogetReceiver () const =0
 Returns the receiver that received the corresponding transmission from the radio medium. More...
 
virtual const ITransmissiongetTransmission () const =0
 Returns the transmission that corresponds to this reception at the receiver. More...
 
virtual const simtime_t getStartTime () const =0
 Returns the time when the receiver started to receive the corresponding transmission. More...
 
virtual const simtime_t getEndTime () const =0
 Returns the time when the receiver ended to receive the corresponding transmission. More...
 
virtual const simtime_t getStartTime (IRadioSignal::SignalPart part) const =0
 
virtual const simtime_t getEndTime (IRadioSignal::SignalPart part) const =0
 
virtual const simtime_t getPreambleStartTime () const =0
 
virtual const simtime_t getPreambleEndTime () const =0
 
virtual const simtime_t getHeaderStartTime () const =0
 
virtual const simtime_t getHeaderEndTime () const =0
 
virtual const simtime_t getDataStartTime () const =0
 
virtual const simtime_t getDataEndTime () const =0
 
virtual const simtime_t getDuration () const =0
 Returns the total length of this reception. More...
 
virtual const simtime_t getDuration (IRadioSignal::SignalPart part) const =0
 Returns the length of the provided part of this reception. More...
 
virtual const simtime_t getPreambleDuration () const =0
 Returns the length of the preamble part of this reception. More...
 
virtual const simtime_t getHeaderDuration () const =0
 Returns the length of the header part of this reception. More...
 
virtual const simtime_t getDataDuration () const =0
 Returns the length of the data part of this reception. More...
 
virtual const Coord getStartPosition () const =0
 Returns the antenna's position when the receiver started to receive the corresponding transmission. More...
 
virtual const Coord getEndPosition () const =0
 Returns the antenna's position when the receiver ended to receive the corresponding transmission. More...
 
virtual const EulerAngles getStartOrientation () const =0
 Returns the antenna's orientation when the receiver started to receive the corresponding transmission. More...
 
virtual const EulerAngles getEndOrientation () const =0
 Returns the antenna's orientation when the receiver ended to receive the corresponding transmission. More...
 
virtual const IReceptionAnalogModelgetAnalogModel () const =0
 Returns the analog model of the received signal. More...
 
- Public Member Functions inherited from inet::physicallayer::IPrintableObject
virtual ~IPrintableObject ()
 
virtual std::ostream & printToStream (std::ostream &stream, int level) const
 Prints this object to the provided output stream. More...
 
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
}
 

Detailed Description

This interface represents the reception of a transmission at a receiver.

There's one instance per transmission of this interface for each receiver.

This interface is strictly immutable to safely support parallel computation.

Member Function Documentation

virtual const IReceptionAnalogModel* inet::physicallayer::IReception::getAnalogModel ( ) const
pure virtual
virtual const simtime_t inet::physicallayer::IReception::getDataDuration ( ) const
pure virtual

Returns the length of the data part of this reception.

Implemented in inet::physicallayer::ReceptionBase.

virtual const simtime_t inet::physicallayer::IReception::getDataEndTime ( ) const
pure virtual
virtual const simtime_t inet::physicallayer::IReception::getDataStartTime ( ) const
pure virtual
virtual const simtime_t inet::physicallayer::IReception::getDuration ( ) const
pure virtual

Returns the total length of this reception.

Implemented in inet::physicallayer::ReceptionBase.

Referenced by inet::physicallayer::StochasticErrorModel::computePacketErrorRate().

virtual const simtime_t inet::physicallayer::IReception::getDuration ( IRadioSignal::SignalPart  part) const
pure virtual

Returns the length of the provided part of this reception.

Implemented in inet::physicallayer::ReceptionBase.

virtual const EulerAngles inet::physicallayer::IReception::getEndOrientation ( ) const
pure virtual

Returns the antenna's orientation when the receiver ended to receive the corresponding transmission.

Implemented in inet::physicallayer::ReceptionBase.

virtual const Coord inet::physicallayer::IReception::getEndPosition ( ) const
pure virtual

Returns the antenna's position when the receiver ended to receive the corresponding transmission.

Implemented in inet::physicallayer::ReceptionBase.

Referenced by inet::physicallayer::RadioMedium::isInterferingTransmission(), and inet::physicallayer::CommunicationLog::writeReception().

virtual const simtime_t inet::physicallayer::IReception::getEndTime ( IRadioSignal::SignalPart  part) const
pure virtual
virtual const simtime_t inet::physicallayer::IReception::getHeaderDuration ( ) const
pure virtual

Returns the length of the header part of this reception.

Implemented in inet::physicallayer::ReceptionBase.

virtual const simtime_t inet::physicallayer::IReception::getHeaderEndTime ( ) const
pure virtual
virtual const simtime_t inet::physicallayer::IReception::getHeaderStartTime ( ) const
pure virtual
virtual const simtime_t inet::physicallayer::IReception::getPreambleDuration ( ) const
pure virtual

Returns the length of the preamble part of this reception.

Implemented in inet::physicallayer::ReceptionBase.

virtual const simtime_t inet::physicallayer::IReception::getPreambleEndTime ( ) const
pure virtual
virtual const simtime_t inet::physicallayer::IReception::getPreambleStartTime ( ) const
pure virtual
virtual const EulerAngles inet::physicallayer::IReception::getStartOrientation ( ) const
pure virtual

Returns the antenna's orientation when the receiver started to receive the corresponding transmission.

Implemented in inet::physicallayer::ReceptionBase.

virtual const Coord inet::physicallayer::IReception::getStartPosition ( ) const
pure virtual

Returns the antenna's position when the receiver started to receive the corresponding transmission.

Implemented in inet::physicallayer::ReceptionBase.

Referenced by inet::physicallayer::RadioMedium::isInterferingTransmission(), inet::visualizer::MediumCanvasVisualizer::receptionStarted(), and inet::physicallayer::CommunicationLog::writeReception().

virtual const simtime_t inet::physicallayer::IReception::getStartTime ( IRadioSignal::SignalPart  part) const
pure virtual

The documentation for this class was generated from the following file: