Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
mm::etg::EsiDataType::ArrayInfo Struct Reference

One dimension of an array type (ETG.2000 ArrayInfoType). More...

#include <esi.h>

Public Attributes

int64_t lBound = 0
 
int64_t elements = 0
 0 denotes a variable-length array.
 

Detailed Description

One dimension of an array type (ETG.2000 ArrayInfoType).

DataType/ArrayInfo is maxOccurs="3", so multi-dimensional arrays are schema-legal and this is stored as a vector even though one dimension is the norm.

Member Data Documentation

◆ elements

int64_t mm::etg::EsiDataType::ArrayInfo::elements = 0

0 denotes a variable-length array.

◆ lBound

int64_t mm::etg::EsiDataType::ArrayInfo::lBound = 0

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