Main MRPT website > C++ reference for MRPT 1.5.9
xsoutputconfigurationarray.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2017, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+ */
9 #ifndef XSOUTPUTCONFIGURATIONARRAY_H
10 #define XSOUTPUTCONFIGURATIONARRAY_H
11 
12 #include "xsarray.h"
13 
14 #ifdef __cplusplus
15 #include "xsoutputconfiguration.h"
16 extern "C" {
17 #endif
18 
20 
21 #ifndef __cplusplus
22 #define XSOUTPUTCONFIGURATIONARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsOutputConfigurationArrayDescriptor)
24 
27 
29 #else
30 } // extern "C"
31 #endif
32 
33 #ifdef __cplusplus
34 struct XsOutputConfigurationArray : public XsArrayImpl<XsOutputConfiguration, g_xsOutputConfigurationArrayDescriptor, XsOutputConfigurationArray> {
35  //! \brief Constructs an XsOutputConfigurationArray
36  inline explicit XsOutputConfigurationArray(XsSize sz = 0, XsOutputConfiguration const* src = 0)
37  : ArrayImpl(sz, src)
38  {
39  }
40 
41  //! \brief Constructs an XsOutputConfigurationArray as a copy of \a other
43  : ArrayImpl(other)
44  {
45  }
46 
47  //! \brief Constructs an XsOutputConfigurationArray that references the data supplied in \a ref
49  : ArrayImpl(ref, sz, flags)
50  {
51  }
52 
53 #ifndef XSENS_NOITERATOR
54  //! \brief Constructs an XsOutputConfigurationArray with the array bound by the supplied iterators \a beginIt and \a endIt
55  template <typename Iterator>
56  inline XsOutputConfigurationArray(Iterator beginIt, Iterator endIt)
57  : ArrayImpl(beginIt, endIt)
58  {
59  }
60 #endif
61 };
62 #endif
63 
64 #endif // file guard
GLuint GLuint GLsizei count
Definition: glext.h:3512
This object describes how to treat the data in an array.
Definition: xsarray.h:51
GLenum GLint ref
Definition: glext.h:3888
size_t XsSize
XsSize must be unsigned number!
Definition: xstypedefs.h:17
GLuint src
Definition: glext.h:6303
No flag set.
Definition: xstypedefs.h:38
Single data type output configuration.
XsArrayDescriptor const XSTYPES_DLL_API g_xsOutputConfigurationArrayDescriptor
#define XSTYPES_DLL_API
Definition: xstypesconfig.h:9
XSARRAY_STRUCT(XsOutputConfigurationArray, struct XsOutputConfiguration)
XSTYPES_DLL_API void XsOutputConfigurationArray_construct(XsOutputConfigurationArray *thisPtr, XsSize count, struct XsOutputConfiguration const *src)
struct XsOutputConfigurationArray XsOutputConfigurationArray
XsDataFlags
These flags define the behaviour of data contained by Xsens data structures.
Definition: xstypedefs.h:37



Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020