|
knx
ETS configurable knx-stack
|
#include <rf_physical_layer.h>
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 |
Definition at line 15 of file rf_physical_layer.h.
|
inline |
Definition at line 18 of file rf_physical_layer.h.
|
pure virtual |
Implemented in RfPhysicalLayerCC1310, and RfPhysicalLayerCC1101.
|
pure virtual |
Implemented in RfPhysicalLayerCC1310, and RfPhysicalLayerCC1101.
|
pure virtual |
Implemented in RfPhysicalLayerCC1310, and RfPhysicalLayerCC1101.
|
protected |
Definition at line 27 of file rf_physical_layer.h.
|
protected |
Definition at line 26 of file rf_physical_layer.h.