|
| TaskDynInequality (const std::string &name) |
|
| DECLARE_SIGNAL_IN (referenceInf, ml::Vector) |
|
| DECLARE_SIGNAL_IN (referenceSup, ml::Vector) |
|
| DECLARE_SIGNAL_IN (selec, Flags) |
|
| DECLARE_SIGNAL_OUT (normalizedPosition, ml::Vector) |
|
| DECLARE_SIGNAL_OUT (size, int) |
|
dg::sot::VectorMultiBound & | computeTaskDyn (dg::sot::VectorMultiBound &res, int time) |
|
ml::Matrix & | computeJacobian (ml::Matrix &res, int time) |
|
| TaskDynInequality (const std::string &name) |
|
| DECLARE_SIGNAL_IN (referenceInf, ml::Vector) |
|
| DECLARE_SIGNAL_IN (referenceSup, ml::Vector) |
|
| DECLARE_SIGNAL_IN (selec, Flags) |
|
| DECLARE_SIGNAL_OUT (normalizedPosition, ml::Vector) |
|
| DECLARE_SIGNAL_OUT (size, int) |
|
dg::sot::VectorMultiBound & | computeTaskDyn (dg::sot::VectorMultiBound &res, int time) |
|
ml::Matrix & | computeJacobian (ml::Matrix &res, int time) |
|
| TaskDynPD (const std::string &name) |
|
virtual void | display (std::ostream &os) const |
|
| DECLARE_SIGNAL_IN (Kv, double) |
|
| DECLARE_SIGNAL_IN (qdot, ml::Vector) |
|
| DECLARE_SIGNAL_IN (dt, double) |
|
| DECLARE_SIGNAL_OUT (errorDot, ml::Vector) |
|
| DECLARE_SIGNAL_OUT (KvAuto, double) |
|
| DECLARE_SIGNAL_OUT (Jdot, ml::Matrix) |
|
| DECLARE_SIGNAL_OUT (taskVector, ml::Vector) |
|
void | resetJacobianDerivative (void) |
|
| TaskDynPD (const std::string &name) |
|
virtual void | display (std::ostream &os) const |
|
| DECLARE_SIGNAL_IN (Kv, double) |
|
| DECLARE_SIGNAL_IN (qdot, ml::Vector) |
|
| DECLARE_SIGNAL_IN (dt, double) |
|
| DECLARE_SIGNAL_OUT (errorDot, ml::Vector) |
|
| DECLARE_SIGNAL_OUT (KvAuto, double) |
|
| DECLARE_SIGNAL_OUT (Jdot, ml::Matrix) |
|
| DECLARE_SIGNAL_OUT (taskVector, ml::Vector) |
|
void | resetJacobianDerivative (void) |
|
| Task (const std::string &n) |
|
void | initCommands (void) |
|
void | addFeature (FeatureAbstract &s) |
|
void | addFeatureFromName (const std::string &name) |
|
void | clearFeatureList (void) |
|
FeatureList_t & | getFeatureList (void) |
|
void | setControlSelection (const Flags &act) |
|
void | addControlSelection (const Flags &act) |
|
void | clearControlSelection (void) |
|
void | setWithDerivative (const bool &s) |
|
bool | getWithDerivative (void) |
|
ml::Vector & | computeError (ml::Vector &error, int time) |
|
VectorMultiBound & | computeTaskExponentialDecrease (VectorMultiBound &errorRef, int time) |
|
ml::Matrix & | computeJacobian (ml::Matrix &J, int time) |
|
ml::Vector & | computeErrorTimeDerivative (ml::Vector &res, int time) |
|
virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
|
virtual std::ostream & | writeGraph (std::ostream &os) const |
|
| TaskAbstract (const std::string &n) |
|
| Entity (const std::string &name) |
|
virtual | ~Entity () |
|
const std::string & | getName () const |
|
virtual const std::string & | getClassName () const=0 |
|
virtual std::string | getDocString () const |
|
bool | hasSignal (const std::string &signame) const |
|
SignalBase< int > & | getSignal (const std::string &signalName) |
|
const SignalBase< int > & | getSignal (const std::string &signalName) const |
|
std::ostream & | displaySignalList (std::ostream &os) const |
|
virtual std::ostream & | writeCompletionList (std::ostream &os) const |
|
virtual SignalBase< int > * | test () |
|
virtual void | test2 (SignalBase< int > *) |
|
const std::string & | getCommandList () const |
|
CommandMap_t | getNewStyleCommandMap () |
|
command::Command * | getNewStyleCommand (const std::string &cmdName) |
|
SignalMap | getSignalMap () const |
|
|
typedef std::list< FeatureAbstract * > | FeatureList_t |
|
typedef std::map< std::string, SignalBase< int > * > | SignalMap |
|
typedef std::map< const std::string, command::Command *> | CommandMap_t |
|
typedef Ent | EntityClassName |
|
typedef Ent | EntityClassName |
|
typedef Ent | EntityClassName |
|
typedef Ent | EntityClassName |
|
typedef Ent | EntityClassName |
|
typedef Ent | EntityClassName |
|
dg::SignalPtr< double, int > | controlGainSIN |
|
dg::SignalPtr< double, int > | dampingGainSINOUT |
|
dg::SignalPtr< Flags, int > | controlSelectionSIN |
|
dg::SignalTimeDependent< ml::Vector, int > | errorSOUT |
|
dg::SignalTimeDependent< ml::Vector, int > | errorTimeDerivativeSOUT |
|
MemoryTaskAbstract * | memoryInternal |
|
dg::SignalTimeDependent< VectorMultiBound, int > | taskSOUT |
|
dg::SignalTimeDependent< ml::Matrix, int > | jacobianSOUT |
|
dynamicgraph::sot::VectorMultiBound & | taskSOUT_function (dynamicgraph::sot::VectorMultiBound &task, int iter) |
|
dynamicgraph::sot::VectorMultiBound & | taskSOUT_function (dynamicgraph::sot::VectorMultiBound &task, int iter) |
|
| DYNAMIC_GRAPH_ENTITY_DECL () |
|
void | taskRegistration (void) |
|
void | addCommand (const std::string &name, command::Command *command) |
|
void | entityRegistration () |
|
void | entityDeregistration () |
|
void | signalRegistration (const SignalArray< int > &signals) |
|
void | signalDeregistration (const std::string &name) |
|
ml::Matrix | previousJ |
|
bool | previousJset |
|
FeatureList_t | featureList |
|
bool | withDerivative |
|
std::string | name |
|
SignalMap | signalMap |
|
CommandMap_t | commandMap |
|