Stima V4 Slave RAIN  4.2
SupervisorParam_t Struct Reference

struct local elaborate data parameter More...

#include <supervisor_task.h>

Public Attributes

configuration_tconfiguration
 system configuration pointer struct More...
 
system_status_tsystem_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...
 
EERegisterclRegister
 Object Register C++ access. More...
 
bool is_initialization_request
 External require initilizaztion register E2. More...
 

Detailed Description

struct local elaborate data parameter

Definition at line 63 of file supervisor_task.h.

Member Data Documentation

◆ clRegister

EERegister* SupervisorParam_t::clRegister

Object Register C++ access.

Definition at line 70 of file supervisor_task.h.

◆ configuration

configuration_t* SupervisorParam_t::configuration

system configuration pointer struct

Definition at line 64 of file supervisor_task.h.

◆ configurationLock

cpp_freertos::BinarySemaphore* SupervisorParam_t::configurationLock

Semaphore to configuration access.

Definition at line 66 of file supervisor_task.h.

◆ is_initialization_request

bool SupervisorParam_t::is_initialization_request

External require initilizaztion register E2.

Definition at line 71 of file supervisor_task.h.

◆ registerAccessLock

cpp_freertos::BinarySemaphore* SupervisorParam_t::registerAccessLock

Semaphore to register Cyphal access.

Definition at line 68 of file supervisor_task.h.

◆ system_status

system_status_t* SupervisorParam_t::system_status

system status pointer struct

Definition at line 65 of file supervisor_task.h.

◆ systemMessageQueue

cpp_freertos::Queue* SupervisorParam_t::systemMessageQueue

Queue for system message.

Definition at line 69 of file supervisor_task.h.

◆ systemStatusLock

cpp_freertos::BinarySemaphore* SupervisorParam_t::systemStatusLock

Semaphore to system status access.

Definition at line 67 of file supervisor_task.h.


The documentation for this struct was generated from the following file: