9 #ifndef XSOUTPUTCONFIGURATIONARRAY_H
10 #define XSOUTPUTCONFIGURATIONARRAY_H
23 #define XSOUTPUTCONFIGURATIONARRAY_INITIALIZER \
24 XSARRAY_INITIALIZER(&g_xsOutputConfigurationArrayDescriptor)
39 :
public XsArrayImpl<XsOutputConfiguration,
40 g_xsOutputConfigurationArrayDescriptor,
41 XsOutputConfigurationArray>
60 : ArrayImpl(
ref, sz, flags)
64 #ifndef XSENS_NOITERATOR
67 template <
typename Iterator>
69 : ArrayImpl(beginIt, endIt)
GLuint GLuint GLsizei count
XsDataFlags
These flags define the behaviour of data contained by Xsens data structures.
This object describes how to treat the data in an array.
Single data type output configuration.
struct XsOutputConfigurationArray XsOutputConfigurationArray
XSTYPES_DLL_API void XsOutputConfigurationArray_construct(XsOutputConfigurationArray *thisPtr, XsSize count, struct XsOutputConfiguration const *src)
XsArrayDescriptor const XSTYPES_DLL_API g_xsOutputConfigurationArrayDescriptor
XSARRAY_STRUCT(XsOutputConfigurationArray, struct XsOutputConfiguration)
size_t XsSize
XsSize must be unsigned number!