dynamic_graph_manager
|
#include <iostream>
#include "yaml_cpp_catkin/yaml_eigen.h"
#include <dynamic-graph/all-commands.h>
#include <dynamic-graph/debug.h>
#include <dynamic-graph/factory.h>
#include <dynamic-graph/linear-algebra.h>
#include <dynamic_graph_manager/device.hh>
Functions | |
constexpr unsigned int | str2int (const char *str, int h=0) |
str2int used in the switch case, it allows to convert in compile time strings to int More... | |
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (Device, "Device") | |
dynamic_graph::Device::CLASS_NAME must be the name as the actual device class. | |
constexpr unsigned int str2int | ( | const char * | str, |
int | h = 0 |
||
) |
str2int used in the switch case, it allows to convert in compile time strings to int
str | is the string to convert |
h | is the index of the string to start with |