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
This object describes how to treat the data in an array.
size_t XsSize
XsSize must be unsigned number!
XsArrayDescriptor const XSTYPES_DLL_API g_xsDeviceIdArrayDescriptor
struct XsDeviceIdArray XsDeviceIdArray
XSARRAY_STRUCT(XsDeviceIdArray, XsDeviceId)
XSTYPES_DLL_API void XsDeviceIdArray_construct(XsDeviceIdArray *thisPtr, XsSize count, XsDeviceId const *src)
XsDataFlags
These flags define the behaviour of data contained by Xsens data structures.