31 #ifndef _SUPERVISOR_TASK_H
32 #define _SUPERVISOR_TASK_H
36 #include "stima_utility.h"
39 #include <STM32FreeRTOS.h>
42 #include "semaphore.hpp"
52 #define SUPERVISOR_TASK_WAIT_DELAY_MS (20)
53 #define SUPERVISOR_TASK_SLEEP_DELAY_MS (850)
55 #define SUPERVISOR_TASK_GENERIC_RETRY_DELAY_MS (5000)
56 #define SUPERVISOR_TASK_GENERIC_RETRY (3)
58 #define SUPERVISOR_AUTO_END_MAINTENANCE_SEC (3600ul)
93 #if (ENABLE_STACK_USAGE)
94 void TaskMonitorStack();
97 void TaskState(uint8_t state_position, uint8_t state_subposition,
task_flag state_operation);
103 STM32RTC&
rtc = STM32RTC::getInstance();
SUPERVISOR TASK cpp_freertos class.
void TaskState(uint8_t state_position, uint8_t state_subposition, task_flag state_operation)
local suspend flag and positor running state Task (optional)
void saveConfiguration(bool is_default)
Save/Init configuration base Register Class.
void printConfiguration()
Print configuratione.
void loadConfiguration()
Load configuration from Register.
SupervisorTask(const char *taskName, uint16_t stackSize, uint8_t priority, SupervisorParam_t SupervisorParam)
Construct the Supervisor Task::SupervisorTask object.
SupervisorState_t
Enum for state switch of running method.
@ SUPERVISOR_STATE_CREATE
@ SUPERVISOR_STATE_CHECK_OPERATION
virtual void Run()
RUN Task.
void TaskWatchDog(uint32_t millis_standby)
local watchDog and Sleep flag Task (optional)
task_flag
Task state Flag type.
Interface STM32 hardware_hal STIMAV4 Header config.
Register class (Uavcan/Other) header file.
struct local elaborate data parameter
system_status_t * system_status
system status pointer struct
EERegister * clRegister
Object Register C++ access.
cpp_freertos::BinarySemaphore * systemStatusLock
Semaphore to system status access.
cpp_freertos::BinarySemaphore * registerAccessLock
Semaphore to register Cyphal access.
configuration_t * configuration
system configuration pointer struct
cpp_freertos::BinarySemaphore * configurationLock
Semaphore to configuration access.
bool is_initialization_request
External require initilizaztion register E2.
cpp_freertos::Queue * systemMessageQueue
Queue for system message.
System module configuration.