|
dynamicgraph::Vector & | computeErrorDot (dynamicgraph::Vector &error, sigtime_t time) |
|
VectorMultiBound & | computeTaskModif (VectorMultiBound &error, sigtime_t time) |
|
virtual const std::string & | getClassName (void) const |
|
void | initCommand (void) |
|
| TaskPD (const std::string &n) |
|
void | addControlSelection (const Flags &act) |
|
void | addFeature (FeatureAbstract &s) |
|
void | addFeatureFromName (const std::string &name) |
|
void | clearControlSelection (void) |
|
void | clearFeatureList (void) |
|
dynamicgraph::Vector & | computeError (dynamicgraph::Vector &error, sigtime_t time) |
|
dynamicgraph::Vector & | computeErrorTimeDerivative (dynamicgraph::Vector &res, sigtime_t time) |
|
dynamicgraph::Matrix & | computeJacobian (dynamicgraph::Matrix &J, sigtime_t time) |
|
VectorMultiBound & | computeTaskExponentialDecrease (VectorMultiBound &errorRef, sigtime_t time) |
|
void | display (std::ostream &os) const |
|
FeatureList_t & | getFeatureList (void) |
|
bool | getWithDerivative (void) |
|
void | initCommands (void) |
|
void | setControlSelection (const Flags &act) |
|
void | setWithDerivative (const bool &s) |
|
| Task (const std::string &n) |
|
virtual std::ostream & | writeGraph (std::ostream &os) const |
|
| TaskAbstract (const std::string &n) |
|
std::ostream & | displaySignalList (std::ostream &os) const |
|
| Entity (const std::string &name) |
|
const std::string & | getCommandList () const |
|
virtual std::string | getDocString () const |
|
LoggerVerbosity | getLoggerVerbosityLevel () |
|
LoggerVerbosity | getLoggerVerbosityLevel () |
|
const std::string & | getName () const |
|
command::Command * | getNewStyleCommand (const std::string &cmdName) |
|
CommandMap_t | getNewStyleCommandMap () |
|
SignalBase< sigtime_t > & | getSignal (const std::string &signalName) |
|
const SignalBase< sigtime_t > & | getSignal (const std::string &signalName) const |
|
SignalMap | getSignalMap () const |
|
double | getStreamPrintPeriod () |
|
double | getStreamPrintPeriod () |
|
double | getTimeSample () |
|
double | getTimeSample () |
|
bool | hasSignal (const std::string &signame) const |
|
Logger & | logger () |
|
Logger & | logger () |
|
const Logger & | logger () const |
|
const Logger & | logger () const |
|
void | sendMsg (const std::string &msg, MsgType t=MSG_TYPE_INFO, const std::string &lineId="") |
|
void | sendMsg (const std::string &msg, MsgType t=MSG_TYPE_INFO, const std::string &lineId="") |
|
void | setLoggerVerbosityLevel (LoggerVerbosity lv) |
|
void | setLoggerVerbosityLevel (LoggerVerbosity lv) |
|
bool | setStreamPrintPeriod (double t) |
|
bool | setStreamPrintPeriod (double t) |
|
bool | setTimeSample (double t) |
|
bool | setTimeSample (double t) |
|
virtual SignalBase< sigtime_t > * | test () |
|
virtual void | test2 (SignalBase< sigtime_t > *) |
|
virtual std::ostream & | writeCompletionList (std::ostream &os) const |
|
virtual | ~Entity () |
|
Definition at line 41 of file task-pd.hh.