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

This purely virtual interface provides an abstraction for different radio frames. More...

#include <IRadioFrame.h>

Inheritance diagram for inet::physicallayer::IRadioFrame:
inet::IPhysicalLayerFrame inet::physicallayer::IPrintableObject inet::physicallayer::RadioFrame

Public Member Functions

virtual const ITransmissiongetTransmission () const =0
 Returns the radio signal transmission that this radio frame represents. More...
 
virtual const IArrivalgetArrival () const =0
 This function may return nullptr if this is not yet computed. More...
 
virtual const IListeninggetListening () const =0
 This function may return nullptr if this is not yet computed. More...
 
virtual const IReceptiongetReception () const =0
 This function may return nullptr if this is not yet computed. More...
 
- Public Member Functions inherited from inet::IPhysicalLayerFrame
virtual ~IPhysicalLayerFrame ()
 
- 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 purely virtual interface provides an abstraction for different radio frames.

Member Function Documentation

virtual const IArrival* inet::physicallayer::IRadioFrame::getArrival ( ) const
pure virtual

This function may return nullptr if this is not yet computed.

Implemented in inet::physicallayer::RadioFrame.

virtual const IListening* inet::physicallayer::IRadioFrame::getListening ( ) const
pure virtual

This function may return nullptr if this is not yet computed.

Implemented in inet::physicallayer::RadioFrame.

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

This function may return nullptr if this is not yet computed.

Implemented in inet::physicallayer::RadioFrame.

Referenced by inet::physicallayer::CommunicationLog::writeReception().

virtual const ITransmission* inet::physicallayer::IRadioFrame::getTransmission ( ) const
pure virtual

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