Stima V4 Slave RAIN
4.2
|
struct local elaborate data parameter More...
#include <rain_sensor_task.h>
Public Attributes | |
configuration_t * | configuration |
system configuration pointer struct More... | |
system_status_t * | system_status |
system status pointer struct More... | |
cpp_freertos::BinarySemaphore * | configurationLock |
Semaphore to configuration access. More... | |
cpp_freertos::BinarySemaphore * | systemStatusLock |
Semaphore to system status access. More... | |
cpp_freertos::Queue * | systemMessageQueue |
Queue for system message. More... | |
cpp_freertos::Queue * | elaborateDataQueue |
Queue for elaborate data. More... | |
cpp_freertos::Queue * | rainQueue |
Queue for rain events. More... | |
struct local elaborate data parameter
Definition at line 61 of file rain_sensor_task.h.
configuration_t* RainSensorParam_t::configuration |
system configuration pointer struct
Definition at line 62 of file rain_sensor_task.h.
cpp_freertos::BinarySemaphore* RainSensorParam_t::configurationLock |
Semaphore to configuration access.
Definition at line 64 of file rain_sensor_task.h.
cpp_freertos::Queue* RainSensorParam_t::elaborateDataQueue |
Queue for elaborate data.
Definition at line 67 of file rain_sensor_task.h.
cpp_freertos::Queue* RainSensorParam_t::rainQueue |
Queue for rain events.
Definition at line 68 of file rain_sensor_task.h.
system_status_t* RainSensorParam_t::system_status |
system status pointer struct
Definition at line 63 of file rain_sensor_task.h.
cpp_freertos::Queue* RainSensorParam_t::systemMessageQueue |
Queue for system message.
Definition at line 66 of file rain_sensor_task.h.
cpp_freertos::BinarySemaphore* RainSensorParam_t::systemStatusLock |
Semaphore to system status access.
Definition at line 65 of file rain_sensor_task.h.