Main MRPT website
>
C++ reference for MRPT 1.9.9
xSens_MT4
xstypes
include
xsens
xsoutputconfigurationlist.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 XSOUTPUTCONFIGURATIONLIST_H
10
#define XSOUTPUTCONFIGURATIONLIST_H
11
12
#include "
xsoutputconfigurationarray.h
"
13
#define XsOutputConfigurationList XsOutputConfigurationArray
14
15
#ifndef __cplusplus
16
// obsolete:
17
#define XSOUTPUTCONFIGURATIONLIST_INITIALIZER \
18
XSOUTPUTCONFIGURATIONARRAY_INITIALIZER
19
#define XsOutputConfigurationList_assign(thisPtr, size, src) \
20
XsArray_assign(thisPtr, size, src)
21
#define XsOutputConfigurationList_construct(thisPtr, size, src) \
22
XsOutputConfigurationArray_construct(thisPtr, size, src)
23
#define XsOutputConfigurationList_destruct(thisPtr) XsArray_destruct(thisPtr)
24
#define XsOutputConfigurationList_copy(thisPtr, copy) \
25
XsArray_copy(copy, thisPtr)
26
#define XsOutputConfigurationList_append(thisPtr, other) \
27
XsArray_append(thisPtr, other)
28
#define XsOutputConfigurationList_popFront(thisPtr, count) \
29
XsArray_erase(thisPtr, 0, count)
30
#define XsOutputConfigurationList_popBack(thisPtr, count) \
31
XsArray_erase(thisPtr, (XsSize)-1, count)
32
#define XsOutputConfigurationList_swap(a, b) XsArray_swap(a, b)
33
#define XsOutputConfigurationList_erase(thisPtr, index, count) \
34
XsArray_erase(thisPtr, index, count)
35
#define XsOutputConfigurationList_equal(a, b) XsArray_equal(a, b)
36
#endif
37
38
#endif // file guard
xsoutputconfigurationarray.h
Page generated by
Doxygen 1.8.14
for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019