RobotConverterConfig.h File Reference
#include <mc_rbdyn/api.h>
Include dependency graph for RobotConverterConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mc_rbdyn::RobotConverterConfig
 Configuration for mc_rbdyn::RobotConverter. More...
 

Namespaces

 mc_rbdyn
 

Macros

#define ROBOT_CONVERTER_PROPERTY(NAME)
 

Macro Definition Documentation

◆ ROBOT_CONVERTER_PROPERTY

#define ROBOT_CONVERTER_PROPERTY (   NAME)
Value:
inline RobotConverterConfig & NAME(bool b) noexcept \
{ \
NAME##_ = b; \
return *this; \
}