VLink  2.0.0
A high-performance communication middleware
vlink_schema_info_t Struct Reference

Bundled runtime schema metadata supplied at 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 supplied at node creation.

Mirrors the C++ pair of ser_type + schema_type so callers can configure both atomically before the underlying node is initialised. Both fields must either be provided together or left 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 / serialisation identifier, or NULL.


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