caffeine-sal 0.1.17
Header-only polymorphic middleware services layer for the Caffeine Framework
Loading...
Searching...
No Matches
Data Fields
cfn_sal_utl_serialization_schema_field_t Struct Reference

Metadata for a single field in a data structure. More...

#include <cfn_sal_utl_serialization.h>

Data Fields

const char * name
 
cfn_sal_utl_serialization_schema_field_type_t type
 
uint16_t offset
 
uint16_t size
 

Detailed Description

Metadata for a single field in a data structure.

Field Documentation

◆ name

const char* cfn_sal_utl_serialization_schema_field_t::name

Field name (e.g., key in JSON)

◆ offset

uint16_t cfn_sal_utl_serialization_schema_field_t::offset

Offset from the start of the struct

◆ size

uint16_t cfn_sal_utl_serialization_schema_field_t::size

Size of the field in bytes

◆ type

cfn_sal_utl_serialization_schema_field_type_t cfn_sal_utl_serialization_schema_field_t::type

Data type of the field


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