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

Configuration for a pub-sub topic. More...

#include <sapi_ipc_pubsub.h>

Data Fields

const char * topic_name
size_t message_size
size_t max_subscribers

Detailed Description

Configuration for a pub-sub topic.

Definition at line 70 of file sapi_ipc_pubsub.h.

Field Documentation

◆ topic_name

const char* sapi_ipc_pubsub_topic_config_t::topic_name

Topic name (e.g., "track_status")

Definition at line 71 of file sapi_ipc_pubsub.h.

◆ message_size

size_t sapi_ipc_pubsub_topic_config_t::message_size

Fixed size of all messages on topic

Definition at line 72 of file sapi_ipc_pubsub.h.

◆ max_subscribers

size_t sapi_ipc_pubsub_topic_config_t::max_subscribers

Max number of subscribers allowed

Definition at line 73 of file sapi_ipc_pubsub.h.


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