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
This object describes how to treat the data in an array.
size_t XsSize
XsSize must be unsigned number!
struct XsMessageArray XsMessageArray
Structure for storing a single message.
XSARRAY_STRUCT(XsMessageArray, struct XsMessage)
XSTYPES_DLL_API void XsMessageArray_construct(XsMessageArray *thisPtr, XsSize count, struct XsMessage const *src)
XsArrayDescriptor const XSTYPES_DLL_API g_xsMessageArrayDescriptor
XsDataFlags
These flags define the behaviour of data contained by Xsens data structures.