4 #include <boost/function.hpp>
5 #include "API/Trajectory/trajectory.hpp"
21 static boost::function<double(API::Trajectory&)>
getTrajFunction(std::string name);
25 static void run_example();
29 std::vector<boost::function<double(API::Trajectory&)> > _min_operands_f, _max_operands_f, _sum_operands_f;
This file implements macros to help with the logging, in a way similar to ROS, using log4cxx...
Definition: trajectory.hpp:40
static boost::function< double(API::Trajectory &)> getTrajFunction(std::string name)
see example
Definition: TrajEval.cpp:33