Main MRPT website > C++ reference
MRPT logo
CHolonomicLogFileRecord.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-2015, 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 CHolonomicLogFileRecord_H
10 #define CHolonomicLogFileRecord_H
11 
12 #include <mrpt/nav/link_pragmas.h>
14 
15 namespace mrpt
16 {
17  namespace nav
18  {
20 
21  /** A base class for log records for different holonomic navigation methods.
22  *
23  * \sa CReactiveNavigationSystem, CHolonomicLogFileRecord
24  * \ingroup mrpt_nav_grp
25  */
27  {
29  public:
30 
31  };
33 
34  }
35 }
36 
37 
38 #endif
39 
The virtual base class which provides a unified interface for all persistent objects in MRPT...
Definition: CSerializable.h:35
#define DEFINE_VIRTUAL_SERIALIZABLE(class_name)
This declaration must be inserted in virtual CSerializable classes definition:
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
class BASE_IMPEXP CSerializable
Definition: CStream.h:23
A base class for log records for different holonomic navigation methods.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)



Page generated by Doxygen 1.8.9.1 for MRPT 1.3.0 SVN: at Sun Sep 13 03:55:12 UTC 2015