|
SafeAPI RBC 2oo2 Generic Application
IL/CTC route and train logic for the safeAPIRBC2oo2 reference RBC
|
Data Fields | |
| sapi_channel_service_t | sim_channel |
| sapi_channel_service_t | relay_channel [GATEWAY_C_PEER_COUNT] |
| uint8_t | relay_consecutive_timeout |
| sapi_timestamp_ms_t | relay_down_since_ms [GATEWAY_C_PEER_COUNT] |
| uint32_t | a_seen_this_cycle |
| unsigned int | a_stale_cycles |
| const char * | last_known_tag |
Definition at line 12 of file gateway_c_ctc_handler.h.
| uint32_t gateway_c_ctc_handler_state_t::a_seen_this_cycle |
Definition at line 21 of file gateway_c_ctc_handler.h.
| unsigned int gateway_c_ctc_handler_state_t::a_stale_cycles |
Definition at line 22 of file gateway_c_ctc_handler.h.
| const char* gateway_c_ctc_handler_state_t::last_known_tag |
Definition at line 23 of file gateway_c_ctc_handler.h.
| sapi_channel_service_t gateway_c_ctc_handler_state_t::relay_channel[GATEWAY_C_PEER_COUNT] |
Definition at line 18 of file gateway_c_ctc_handler.h.
| uint8_t gateway_c_ctc_handler_state_t::relay_consecutive_timeout |
Definition at line 19 of file gateway_c_ctc_handler.h.
| sapi_timestamp_ms_t gateway_c_ctc_handler_state_t::relay_down_since_ms[GATEWAY_C_PEER_COUNT] |
Definition at line 20 of file gateway_c_ctc_handler.h.
| sapi_channel_service_t gateway_c_ctc_handler_state_t::sim_channel |
Definition at line 15 of file gateway_c_ctc_handler.h.