zCm 0.1.0
Lightweight messaging toolkit
Loading...
Searching...
No Matches
zcm_proc_runtime_cfg Struct Reference

Parsed runtime config for one zcm_proc instance. More...

#include <zcm_proc_runtime.h>

Data Fields

char name [128]
 Node/process name used for broker registration.
zcm_proc_type_handler_cfg_t type_handlers [ZCM_PROC_TYPE_HANDLER_MAX]
 Declared typed handlers.
size_t type_handler_count
 Number of valid entries in type_handlers.
zcm_proc_data_socket_cfg_t data_sockets [ZCM_PROC_DATA_SOCKET_MAX]
 Declared data sockets for worker startup.
size_t data_socket_count
 Number of valid entries in data_sockets.

Detailed Description

Definition at line 96 of file zcm_proc_runtime.h.

Field Documentation

◆ data_socket_count

size_t zcm_proc_runtime_cfg::data_socket_count

Definition at line 106 of file zcm_proc_runtime.h.

◆ data_sockets

zcm_proc_data_socket_cfg_t zcm_proc_runtime_cfg::data_sockets[ZCM_PROC_DATA_SOCKET_MAX]

Definition at line 104 of file zcm_proc_runtime.h.

◆ name

char zcm_proc_runtime_cfg::name[128]

Definition at line 98 of file zcm_proc_runtime.h.

◆ type_handler_count

size_t zcm_proc_runtime_cfg::type_handler_count

Definition at line 102 of file zcm_proc_runtime.h.

◆ type_handlers

zcm_proc_type_handler_cfg_t zcm_proc_runtime_cfg::type_handlers[ZCM_PROC_TYPE_HANDLER_MAX]

Definition at line 100 of file zcm_proc_runtime.h.


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