Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
Loading...
Searching...
No Matches
sapi_platform.h
Go to the documentation of this file.
1
27#ifndef SAFEAPI_OAL_PLATFORM_H
28#define SAFEAPI_OAL_PLATFORM_H
29
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36
57sapi_status_t sapi_platform_realtime_init(uint32_t rt_priority);
58
59/*
60 * The backend vtable (sapi_platform_backend_t) and
61 * sapi_platform_register_backend() live in
62 * safeapi_backend/platform/sapi_platform_backend.h, not here (ADR-021).
63 * This header is the consumer-facing surface only.
64 */
65
66#ifdef __cplusplus
67}
68#endif
69
70#endif /* SAFEAPI_OAL_PLATFORM_H */
71 /* PLATFORM */
sapi_status_t sapi_platform_realtime_init(uint32_t rt_priority)
Applies the registered backend's real-time platform configuration for the calling process/thread....
sapi_status_t
Common result/status codes.
Definition sapi_status.h:27
Common status/error codes returned by every Safe API Framework function. Shared across all OS Abstrac...
Common fixed-width types and the caller-owned-storage handle pattern used by every OAL service (see A...