ChibiOS/EX 1.3.0
|
Generic sensors interface header. More...
Go to the source code of this file.
Data Structures | |
struct | BaseSensorVMT |
BaseSensor virtual methods table. More... | |
struct | BaseSensor |
Base stream class. More... |
Macros | |
#define | _base_sensor_methods_alone |
BaseSensor specific methods. | |
#define | _base_sensor_methods |
BaseSensor specific methods with inherited ones. | |
#define | _base_sensor_data |
BaseSensor specific data. | |
Macro Functions (BaseSensor) | |
#define | sensorGetChannelNumber(ip) |
Sensors get channels number. | |
#define | sensorReadRaw(ip, dp) |
Sensors read raw data. | |
#define | sensorReadCooked(ip, dp) |
Sensors read cooked data. |
Generic sensors interface header.
Definition in file ex_sensors.h.