Radio Control Layer (RCL)
RCL_Feature.h File Reference
#include <stdint.h>
#include <stdbool.h>
+ Include dependency graph for RCL_Feature.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  RCL_FeatureControl
 Configuration structure to be set at build time to control features. More...
 

Variables

const RCL_FeatureControl rclFeatureControl
 

Data Structure Documentation

§ RCL_FeatureControl

struct RCL_FeatureControl

Configuration structure to be set at build time to control features.

If LTO is used, the configurations in this struct should enable the linker to remove unneeded code

Data Fields
bool enableTemperatureMonitoring

Variable Documentation

§ rclFeatureControl