10 #ifndef __SOT_TASK_H__ 11 #define __SOT_TASK_H__ 34 #if defined task_EXPORTS 35 #define SOTTASK_EXPORT __declspec(dllexport) 37 #define SOTTASK_EXPORT __declspec(dllimport) 40 #define SOTTASK_EXPORT 83 Task(
const std::string &
n);
84 void initCommands(
void);
87 void addFeatureFromName(
const std::string &
name);
88 void clearFeatureList(
void);
91 void setControlSelection(
const Flags &act);
92 void addControlSelection(
const Flags &act);
93 void clearControlSelection(
void);
95 void setWithDerivative(
const bool &
s);
96 bool getWithDerivative(
void);
116 void display(std::ostream &os)
const;
119 virtual std::ostream &
writeGraph(std::ostream &os)
const;
FeatureList_t featureList
dynamicgraph::SignalPtr< double, int > controlGainSIN
std::vector< MultiBound > VectorMultiBound
dynamicgraph::SignalPtr< Flags, int > controlSelectionSIN
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > errorSOUT
#define DYNAMIC_GRAPH_ENTITY_DECL()
dynamicgraph::SignalPtr< double, int > dampingGainSINOUT
This class gives the abstract definition of a feature.
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > errorTimeDerivativeSOUT
Class that defines the basic elements of a task.
std::list< FeatureAbstract * > FeatureList_t
void writeGraph(const char *filename)
FeatureList_t & getFeatureList(void)