|
Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
|
Backend vtable and registration for the platform service (ADR-005). More...
Data Structures | |
| struct | sapi_platform_backend_t |
| Backend vtable: an integrator's implementation of the real-time platform bring-up for a specific target (ADR-005). More... | |
Functions | |
| sapi_status_t | sapi_platform_register_backend (const sapi_platform_backend_t *backend) |
| Registers the backend implementation used by sapi_platform_realtime_init() (ADR-005 section 2.1). Call once at startup, before sapi_platform_realtime_init(). | |
Backend vtable and registration for the platform service (ADR-005).
| sapi_status_t sapi_platform_register_backend | ( | const sapi_platform_backend_t * | backend | ) |
Registers the backend implementation used by sapi_platform_realtime_init() (ADR-005 section 2.1). Call once at startup, before sapi_platform_realtime_init().
| backend | Backend implementation. Must not be NULL. Registering again replaces the previously registered backend. |
Global variables declarations Local function declarations Global functions
Definition at line 28 of file sapi_platform.c.