|
Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
|
Storage for one voter instance (opaque to caller). No dynamic memory. More...
#include <sapi_voter.h>
Data Fields | |
| sapi_voter_config_t | config |
| sapi_channel_t * | channels [SAPI_VOTER_MAX_CHANNELS] |
| uint32_t | channel_count |
| uint32_t | total_disagreements |
| bool | initialized |
Storage for one voter instance (opaque to caller). No dynamic memory.
Definition at line 119 of file sapi_voter.h.
| sapi_voter_config_t sapi_voter_storage_t::config |
Definition at line 120 of file sapi_voter.h.
| sapi_channel_t* sapi_voter_storage_t::channels[SAPI_VOTER_MAX_CHANNELS] |
Definition at line 121 of file sapi_voter.h.
| uint32_t sapi_voter_storage_t::channel_count |
Definition at line 122 of file sapi_voter.h.
| uint32_t sapi_voter_storage_t::total_disagreements |
Definition at line 123 of file sapi_voter.h.
| bool sapi_voter_storage_t::initialized |
Definition at line 124 of file sapi_voter.h.