High Performance OPC UA Server SDK  1.2.0.193
config_array_value Struct Reference

Description of an array. More...

#include <config_loader.h>

Data Fields

const char * value_name
 name of the array
 
void ** ptr
 pointer to the arraypointer in the config
 
size_t element_size
 size of one element of the array (in bytes)
 
uint32_t * length_field
 pointer to the length field of the array
 
const struct config_array_membermembers
 array of member descriptions of the array
 
unsigned int num_members
 number of elements in the members array
 
const struct
config_nested_array_member
array_members
 array of nested array member descriptions of the array
 
unsigned int num_array_members
 number of elements in the nested array members array
 

Detailed Description

Description of an array.


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