config.hh File Reference

Go to the source code of this file.

Macros

#define ROS_QUALISYS_VERSION_UNKNOWN_TAG   0
 
#define ROS_QUALISYS_VERSION   "1.0.0"
 
#define ROS_QUALISYS_MAJOR_VERSION   1
 
#define ROS_QUALISYS_MINOR_VERSION   0
 
#define ROS_QUALISYS_PATCH_VERSION   0
 
#define ROS_QUALISYS_VERSION_AT_LEAST(major, minor, patch)
 
#define ROS_QUALISYS_VERSION_AT_MOST(major, minor, patch)
 
#define ROS_QUALISYS_DLLIMPORT
 
#define ROS_QUALISYS_DLLEXPORT
 
#define ROS_QUALISYS_DLLLOCAL
 
#define ROS_QUALISYS_DLLAPI   ROS_QUALISYS_DLLIMPORT
 
#define ROS_QUALISYS_LOCAL   ROS_QUALISYS_DLLLOCAL
 

Macro Definition Documentation

◆ ROS_QUALISYS_DLLAPI

#define ROS_QUALISYS_DLLAPI   ROS_QUALISYS_DLLIMPORT

◆ ROS_QUALISYS_DLLEXPORT

#define ROS_QUALISYS_DLLEXPORT

◆ ROS_QUALISYS_DLLIMPORT

#define ROS_QUALISYS_DLLIMPORT

◆ ROS_QUALISYS_DLLLOCAL

#define ROS_QUALISYS_DLLLOCAL

◆ ROS_QUALISYS_LOCAL

#define ROS_QUALISYS_LOCAL   ROS_QUALISYS_DLLLOCAL

◆ ROS_QUALISYS_MAJOR_VERSION

#define ROS_QUALISYS_MAJOR_VERSION   1

◆ ROS_QUALISYS_MINOR_VERSION

#define ROS_QUALISYS_MINOR_VERSION   0

◆ ROS_QUALISYS_PATCH_VERSION

#define ROS_QUALISYS_PATCH_VERSION   0

◆ ROS_QUALISYS_VERSION

#define ROS_QUALISYS_VERSION   "1.0.0"

◆ ROS_QUALISYS_VERSION_AT_LEAST

#define ROS_QUALISYS_VERSION_AT_LEAST (   major,
  minor,
  patch 
)
Value:
ROS_QUALISYS_PATCH_VERSION>=patch))))
#define ROS_QUALISYS_MAJOR_VERSION
Definition: config.hh:12
#define ROS_QUALISYS_MINOR_VERSION
Definition: config.hh:13

◆ ROS_QUALISYS_VERSION_AT_MOST

#define ROS_QUALISYS_VERSION_AT_MOST (   major,
  minor,
  patch 
)
Value:
ROS_QUALISYS_PATCH_VERSION<=patch))))

◆ ROS_QUALISYS_VERSION_UNKNOWN_TAG

#define ROS_QUALISYS_VERSION_UNKNOWN_TAG   0