9 #ifndef XSDEVICEIDARRAY_H
10 #define XSDEVICEIDARRAY_H
22 #define XSDEVICEIDARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsDeviceIdArrayDescriptor)
32 struct XsDeviceIdArray :
public XsArrayImpl<XsDeviceId, g_xsDeviceIdArrayDescriptor, XsDeviceIdArray> {
47 : ArrayImpl(
ref, sz, flags)
50 #ifndef XSENS_NOITERATOR
52 template <
typename Iterator>
54 : 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.
struct XsDeviceIdArray XsDeviceIdArray
XsArrayDescriptor const XSTYPES_DLL_API g_xsDeviceIdArrayDescriptor
XSARRAY_STRUCT(XsDeviceIdArray, XsDeviceId)
XSTYPES_DLL_API void XsDeviceIdArray_construct(XsDeviceIdArray *thisPtr, XsSize count, XsDeviceId const *src)
size_t XsSize
XsSize must be unsigned number!