Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
Loading...
Searching...
No Matches
sapi_voter_storage_t Struct Reference

Storage for one voter instance (opaque to caller). No dynamic memory. More...

#include <sapi_voter.h>

Collaboration diagram for sapi_voter_storage_t:
[legend]

Data Fields

sapi_voter_config_t config
sapi_channel_tchannels [SAPI_VOTER_MAX_CHANNELS]
uint32_t channel_count
uint32_t total_disagreements
bool initialized

Detailed Description

Storage for one voter instance (opaque to caller). No dynamic memory.

Definition at line 119 of file sapi_voter.h.

Field Documentation

◆ config

sapi_voter_config_t sapi_voter_storage_t::config

Definition at line 120 of file sapi_voter.h.

◆ channels

sapi_channel_t* sapi_voter_storage_t::channels[SAPI_VOTER_MAX_CHANNELS]

Definition at line 121 of file sapi_voter.h.

◆ channel_count

uint32_t sapi_voter_storage_t::channel_count

Definition at line 122 of file sapi_voter.h.

◆ total_disagreements

uint32_t sapi_voter_storage_t::total_disagreements

Definition at line 123 of file sapi_voter.h.

◆ initialized

bool sapi_voter_storage_t::initialized

Definition at line 124 of file sapi_voter.h.


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