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

This interface represents the decisions of a receiver's reception process. More...

#include <IReceptionDecision.h>

Inheritance diagram for inet::physicallayer::IReceptionDecision:
inet::physicallayer::IPrintableObject inet::physicallayer::ReceptionDecision

Public Member Functions

virtual const IReceptiongetReception () const =0
 Returns the corresponding reception that also specifies the receiver and the received transmission. More...
 
virtual IRadioSignal::SignalPart getSignalPart () const =0
 Returns the signal part of this decision. More...
 
virtual bool isReceptionPossible () const =0
 Returns whether reception was possible according to the physical properties of the received radio signal. More...
 
virtual bool isReceptionAttempted () const =0
 Returns whether the receiver decided to attempt the reception or it decided to ignore it. More...
 
virtual bool isReceptionSuccessful () const =0
 Returns whether the reception was completely successful or not. 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 decisions of a receiver's reception process.

This interface is strictly immutable to safely support parallel computation.

Member Function Documentation

virtual const IReception* inet::physicallayer::IReceptionDecision::getReception ( ) const
pure virtual

Returns the corresponding reception that also specifies the receiver and the received transmission.

This function never returns nullptr.

Implemented in inet::physicallayer::ReceptionDecision.

Referenced by inet::physicallayer::RadioMedium::getReceptionDecision().

virtual IRadioSignal::SignalPart inet::physicallayer::IReceptionDecision::getSignalPart ( ) const
pure virtual

Returns the signal part of this decision.

Implemented in inet::physicallayer::ReceptionDecision.

virtual bool inet::physicallayer::IReceptionDecision::isReceptionAttempted ( ) const
pure virtual

Returns whether the receiver decided to attempt the reception or it decided to ignore it.

Implemented in inet::physicallayer::ReceptionDecision.

virtual bool inet::physicallayer::IReceptionDecision::isReceptionPossible ( ) const
pure virtual

Returns whether reception was possible according to the physical properties of the received radio signal.

Implemented in inet::physicallayer::ReceptionDecision.

virtual bool inet::physicallayer::IReceptionDecision::isReceptionSuccessful ( ) const
pure virtual

Returns whether the reception was completely successful or not.

Implemented in inet::physicallayer::ReceptionDecision.


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