Go to the documentation of this file.
65 #ifndef XSPORTINFOARRAY_H
66 #define XSPORTINFOARRAY_H
78 #define XSPORTINFOARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsPortInfoArrayDescriptor)
90 struct XsPortInfoArray :
public XsArrayImpl<XsPortInfo, g_xsPortInfoArrayDescriptor, XsPortInfoArray>
106 : ArrayImpl(ref, sz, flags)
118 #ifndef XSENS_NOITERATOR
119 template <
typename Iterator>
122 : ArrayImpl(beginIt, endIt)
This object describes how to treat the data in an array.
XSARRAY_STRUCT(XsPortInfoArray, struct XsPortInfo)
Contains a descriptor for opening a communication port to an Xsens device.
struct XsPortInfoArray XsPortInfoArray
size_t XsSize
XsSize must be unsigned number!
A list of XsPortInfo values.
const XsArrayDescriptor XSTYPES_DLL_API g_xsPortInfoArrayDescriptor
Descriptor for XsPortInfoArray.
XsDataFlags
These flags define the behaviour of data contained by Xsens data structures.
XSTYPES_DLL_API void XsPortInfoArray_construct(XsPortInfoArray *thisPtr, XsSize count, struct XsPortInfo const *src)