sot-core  4.11.8
Hierarchical task solver plug-in for dynamic-graph.
additional-functions.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2010,
3  * François Bleibel,
4  * Olivier Stasse,
5  *
6  * CNRS/AIST
7  *
8  */
9 
10 /* SOT */
11 #include <dynamic-graph/pool.h>
12 #include <dynamic-graph/signal-base.h>
13 
15 #include <sot/core/pool.hh>
16 
17 #include "sot/core/api.hh"
18 
19 /* --- STD --- */
20 #include <map>
21 #include <sstream>
22 #include <string>
23 
24 /* --- BOOST --- */
25 #include <boost/bind.hpp>
26 #include <boost/function.hpp>
27 
28 namespace dynamicgraph {
29 namespace sot {
30 
36  public:
39  static void cmdFlagSet(const std::string &cmd, std::istringstream &args,
40  std::ostream &os);
41 };
42 
43 } /* namespace sot */
44 } /* namespace dynamicgraph */
This helper class dynamically overloads the "new" shell command to allow creation of tasks and featur...
Definition: additional-functions.hh:35
static void cmdFlagSet(const std::string &cmd, std::istringstream &args, std::ostream &os)
Definition: abstract-sot-external-interface.hh:17