Go to the source code of this file.
|
CONTROLLER_MODULE_API void | MC_RTC_CONTROLLER (std::vector< std::string > &names) |
|
CONTROLLER_MODULE_API void | destroy (mc_control::MCController *ptr) |
|
CONTROLLER_MODULE_API unsigned int | create_args_required () |
|
CONTROLLER_MODULE_API mc_control::MCController * | create (const std::string &name, const mc_rbdyn::RobotModulePtr &robot, const double &dt, const mc_control::Configuration &conf) |
|
◆ create()
CONTROLLER_MODULE_API mc_control::MCController* create |
( |
const std::string & |
name, |
|
|
const mc_rbdyn::RobotModulePtr & |
robot, |
|
|
const double & |
dt, |
|
|
const mc_control::Configuration & |
conf |
|
) |
| |
◆ create_args_required()
CONTROLLER_MODULE_API unsigned int create_args_required |
( |
| ) |
|
◆ destroy()
CONTROLLER_MODULE_API void destroy |
( |
mc_control::MCController * |
ptr | ) |
|
◆ MC_RTC_CONTROLLER()
CONTROLLER_MODULE_API void MC_RTC_CONTROLLER |
( |
std::vector< std::string > & |
names | ) |
|