Main MRPT website
>
C++ reference for MRPT 1.5.7
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 XSOUTPUTCONFIGURATIONARRAY_INITIALIZER
18
#define XsOutputConfigurationList_assign(thisPtr, size, src) XsArray_assign(thisPtr, size, src)
19
#define XsOutputConfigurationList_construct(thisPtr, size, src) XsOutputConfigurationArray_construct(thisPtr, size, src)
20
#define XsOutputConfigurationList_destruct(thisPtr) XsArray_destruct(thisPtr)
21
#define XsOutputConfigurationList_copy(thisPtr, copy) XsArray_copy(copy, thisPtr)
22
#define XsOutputConfigurationList_append(thisPtr, other) XsArray_append(thisPtr, other)
23
#define XsOutputConfigurationList_popFront(thisPtr, count) XsArray_erase(thisPtr, 0, count)
24
#define XsOutputConfigurationList_popBack(thisPtr, count) XsArray_erase(thisPtr, (XsSize)-1, count)
25
#define XsOutputConfigurationList_swap(a, b) XsArray_swap(a, b)
26
#define XsOutputConfigurationList_erase(thisPtr, index, count) XsArray_erase(thisPtr, index, count)
27
#define XsOutputConfigurationList_equal(a, b) XsArray_equal(a, b)
28
#endif
29
30
#endif // file guard
xsoutputconfigurationarray.h
Page generated by
Doxygen 1.8.14
for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019