10 #define TASK_COMMAND_H 16 #include <boost/assign/list_of.hpp> 22 using ::dynamicgraph::command::Command;
23 using ::dynamicgraph::command::Value;
38 std::string result(
"[");
39 for (FeatureList_t::const_iterator it = fl.begin(); it != fl.end(); it++) {
40 result +=
"'" + (*it)->getName() +
"',";
51 #endif // TASK_COMMAND_H
virtual Value doExecute()
Class that defines the basic elements of a task.
std::list< FeatureAbstract * > FeatureList_t
FeatureList_t & getFeatureList(void)
ListFeatures(Task &entity, const std::string &docstring)