RobotLoader.h File Reference
#include <mc_rbdyn/Robot.h>
#include <mc_rbdyn/RobotConverter.h>
#include <mc_rbdyn/RobotModule.h>
#include <mc_rtc/io_utils.h>
#include <mc_rtc/config.h>
#include <mc_rtc/loader.h>
#include <map>
#include <memory>
#include <mutex>
Include dependency graph for RobotLoader.h:

Go to the source code of this file.

Classes

struct  mc_rbdyn::details::are_strings< Args >
 
struct  mc_rbdyn::details::are_strings< T >
 
struct  mc_rbdyn::details::are_strings< T, Args... >
 
class  mc_rbdyn::RobotLoader
 Load RobotModule instances from shared libraries. More...
 

Namespaces

 mc_rbdyn
 
 mc_rbdyn::details
 

Functions

template<typename T >
std::conditional< std::is_same< std::string, T >::value, const std::string &, std::string >::type mc_rbdyn::details::to_string (const T &value)