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_pubsub_subscriber_config_t Struct Reference

Configuration for a subscriber. More...

#include <sapi_ipc_pubsub.h>

Data Fields

const char * subscriber_name
sapi_ipc_pubsub_topic_t topic
size_t queue_depth

Detailed Description

Configuration for a subscriber.

Definition at line 147 of file sapi_ipc_pubsub.h.

Field Documentation

◆ subscriber_name

const char* sapi_ipc_pubsub_subscriber_config_t::subscriber_name

Subscriber name (diagnostic)

Definition at line 148 of file sapi_ipc_pubsub.h.

◆ topic

sapi_ipc_pubsub_topic_t sapi_ipc_pubsub_subscriber_config_t::topic

Topic to subscribe to

Definition at line 149 of file sapi_ipc_pubsub.h.

◆ queue_depth

size_t sapi_ipc_pubsub_subscriber_config_t::queue_depth

Queue depth (max pending messages)

Definition at line 150 of file sapi_ipc_pubsub.h.


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