High Performance OPC UA Server SDK  1.2.0.193
ua_type_table_base_fcts Struct Reference

Base functions for builtin types. More...

#include <type_table.h>

Data Fields

uint16_t type_id
 
uint16_t size
 
compare_t compare
 
copy_t copy
 
clear_t clear
 

Detailed Description

Base functions for builtin types.

Also contains the type id and size. The copy and clear functions may be omitted for fixed size types, in this case the field must have the UA_DICT_FLAG_FIXED_SIZE flag set. All functions and the size may be omitted in case the UA_DICT_FLAG_OMITTED flag is set. The type id must always be set.


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