9 #ifndef XSOUTPUTCONFIGURATIONARRAY_H
10 #define XSOUTPUTCONFIGURATIONARRAY_H
22 #define XSOUTPUTCONFIGURATIONARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsOutputConfigurationArrayDescriptor)
34 struct XsOutputConfigurationArray :
public XsArrayImpl<XsOutputConfiguration, g_xsOutputConfigurationArrayDescriptor, XsOutputConfigurationArray> {
49 : ArrayImpl(
ref, sz, flags)
53 #ifndef XSENS_NOITERATOR
55 template <
typename Iterator>
57 : 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!