Stima V4 Slave RAIN
4.2
|
struct local elaborate data parameter More...
#include <elaborate_data_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 access to configuration More... | |
cpp_freertos::BinarySemaphore * | systemStatusLock |
semaphore access to system status More... | |
cpp_freertos::Queue * | systemMessageQueue |
Queue for system message. More... | |
cpp_freertos::Queue * | elaborateDataQueue |
Queue for elaborate data. More... | |
cpp_freertos::Queue * | requestDataQueue |
Queue for request data. More... | |
cpp_freertos::Queue * | reportDataQueue |
Queue for report data. More... | |
cpp_freertos::Queue * | rainQueue |
Queue to RAIN Event. More... | |
struct local elaborate data parameter
Definition at line 75 of file elaborate_data_task.h.
configuration_t* ElaborateDataParam_t::configuration |
system configuration pointer struct
Definition at line 76 of file elaborate_data_task.h.
cpp_freertos::BinarySemaphore* ElaborateDataParam_t::configurationLock |
semaphore access to configuration
Definition at line 78 of file elaborate_data_task.h.
cpp_freertos::Queue* ElaborateDataParam_t::elaborateDataQueue |
Queue for elaborate data.
Definition at line 81 of file elaborate_data_task.h.
cpp_freertos::Queue* ElaborateDataParam_t::rainQueue |
Queue to RAIN Event.
Definition at line 84 of file elaborate_data_task.h.
cpp_freertos::Queue* ElaborateDataParam_t::reportDataQueue |
Queue for report data.
Definition at line 83 of file elaborate_data_task.h.
cpp_freertos::Queue* ElaborateDataParam_t::requestDataQueue |
Queue for request data.
Definition at line 82 of file elaborate_data_task.h.
system_status_t* ElaborateDataParam_t::system_status |
system status pointer struct
Definition at line 77 of file elaborate_data_task.h.
cpp_freertos::Queue* ElaborateDataParam_t::systemMessageQueue |
Queue for system message.
Definition at line 80 of file elaborate_data_task.h.
cpp_freertos::BinarySemaphore* ElaborateDataParam_t::systemStatusLock |
semaphore access to system status
Definition at line 79 of file elaborate_data_task.h.