task-abstract.cpp
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 /* --------------------------------------------------------------------- */
11 /* --- INCLUDE --------------------------------------------------------- */
12 /* --------------------------------------------------------------------- */
13 
14 /* SOT */
15 #include <sot/core/pool.hh>
17 
18 using namespace dynamicgraph::sot;
19 using namespace dynamicgraph;
20 
21 /* --------------------------------------------------------------------- */
22 /* --- CLASS ----------------------------------------------------------- */
23 /* --------------------------------------------------------------------- */
24 
25 TaskAbstract::TaskAbstract(const std::string &n)
26  : Entity(n),
27  memoryInternal(NULL),
28  taskSOUT("sotTaskAbstract(" + n + ")::output(vector)::task"),
29  jacobianSOUT("sotTaskAbstract(" + n + ")::output(matrix)::jacobian") {
32 }
33 
35  PoolStorage::getInstance()->registerTask(name, this);
36 }
Vec3f n
void signalRegistration(const SignalArray< int > &signals)
dynamicgraph::SignalTimeDependent< VectorMultiBound, int > taskSOUT
static PoolStorage * getInstance()
Definition: pool.cpp:147
dynamicgraph::SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
TaskAbstract(const std::string &n)


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Wed Jun 21 2023 02:51:26