KDL  1.5.1
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   5
 
#define KDL_VERSION_PATCH   1
 
#define KDL_VERSION   (KDL_VERSION_MAJOR << 16) | (KDL_VERSION_MINOR << 8) | KDL_VERSION_PATCH
 
#define KDL_VERSION_STRING   "1.5.1"
 
#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   5

◆ KDL_VERSION_PATCH

#define KDL_VERSION_PATCH   1

◆ KDL_VERSION_STRING

#define KDL_VERSION_STRING   "1.5.1"