talos-torque-control  1.1.0
Collection of dynamic-graph entities aiming at the implementation of torque control on TALOS.
config.hh File Reference

Go to the source code of this file.

Macros

#define TALOS_TORQUE_CONTROL_DLLAPI   TALOS_TORQUE_CONTROL_DLLIMPORT
 
#define TALOS_TORQUE_CONTROL_DLLEXPORT
 
#define TALOS_TORQUE_CONTROL_DLLIMPORT
 
#define TALOS_TORQUE_CONTROL_DLLLOCAL
 
#define TALOS_TORQUE_CONTROL_LOCAL   TALOS_TORQUE_CONTROL_DLLLOCAL
 
#define TALOS_TORQUE_CONTROL_MAJOR_VERSION   1
 
#define TALOS_TORQUE_CONTROL_MINOR_VERSION   1
 
#define TALOS_TORQUE_CONTROL_PATCH_VERSION   0
 
#define TALOS_TORQUE_CONTROL_VERSION   "1.1.0"
 
#define TALOS_TORQUE_CONTROL_VERSION_AT_LEAST(major, minor, patch)
 
#define TALOS_TORQUE_CONTROL_VERSION_AT_MOST(major, minor, patch)
 
#define TALOS_TORQUE_CONTROL_VERSION_UNKNOWN_TAG   0
 

Macro Definition Documentation

◆ TALOS_TORQUE_CONTROL_DLLAPI

#define TALOS_TORQUE_CONTROL_DLLAPI   TALOS_TORQUE_CONTROL_DLLIMPORT

Definition at line 64 of file config.hh.

◆ TALOS_TORQUE_CONTROL_DLLEXPORT

#define TALOS_TORQUE_CONTROL_DLLEXPORT

Definition at line 48 of file config.hh.

◆ TALOS_TORQUE_CONTROL_DLLIMPORT

#define TALOS_TORQUE_CONTROL_DLLIMPORT

Definition at line 47 of file config.hh.

◆ TALOS_TORQUE_CONTROL_DLLLOCAL

#define TALOS_TORQUE_CONTROL_DLLLOCAL

Definition at line 49 of file config.hh.

◆ TALOS_TORQUE_CONTROL_LOCAL

#define TALOS_TORQUE_CONTROL_LOCAL   TALOS_TORQUE_CONTROL_DLLLOCAL

Definition at line 66 of file config.hh.

◆ TALOS_TORQUE_CONTROL_MAJOR_VERSION

#define TALOS_TORQUE_CONTROL_MAJOR_VERSION   1

Definition at line 12 of file config.hh.

◆ TALOS_TORQUE_CONTROL_MINOR_VERSION

#define TALOS_TORQUE_CONTROL_MINOR_VERSION   1

Definition at line 13 of file config.hh.

◆ TALOS_TORQUE_CONTROL_PATCH_VERSION

#define TALOS_TORQUE_CONTROL_PATCH_VERSION   0

Definition at line 14 of file config.hh.

◆ TALOS_TORQUE_CONTROL_VERSION

#define TALOS_TORQUE_CONTROL_VERSION   "1.1.0"

Definition at line 11 of file config.hh.

◆ TALOS_TORQUE_CONTROL_VERSION_AT_LEAST

#define TALOS_TORQUE_CONTROL_VERSION_AT_LEAST (   major,
  minor,
  patch 
)
Value:
TALOS_TORQUE_CONTROL_PATCH_VERSION>=patch))))
#define TALOS_TORQUE_CONTROL_MINOR_VERSION
Definition: config.hh:13
#define TALOS_TORQUE_CONTROL_MAJOR_VERSION
Definition: config.hh:12

Definition at line 16 of file config.hh.

◆ TALOS_TORQUE_CONTROL_VERSION_AT_MOST

#define TALOS_TORQUE_CONTROL_VERSION_AT_MOST (   major,
  minor,
  patch 
)
Value:
TALOS_TORQUE_CONTROL_PATCH_VERSION<=patch))))
#define TALOS_TORQUE_CONTROL_MINOR_VERSION
Definition: config.hh:13
#define TALOS_TORQUE_CONTROL_MAJOR_VERSION
Definition: config.hh:12

Definition at line 20 of file config.hh.

◆ TALOS_TORQUE_CONTROL_VERSION_UNKNOWN_TAG

#define TALOS_TORQUE_CONTROL_VERSION_UNKNOWN_TAG   0

Definition at line 10 of file config.hh.