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

One configured typed request handler signature. More...

#include <zcm_proc_runtime.h>

Data Fields

char name [64]
 Type name (e.g.
zcm_proc_type_arg_kind_t args [ZCM_PROC_TYPE_HANDLER_ARG_MAX]
 Parsed ordered list of expected argument kinds.
size_t arg_count
 Number of valid entries in args.
char format [256]
 Raw format string from config (if provided).

Detailed Description

Definition at line 82 of file zcm_proc_runtime.h.

Field Documentation

◆ arg_count

size_t zcm_proc_type_handler_cfg::arg_count

Definition at line 88 of file zcm_proc_runtime.h.

◆ args

zcm_proc_type_arg_kind_t zcm_proc_type_handler_cfg::args[ZCM_PROC_TYPE_HANDLER_ARG_MAX]

Definition at line 86 of file zcm_proc_runtime.h.

◆ format

char zcm_proc_type_handler_cfg::format[256]

Definition at line 90 of file zcm_proc_runtime.h.

◆ name

char zcm_proc_type_handler_cfg::name[64]

QUERY, VALUE).

Definition at line 84 of file zcm_proc_runtime.h.


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