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

Go to the source code of this file.

Macros

#define TALOS_TORQUE_CONTROL_WARN(MSG)   /* nothing */
 
#define TALOS_TORQUE_CONTROL_WARN_STRINGISE(x)   TALOS_TORQUE_CONTROL_WARN_STRINGISE_IMPL(x)
 
#define TALOS_TORQUE_CONTROL_WARN_STRINGISE_IMPL(x)   #x
 

Macro Definition Documentation

◆ TALOS_TORQUE_CONTROL_WARN

#define TALOS_TORQUE_CONTROL_WARN (   MSG)    /* nothing */

Definition at line 31 of file warning.hh.

◆ TALOS_TORQUE_CONTROL_WARN_STRINGISE

#define TALOS_TORQUE_CONTROL_WARN_STRINGISE (   x)    TALOS_TORQUE_CONTROL_WARN_STRINGISE_IMPL(x)

Definition at line 20 of file warning.hh.

◆ TALOS_TORQUE_CONTROL_WARN_STRINGISE_IMPL

#define TALOS_TORQUE_CONTROL_WARN_STRINGISE_IMPL (   x)    #x

Definition at line 19 of file warning.hh.