9 #ifndef XSMESSAGEARRAY_H
10 #define XSMESSAGEARRAY_H
23 #define XSMESSAGEARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsMessageArrayDescriptor)
35 struct XsMessageArray :
public XsArrayImpl<XsMessage, g_xsMessageArrayDescriptor, XsMessageArray> {
50 : ArrayImpl(
ref, sz, flags)
54 #ifndef XSENS_NOITERATOR
56 template <
typename Iterator>
58 : 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.
Structure for storing a single message.
XSARRAY_STRUCT(XsMessageArray, struct XsMessage)
struct XsMessageArray XsMessageArray
XsArrayDescriptor const XSTYPES_DLL_API g_xsMessageArrayDescriptor
XSTYPES_DLL_API void XsMessageArray_construct(XsMessageArray *thisPtr, XsSize count, struct XsMessage const *src)
size_t XsSize
XsSize must be unsigned number!