Go to the documentation of this file.
65 #ifndef XSDEVICEIDARRAY_H
66 #define XSDEVICEIDARRAY_H
78 #define XSDEVICEIDARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsDeviceIdArrayDescriptor)
88 struct XsDeviceIdArray :
public XsArrayImpl<XsDeviceId, g_xsDeviceIdArrayDescriptor, XsDeviceIdArray>
104 : ArrayImpl(ref, sz, flags)
116 #ifndef XSENS_NOITERATOR
117 template <
typename Iterator>
120 : ArrayImpl(beginIt, endIt)
This object describes how to treat the data in an array.
XSTYPES_DLL_API void XsDeviceIdArray_construct(XsDeviceIdArray *thisPtr, XsSize count, XsDeviceId const *src)
A list of XsDeviceId values.
size_t XsSize
XsSize must be unsigned number!
Contains an Xsens device ID and provides operations for determining the type of device.
XSARRAY_STRUCT(XsDeviceIdArray, XsDeviceId)
XsDataFlags
These flags define the behaviour of data contained by Xsens data structures.
const XsArrayDescriptor XSTYPES_DLL_API g_xsDeviceIdArrayDescriptor
Descriptor for XsDeviceIdArray.
struct XsDeviceIdArray XsDeviceIdArray