Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
Loading...
Searching...
No Matches
sapi_ipc_config_t Struct Reference

Configuration for sapi_ipc_create(). More...

#include <sapi_ipc.h>

Data Fields

const char * name
size_t message_size
size_t queue_depth

Detailed Description

Configuration for sapi_ipc_create().

Definition at line 37 of file sapi_ipc.h.

Field Documentation

◆ name

const char* sapi_ipc_config_t::name

Diagnostic/lookup name for the channel.

Definition at line 39 of file sapi_ipc.h.

◆ message_size

size_t sapi_ipc_config_t::message_size

Fixed size in bytes of every message.

Definition at line 40 of file sapi_ipc.h.

◆ queue_depth

size_t sapi_ipc_config_t::queue_depth

Maximum number of queued messages.

Definition at line 41 of file sapi_ipc.h.


The documentation for this struct was generated from the following file: