SUPERVISOR TASK cpp_freertos class.
More...
#include <supervisor_task.h>
SUPERVISOR TASK cpp_freertos class.
Definition at line 75 of file supervisor_task.h.
◆ SupervisorState_t
Enum for state switch of running method.
Enumerator |
---|
SUPERVISOR_STATE_CREATE | |
SUPERVISOR_STATE_INIT | |
SUPERVISOR_STATE_CHECK_OPERATION | |
SUPERVISOR_STATE_END | |
Definition at line 78 of file supervisor_task.h.
◆ SupervisorTask()
SupervisorTask::SupervisorTask |
( |
const char * |
taskName, |
|
|
uint16_t |
stackSize, |
|
|
uint8_t |
priority, |
|
|
SupervisorParam_t |
supervisorParam |
|
) |
| |
Construct the Supervisor Task::SupervisorTask object.
- Parameters
-
taskName | name of the task |
stackSize | size of the stack |
priority | priority of the task |
supervisorParam | parameters for the task |
Definition at line 43 of file supervisor_task.cpp.
◆ loadConfiguration()
void SupervisorTask::loadConfiguration |
( |
void |
| ) |
|
|
private |
◆ printConfiguration()
void SupervisorTask::printConfiguration |
( |
void |
| ) |
|
|
private |
◆ Run()
void SupervisorTask::Run |
( |
| ) |
|
|
protectedvirtual |
◆ saveConfiguration()
void SupervisorTask::saveConfiguration |
( |
bool |
is_default | ) |
|
|
private |
Save/Init configuration base Register Class.
- Parameters
-
is_default | true if is need to prepare config default value |
Definition at line 362 of file supervisor_task.cpp.
◆ TaskState()
void SupervisorTask::TaskState |
( |
uint8_t |
state_position, |
|
|
uint8_t |
state_subposition, |
|
|
task_flag |
state_operation |
|
) |
| |
|
private |
local suspend flag and positor running state Task (optional)
- Parameters
-
state_position | Sw_Position (Local STATE) |
state_subposition | Sw_SubPosition (Optional Local SUB_STATE Position Monitor) |
state_operation | operative mode flag status for this task |
Definition at line 96 of file supervisor_task.cpp.
◆ TaskWatchDog()
void SupervisorTask::TaskWatchDog |
( |
uint32_t |
millis_standby | ) |
|
|
private |
local watchDog and Sleep flag Task (optional)
- Parameters
-
millis_standby | time in ms to perfor check of WDT. If longer than WDT Reset, WDT is temporanly suspend |
Definition at line 71 of file supervisor_task.cpp.
◆ param
◆ rtc
STM32RTC& SupervisorTask::rtc = STM32RTC::getInstance() |
|
private |
◆ state
The documentation for this class was generated from the following files: