#include <neck-limitation.hh>
Public Member Functions | |
dynamicgraph::Vector & | computeJointLimitation (dynamicgraph::Vector &jointLimited, const int &timeSpec) |
virtual void | display (std::ostream &os) const |
virtual const std::string & | getClassName (void) const |
NeckLimitation (const std::string &name) | |
virtual | ~NeckLimitation (void) |
Public Member Functions inherited from dynamicgraph::Entity | |
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< int > & | getSignal (const std::string &signalName) |
const SignalBase< int > & | 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 const & | logger () const |
Logger & | logger () |
Logger const & | 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< int > * | test () |
virtual void | test2 (SignalBase< int > *) |
virtual std::ostream & | writeCompletionList (std::ostream &os) const |
virtual std::ostream & | writeGraph (std::ostream &os) const |
virtual | ~Entity () |
Public Attributes | |
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > | jointSIN |
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > | jointSOUT |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Protected Attributes | |
double | coeffAffinePan |
double | coeffLinearPan |
unsigned int | panRank |
double | signTilt |
unsigned int | tiltRank |
Protected Attributes inherited from dynamicgraph::Entity | |
CommandMap_t | commandMap |
Logger | logger_ |
std::string | name |
SignalMap | signalMap |
Static Protected Attributes | |
static const double | COEFF_AFFINE_DEFAULT = 0.6981 |
static const double | COEFF_LINEAR_DEFAULT = -25.0 / 42.0 |
static const unsigned int | PAN_RANK_DEFAULT = 14 |
static const double | SIGN_TILT_DEFAULT = 1 |
static const unsigned int | TILT_RANK_DEFAULT = 15 |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::Entity | |
typedef std::map< const std::string, command::Command *> | CommandMap_t |
typedef std::map< std::string, SignalBase< int > *> | SignalMap |
Protected Member Functions inherited from dynamicgraph::Entity | |
void | addCommand (const std::string &name, command::Command *command) |
void | entityDeregistration () |
void | entityRegistration () |
void | signalDeregistration (const std::string &name) |
void | signalRegistration (const SignalArray< int > &signals) |
Definition at line 52 of file neck-limitation.hh.
NeckLimitation::NeckLimitation | ( | const std::string & | name | ) |
Definition at line 29 of file neck-limitation.cpp.
|
virtual |
Definition at line 50 of file neck-limitation.cpp.
dynamicgraph::Vector & NeckLimitation::computeJointLimitation | ( | dynamicgraph::Vector & | jointLimited, |
const int & | timeSpec | ||
) |
Definition at line 61 of file neck-limitation.cpp.
|
virtual |
Reimplemented from dynamicgraph::Entity.
Definition at line 140 of file neck-limitation.cpp.
|
inlinevirtual |
Reimplemented from dynamicgraph::Entity.
Definition at line 55 of file neck-limitation.hh.
|
static |
Definition at line 54 of file neck-limitation.hh.
|
staticprotected |
Definition at line 67 of file neck-limitation.hh.
|
staticprotected |
Definition at line 66 of file neck-limitation.hh.
|
protected |
Definition at line 64 of file neck-limitation.hh.
|
protected |
Definition at line 64 of file neck-limitation.hh.
dynamicgraph::SignalPtr<dynamicgraph::Vector, int> dynamicgraph::sot::NeckLimitation::jointSIN |
Definition at line 75 of file neck-limitation.hh.
dynamicgraph::SignalTimeDependent<dynamicgraph::Vector, int> dynamicgraph::sot::NeckLimitation::jointSOUT |
Definition at line 76 of file neck-limitation.hh.
|
staticprotected |
Definition at line 59 of file neck-limitation.hh.
|
protected |
Definition at line 58 of file neck-limitation.hh.
|
staticprotected |
Definition at line 68 of file neck-limitation.hh.
|
protected |
Definition at line 65 of file neck-limitation.hh.
|
staticprotected |
Definition at line 60 of file neck-limitation.hh.
|
protected |
Definition at line 58 of file neck-limitation.hh.