31 #define TRACE_LEVEL RAIN_SENSOR_TASK_TRACE_LEVEL
32 #define LOCAL_TASK_ID SENSOR_TASK_ID
36 #if (MODULE_TYPE == STIMA_MODULE_TYPE_RAIN)
38 using namespace cpp_freertos;
56 TRACE_INFO_F(F(
"Initializing rain event sensor handler...\r\n"));
59 #if (USE_TIPPING_BUCKET_REDUNDANT)
68 #if (ENABLE_STACK_USAGE)
70 void RainSensorTask::TaskMonitorStack()
72 uint16_t stackUsage = (uint16_t)uxTaskGetStackHighWaterMark( NULL );
125 elaborate_data_t edata;
132 bool bMainError, bRedundantError, bTippingError;
133 bool bEventMain, bEventRedundant;
135 uint16_t error_count = 0;
138 #if (ENABLE_STACK_USAGE)
159 bRedundantError =
false;
160 bTippingError =
false;
162 bEventRedundant =
false;
187 bRedundantError =
false;
188 bTippingError =
false;
211 #if(USE_TIPPING_CONTROL)
225 #if (!USE_TIPPING_BUCKET_REDUNDANT)
232 bTippingError =
true;
242 if ((!bEventMain)&&(!bEventRedundant))
246 bTippingError =
true;
251 if ((bEventMain)&&(!bEventRedundant))
254 bRedundantError =
true;
255 TRACE_INFO_F(F(
"Sensor: Error reading redundant tipping (no event)\r\n"));
257 if ((!bEventMain)&&(bEventRedundant))
261 TRACE_INFO_F(F(
"Sensor: Error reading main tipping (no event)\r\n"));
272 #if(USE_TIPPING_CONTROL)
275 #if (!USE_TIPPING_BUCKET_REDUNDANT)
300 bTippingError =
true;
334 #if (ENABLE_STACK_USAGE)
355 TRACE_INFO_F(F(
"Sensor: Main tipping wrong timing or stalled tipping bucket\r\n"));
358 #if (USE_TIPPING_BUCKET_REDUNDANT)
361 bRedundantError =
true;
362 TRACE_INFO_F(F(
"Sensor: Redundant tipping wrong timing or stalled tipping bucket\r\n"));
378 #if (ENABLE_STACK_USAGE)
392 BaseType_t pxHigherPTW =
true;
static void ISR_tipping_bucket(void)
ISR Waiting event (restore task)
RainSensorTask(const char *taskName, uint16_t stackSize, uint8_t priority, RainSensorParam_t rainSensorParam)
Constructor for the sensor Task.
void TaskWatchDog(uint32_t millis_standby)
local watchDog and Sleep flag Task (optional)
static bool is_isr_event_running
virtual void Run()
RUN Task.
void TaskState(uint8_t state_position, uint8_t state_subposition, task_flag state_operation)
local suspend flag and positor running state Task (optional)
static cpp_freertos::Queue * localRainQueue
@ SENSOR_STATE_CHECK_SPIKE
@ SENSOR_STATE_SAVE_SIGNAL
#define RAIN_SCROLL_INDEX
#define TIPPING_BUCKET_PIN
Input PIN tipping.
#define WDT_CONTROLLER_MS
Task milliseconds minimal check.
#define TIPPING_EVENT_VALUE
Input PIN tipping expected event value.
#define TIPPING_BUCKET_PIN_REDUNDANT
Redundant PIN tipping (verify and alert)
#define WAIT_QUEUE_REQUEST_PUSHDATA_MS
Time to wait pushing data queue.
#define WDT_STARTING_TASK_MS
Init WatchDog Task local milliseconds.
#define RAIN_SCROLL_RESET
#define UNUSED_SUB_POSITION
Monitor Sub Position not used flag.
#define TRACE_INFO_F(...)
#define TRACE_VERBOSE_F(...)
@ set
Set WDT (From Application TASK... All OK)
@ timer
Set Timered WDT (From Application long function WDT...)
task_flag
Task state Flag type.
@ suspended
Task is excluded from WDT Controller or Suspended complete.
@ normal
Normal operation Task controller.
#define RAIN_TASK_WAIT_DELAY_MS
#define VALUES_TO_READ_FROM_SENSOR_COUNT
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 * rainQueue
Queue for rain events.
cpp_freertos::Queue * elaborateDataQueue
Queue for elaborate data.
configuration_t * configuration
system configuration pointer struct
sensor_configuration_t sensors
sensors configurations
rmapdata_t tips_full
Number of tips readed (With Maintenance value, for Display LCD)
rmapdata_t tips_scroll
Number of tips readed for scrolling TPR calulation (without Maintenance value)
rmapdata_t rain
Rain official (without Maintenance value)
rmapdata_t rain_full
Rain unofficial (With Maintenance value, for Display LCD)
rmapdata_t rain_scroll
Rain scrolling for step TPR calculation (without Maintenance value)
rmapdata_t tips_count
Number of tips readed (without Maintenance value)
uint16_t event_end_time_ms
Time end for tipping event.
uint16_t tipping_bucket_time_ms
Tipping bucket time event.
uint8_t rain_for_tip
Numper of tip for rain measure.
System message for queue.
bool is_cfg_loaded
Is config loaded.
struct system_status_t::@4 flags
Module error or alert.
bool is_main_error
Main sensor in error.
uint16_t error_count
Count of error event.
struct system_status_t::@5 events
Module error or alert timings continuos verify.
task_t tasks[TOTAL_INFO_TASK]
Info Task && WDT.
bool is_redundant_error
Redundant sensor in error.
bool is_maintenance
Module is in maintenance mode.
bool is_tipping_error
Tipping event error run.
int32_t watch_dog_ms
WatchDog of Task Timer.
uint8_t running_pos
!=0 (CREATE) Task Started (Generic state of Task)
task_flag state
Long sleep Task.
wdt_flag watch_dog
WatchDog of Task.
uint16_t stack
Stack Max Usage Monitor.
uint8_t running_sub
Optional SubState of Task.