|
SafeAPI RBC 2oo2 Generic Application
IL/CTC route and train logic for the safeAPIRBC2oo2 reference RBC
|
Queued route event for IL notification dispatch. More...
Data Fields | |
| uint8_t | train_id |
| uint16_t | route_id |
| uint32_t | start_signal |
| uint32_t | end_signal |
| uint32_t | route_status |
| bool | train_has_ma |
| uint8_t | fsm_state |
| bool | fsm_is_stub |
Queued route event for IL notification dispatch.
Definition at line 26 of file ab_ga_il.c.
| uint32_t il_pending_route_event_t::end_signal |
Definition at line 31 of file ab_ga_il.c.
| bool il_pending_route_event_t::fsm_is_stub |
Definition at line 35 of file ab_ga_il.c.
| uint8_t il_pending_route_event_t::fsm_state |
Definition at line 34 of file ab_ga_il.c.
| uint16_t il_pending_route_event_t::route_id |
Definition at line 29 of file ab_ga_il.c.
| uint32_t il_pending_route_event_t::route_status |
Definition at line 32 of file ab_ga_il.c.
| uint32_t il_pending_route_event_t::start_signal |
Definition at line 30 of file ab_ga_il.c.
| bool il_pending_route_event_t::train_has_ma |
Definition at line 33 of file ab_ga_il.c.
| uint8_t il_pending_route_event_t::train_id |
Definition at line 28 of file ab_ga_il.c.