Stima V4 Slave RAIN
4.2
|
struct local elaborate data parameter More...
#include <supervisor_task.h>
Public Attributes | |
configuration_t * | configuration |
system configuration pointer struct More... | |
system_status_t * | system_status |
system status pointer struct More... | |
cpp_freertos::BinarySemaphore * | configurationLock |
Semaphore to configuration access. More... | |
cpp_freertos::BinarySemaphore * | systemStatusLock |
Semaphore to system status access. More... | |
cpp_freertos::BinarySemaphore * | registerAccessLock |
Semaphore to register Cyphal access. More... | |
cpp_freertos::Queue * | systemMessageQueue |
Queue for system message. More... | |
EERegister * | clRegister |
Object Register C++ access. More... | |
bool | is_initialization_request |
External require initilizaztion register E2. More... | |
struct local elaborate data parameter
Definition at line 63 of file supervisor_task.h.
EERegister* SupervisorParam_t::clRegister |
Object Register C++ access.
Definition at line 70 of file supervisor_task.h.
configuration_t* SupervisorParam_t::configuration |
system configuration pointer struct
Definition at line 64 of file supervisor_task.h.
cpp_freertos::BinarySemaphore* SupervisorParam_t::configurationLock |
Semaphore to configuration access.
Definition at line 66 of file supervisor_task.h.
bool SupervisorParam_t::is_initialization_request |
External require initilizaztion register E2.
Definition at line 71 of file supervisor_task.h.
cpp_freertos::BinarySemaphore* SupervisorParam_t::registerAccessLock |
Semaphore to register Cyphal access.
Definition at line 68 of file supervisor_task.h.
system_status_t* SupervisorParam_t::system_status |
system status pointer struct
Definition at line 65 of file supervisor_task.h.
cpp_freertos::Queue* SupervisorParam_t::systemMessageQueue |
Queue for system message.
Definition at line 69 of file supervisor_task.h.
cpp_freertos::BinarySemaphore* SupervisorParam_t::systemStatusLock |
Semaphore to system status access.
Definition at line 67 of file supervisor_task.h.