knx
ETS configurable knx-stack
RfPhysicalLayer Class Referenceabstract

#include <rf_physical_layer.h>

Inheritance diagram for RfPhysicalLayer:
[legend]
Collaboration diagram for RfPhysicalLayer:
[legend]

Public Member Functions

 RfPhysicalLayer (RfDataLinkLayer &rfDataLinkLayer, Platform &platform)
 
virtual bool InitChip ()=0
 
virtual void stopChip ()=0
 
virtual void loop ()=0
 

Protected Attributes

RfDataLinkLayer_rfDataLinkLayer
 
Platform_platform
 

Detailed Description

Definition at line 15 of file rf_physical_layer.h.

Constructor & Destructor Documentation

◆ RfPhysicalLayer()

RfPhysicalLayer::RfPhysicalLayer ( RfDataLinkLayer rfDataLinkLayer,
Platform platform 
)
inline

Definition at line 18 of file rf_physical_layer.h.

Member Function Documentation

◆ InitChip()

virtual bool RfPhysicalLayer::InitChip ( )
pure virtual

◆ loop()

virtual void RfPhysicalLayer::loop ( )
pure virtual

◆ stopChip()

virtual void RfPhysicalLayer::stopChip ( )
pure virtual

Member Data Documentation

◆ _platform

Platform& RfPhysicalLayer::_platform
protected

Definition at line 27 of file rf_physical_layer.h.

◆ _rfDataLinkLayer

RfDataLinkLayer& RfPhysicalLayer::_rfDataLinkLayer
protected

Definition at line 26 of file rf_physical_layer.h.


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