SafeAPI RBC 2oo2 Generic Application
IL/CTC route and train logic for the safeAPIRBC2oo2 reference RBC
Loading...
Searching...
No Matches
ab_ga_dispatch.h
Go to the documentation of this file.
1
22#ifndef SAFEAPI_RBC2OO2GA_AB_GA_DISPATCH_H
23#define SAFEAPI_RBC2OO2GA_AB_GA_DISPATCH_H
24
25#include "ga_interface.h" /* ab_gp_route_context_t/_update_type_t, ab_gp_train_context_t/
26 * _update_type_t, GP registration - the ONLY GP header
27 * this module (or any GA module) ever includes */
28
56sapi_status_t ab_ga_dispatch_init(ab_gp_train_session_t *sessions, ab_gp_db_t *db);
57
58#endif /* SAFEAPI_RBC2OO2GA_AB_GA_DISPATCH_H */
sapi_status_t ab_ga_dispatch_init(ab_gp_train_session_t *sessions, ab_gp_db_t *db)
Registers every GA<->GP subscription this process needs, in one place: route-context notify,...