32 #ifndef _RAIN_SENSOR_TASK_H
33 #define _RAIN_SENSOR_TASK_H
37 #include "stima_utility.h"
40 #if (MODULE_TYPE == STIMA_MODULE_TYPE_RAIN)
42 #define RAIN_TASK_POWER_ON_WAIT_DELAY_MS (100)
43 #define RAIN_TASK_WAIT_DELAY_MS (50)
45 #include <STM32FreeRTOS.h>
48 #include "semaphore.hpp"
52 #if (ENABLE_I2C1 || ENABLE_I2C2)
58 using namespace cpp_freertos;
84 SENSOR_STATE_SAVE_SIGNAL
94 #if (ENABLE_STACK_USAGE)
95 void TaskMonitorStack();
97 void TaskWatchDog(uint32_t millis_standby);
98 void TaskState(uint8_t state_position, uint8_t state_subposition,
task_flag state_operation);
100 static void ISR_tipping_bucket(
void);
SENSOR TASK cpp_freertos class.
static bool is_isr_event_running
static cpp_freertos::Queue * localRainQueue
State_t
Enum for state switch of running method.
@ SENSOR_STATE_CHECK_SPIKE
task_flag
Task state Flag type.
Interface STM32 hardware_hal STIMAV4 Header config.
struct local elaborate data parameter
cpp_freertos::BinarySemaphore * systemStatusLock
Semaphore to system status access.
system_status_t * system_status
system status pointer struct
cpp_freertos::Queue * systemMessageQueue
Queue for system message.
cpp_freertos::Queue * rainQueue
Queue for rain events.
cpp_freertos::BinarySemaphore * configurationLock
Semaphore to configuration access.
cpp_freertos::Queue * elaborateDataQueue
Queue for elaborate data.
configuration_t * configuration
system configuration pointer struct
System module configuration.