KDL  1.4.0
Macros
config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define KDL_VERSION_MAJOR   1
 
#define KDL_VERSION_MINOR   4
 
#define KDL_VERSION_PATCH   0
 
#define KDL_VERSION   (KDL_VERSION_MAJOR << 16) | (KDL_VERSION_MINOR << 8) | KDL_VERSION_PATCH
 
#define KDL_VERSION_STRING   "1.4.0"
 
#define HAVE_STL_CONTAINER_INCOMPLETE_TYPES
 

Macro Definition Documentation

§ HAVE_STL_CONTAINER_INCOMPLETE_TYPES

#define HAVE_STL_CONTAINER_INCOMPLETE_TYPES

§ KDL_VERSION

#define KDL_VERSION   (KDL_VERSION_MAJOR << 16) | (KDL_VERSION_MINOR << 8) | KDL_VERSION_PATCH

§ KDL_VERSION_MAJOR

#define KDL_VERSION_MAJOR   1

§ KDL_VERSION_MINOR

#define KDL_VERSION_MINOR   4

§ KDL_VERSION_PATCH

#define KDL_VERSION_PATCH   0

§ KDL_VERSION_STRING

#define KDL_VERSION_STRING   "1.4.0"