Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
Toggle main menu visibility
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
30
#include "
safeapi/utils/status/sapi_status.h
"
31
#include "
safeapi/utils/types/sapi_types.h
"
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
36
57
sapi_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_platform_realtime_init
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....
Definition
sapi_platform.c:47
sapi_status_t
sapi_status_t
Common result/status codes.
Definition
sapi_status.h:27
sapi_status.h
Common status/error codes returned by every Safe API Framework function. Shared across all OS Abstrac...
sapi_types.h
Common fixed-width types and the caller-owned-storage handle pattern used by every OAL service (see A...
include
safeapi
oal
platform
sapi_platform.h
Generated by
1.18.0