VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink_schema_info_t Struct Reference

Bundled runtime schema metadata for C API node creation. More...

#include <c_api.h>

Collaboration diagram for vlink_schema_info_t:

Public Attributes

const char * ser
vlink_schema_t schema

Detailed Description

Bundled runtime schema metadata for C API node creation.

This mirrors the C++ pair of ser_type + schema_type so callers can configure both pieces atomically before the underlying node is initialised. Callers must either provide both fields together or leave both unset (ser == NULL / empty and schema == VLINK_SCHEMA_UNKNOWN).

Member Data Documentation

◆ schema

vlink_schema_t vlink_schema_info_t::schema

Coarse schema family.

◆ ser

const char* vlink_schema_info_t::ser

Concrete type name / serialization identifier, or NULL.


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