#include <sot/core/gain-hyperbolic.hh>
Public Member Functions | |
virtual void | display (std::ostream &os) const |
virtual const std::string & | getClassName (void) const |
GainHyperbolic (const std::string &name) | |
GainHyperbolic (const std::string &name, const double &lambda) | |
GainHyperbolic (const std::string &name, const double &valueAt0, const double &valueAtInfty, const double &tanAt0, const double &decal0) | |
void | init (void) |
void | init (const double &lambda) |
void | init (const double &valueAt0, const double &valueAtInfty, const double &tanAt0, const double &decal0) |
void | forceConstant (void) |
virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
Public Attributes | |
dg::SignalPtr< ml::Vector, int > | errorSIN |
dg::SignalTimeDependent < double, int > | gainSOUT |
Static Public Attributes | |
static const double | ZERO_DEFAULT |
static const double | INFTY_DEFAULT |
static const double | TAN_DEFAULT |
static const std::string | CLASS_NAME |
Protected Member Functions | |
double & | computeGain (double &res, int t) |
Protected Attributes | |
double | coeff_a |
double | coeff_b |
double | coeff_c |
double | coeff_d |
dynamicgraph::sot::GainHyperbolic::GainHyperbolic | ( | const std::string & | name | ) |
dynamicgraph::sot::GainHyperbolic::GainHyperbolic | ( | const std::string & | name, |
const double & | lambda | ||
) |
dynamicgraph::sot::GainHyperbolic::GainHyperbolic | ( | const std::string & | name, |
const double & | valueAt0, | ||
const double & | valueAtInfty, | ||
const double & | tanAt0, | ||
const double & | decal0 | ||
) |
virtual void dynamicgraph::sot::GainHyperbolic::commandLine | ( | const std::string & | cmdLine, |
std::istringstream & | cmdArgs, | ||
std::ostream & | os | ||
) | [virtual] |
Reimplemented from dynamicgraph::Entity.
double& dynamicgraph::sot::GainHyperbolic::computeGain | ( | double & | res, |
int | t | ||
) | [protected] |
virtual void dynamicgraph::sot::GainHyperbolic::display | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from dynamicgraph::Entity.
void dynamicgraph::sot::GainHyperbolic::forceConstant | ( | void | ) |
virtual const std::string& dynamicgraph::sot::GainHyperbolic::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
void dynamicgraph::sot::GainHyperbolic::init | ( | void | ) | [inline] |
void dynamicgraph::sot::GainHyperbolic::init | ( | const double & | lambda | ) | [inline] |
void dynamicgraph::sot::GainHyperbolic::init | ( | const double & | valueAt0, |
const double & | valueAtInfty, | ||
const double & | tanAt0, | ||
const double & | decal0 | ||
) |
const std::string dynamicgraph::sot::GainHyperbolic::CLASS_NAME [static] |
double dynamicgraph::sot::GainHyperbolic::coeff_a [protected] |
double dynamicgraph::sot::GainHyperbolic::coeff_b [protected] |
double dynamicgraph::sot::GainHyperbolic::coeff_c [protected] |
double dynamicgraph::sot::GainHyperbolic::coeff_d [protected] |
const double dynamicgraph::sot::GainHyperbolic::INFTY_DEFAULT [static] |
const double dynamicgraph::sot::GainHyperbolic::TAN_DEFAULT [static] |
const double dynamicgraph::sot::GainHyperbolic::ZERO_DEFAULT [static] |