|
SafeAPI Backend POSIX
POSIX/Linux OAL backend for safeAPIFreamwork
|
POSIX named-channel adapter. More...
#include "safeapi/redundancy/channel_service/sapi_channel_service.h"#include "safeapi/oal/netlink/sapi_netlink.h"Go to the source code of this file.
Typedefs | |
| typedef sapi_status_t(*) | sapi_posix_channel_resolve_fn(const char *channel_name, sapi_netlink_config_t *out_config, void *context) |
Functions | |
| sapi_status_t | sapi_posix_backend_channel_service_register_resolver (sapi_posix_channel_resolve_fn resolver, void *context) |
| const sapi_channel_service_backend_t * | sapi_posix_backend_channel_service (void) |
POSIX named-channel adapter.
Definition in file sapi_posix_backend_channel_service.h.
| typedef sapi_status_t(*) sapi_posix_channel_resolve_fn(const char *channel_name, sapi_netlink_config_t *out_config, void *context) |
Definition at line 13 of file sapi_posix_backend_channel_service.h.
| const sapi_channel_service_backend_t * sapi_posix_backend_channel_service | ( | void | ) |
Definition at line 430 of file sapi_posix_backend_channel_service.c.
| sapi_status_t sapi_posix_backend_channel_service_register_resolver | ( | sapi_posix_channel_resolve_fn | resolver, |
| void * | context ) |
Definition at line 419 of file sapi_posix_backend_channel_service.c.