Go to the documentation of this file.
65 #ifndef XSMESSAGEARRAY_H
66 #define XSMESSAGEARRAY_H
79 #define XSMESSAGEARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsMessageArrayDescriptor)
91 struct XsMessageArray :
public XsArrayImpl<XsMessage, g_xsMessageArrayDescriptor, XsMessageArray>
107 : ArrayImpl(ref, sz, flags)
119 #ifndef XSENS_NOITERATOR
120 template <
typename Iterator>
123 : ArrayImpl(beginIt, endIt)
This object describes how to treat the data in an array.
XSTYPES_DLL_API void XsMessageArray_construct(XsMessageArray *thisPtr, XsSize count, struct XsMessage const *src)
struct XsMessageArray XsMessageArray
size_t XsSize
XsSize must be unsigned number!
Structure for storing a single message.
A list of XsMessage values.
const XsArrayDescriptor XSTYPES_DLL_API g_xsMessageArrayDescriptor
Descriptor for XsMessageArray.
XsDataFlags
These flags define the behaviour of data contained by Xsens data structures.
XSARRAY_STRUCT(XsMessageArray, struct XsMessage)