|
SafeAPI RBC 2oo2 Generic Application
IL/CTC route and train logic for the safeAPIRBC2oo2 reference RBC
|
Data Fields | |
| rbc_nid_engine_t | nid_engine |
| char | service_number [RBC_CTC_TRAIN_SERVICE_STR_LEN] |
| uint32_t | destination_station_id |
| rbc_timestamp_ms_t | scheduled_departure_ms |
| rbc_timestamp_ms_t | scheduled_arrival_ms |
| rbc_distance_m_t | train_length_m |
| rbc_speed_kmh_t | max_speed_kmh |
Definition at line 55 of file ab_ga_ertms_ctc_types.h.
| uint32_t rbc_ctc_train_describer_t::destination_station_id |
Definition at line 59 of file ab_ga_ertms_ctc_types.h.
| rbc_speed_kmh_t rbc_ctc_train_describer_t::max_speed_kmh |
Definition at line 63 of file ab_ga_ertms_ctc_types.h.
| rbc_nid_engine_t rbc_ctc_train_describer_t::nid_engine |
Definition at line 57 of file ab_ga_ertms_ctc_types.h.
| rbc_timestamp_ms_t rbc_ctc_train_describer_t::scheduled_arrival_ms |
Definition at line 61 of file ab_ga_ertms_ctc_types.h.
| rbc_timestamp_ms_t rbc_ctc_train_describer_t::scheduled_departure_ms |
Definition at line 60 of file ab_ga_ertms_ctc_types.h.
| char rbc_ctc_train_describer_t::service_number[RBC_CTC_TRAIN_SERVICE_STR_LEN] |
Definition at line 58 of file ab_ga_ertms_ctc_types.h.
| rbc_distance_m_t rbc_ctc_train_describer_t::train_length_m |
Definition at line 62 of file ab_ga_ertms_ctc_types.h.