Stima V4 Slave RAIN  4.2
ElaborateDataParam_t Struct Reference

struct local elaborate data parameter More...

#include <elaborate_data_task.h>

Public Attributes

configuration_tconfiguration
 system configuration pointer struct More...
 
system_status_tsystem_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...
 

Detailed Description

struct local elaborate data parameter

Definition at line 75 of file elaborate_data_task.h.

Member Data Documentation

◆ configuration

configuration_t* ElaborateDataParam_t::configuration

system configuration pointer struct

Definition at line 76 of file elaborate_data_task.h.

◆ configurationLock

cpp_freertos::BinarySemaphore* ElaborateDataParam_t::configurationLock

semaphore access to configuration

Definition at line 78 of file elaborate_data_task.h.

◆ elaborateDataQueue

cpp_freertos::Queue* ElaborateDataParam_t::elaborateDataQueue

Queue for elaborate data.

Definition at line 81 of file elaborate_data_task.h.

◆ rainQueue

cpp_freertos::Queue* ElaborateDataParam_t::rainQueue

Queue to RAIN Event.

Definition at line 84 of file elaborate_data_task.h.

◆ reportDataQueue

cpp_freertos::Queue* ElaborateDataParam_t::reportDataQueue

Queue for report data.

Definition at line 83 of file elaborate_data_task.h.

◆ requestDataQueue

cpp_freertos::Queue* ElaborateDataParam_t::requestDataQueue

Queue for request data.

Definition at line 82 of file elaborate_data_task.h.

◆ system_status

system_status_t* ElaborateDataParam_t::system_status

system status pointer struct

Definition at line 77 of file elaborate_data_task.h.

◆ systemMessageQueue

cpp_freertos::Queue* ElaborateDataParam_t::systemMessageQueue

Queue for system message.

Definition at line 80 of file elaborate_data_task.h.

◆ systemStatusLock

cpp_freertos::BinarySemaphore* ElaborateDataParam_t::systemStatusLock

semaphore access to system status

Definition at line 79 of file elaborate_data_task.h.


The documentation for this struct was generated from the following file: