|
SafeAPI RBC 2oo2 Generic Application
IL/CTC route and train logic for the safeAPIRBC2oo2 reference RBC
|
Files | |
| ab_ga_ertms_types.h | |
| ab_ga_ma_logic_adaptation.c | |
| GA's own single entry point (ab_ga_ma_adaptation_init(), declared in ga_interface.h) - see ab_ga_ma_logic_adaptation.h. | |
| ab_ga_ma_logic_adaptation.h | |
| GA's own single entry point, IMPLEMENTED here - ab_ga_ma_adaptation_init() is DECLARED in AB/GP/ga_interface/ga_interface.h instead (later session, on direct request: every function GP calls into GA with by bare name is declared in GP's own facade header, not GA's - see that header's own "functions GP calls into GA with" section), so this header does not redeclare it - #include "ga_interface.h" below already brings the declaration in, and this .c file's own definition is checked against that one declaration. | |