SafeAPI Backend POSIX
POSIX/Linux OAL backend for safeAPIFreamwork
Loading...
Searching...
No Matches
sapi_posix_backend.c File Reference

Aggregator: registers the POSIX backend with every OAL service in one call (ADR-018 section 2.1). More...

Include dependency graph for sapi_posix_backend.c:

Go to the source code of this file.

Functions

sapi_status_t sapi_posix_backend_register_all (void)
 Registers this file's POSIX backend with every OAL service in one call. Call once at process startup, before any other sapi_<service>_* function.

Detailed Description

Aggregator: registers the POSIX backend with every OAL service in one call (ADR-018 section 2.1).

Definition in file sapi_posix_backend.c.

Function Documentation

◆ sapi_posix_backend_register_all()

sapi_status_t sapi_posix_backend_register_all ( void )

Registers this file's POSIX backend with every OAL service in one call. Call once at process startup, before any other sapi_<service>_* function.

Local makros Local types declarations Local variables declarations Global variables declarations Local function declarations Global functions

Returns
SAPI_STATUS_OK if every service registered successfully; the first non-OK status encountered otherwise (registration stops at the first failure - a partially-registered state is itself a startup fault, not something to paper over).

Definition at line 20 of file sapi_posix_backend.c.