|
virtual const std::string & | getClassName (void) const |
|
| RobotSimu (const std::string &inName) |
|
virtual void | cmdDisplay () |
|
| Device (const std::string &name) |
|
virtual void | display (std::ostream &os) const |
|
void | getControl (std::map< std::string, ControlValues > &anglesOut, const double &period) |
|
int | getControlSize () const |
|
virtual void | setControlInputType (const std::string &cit) |
|
void | setControlSize (const int &size) |
|
virtual void | setNoIntegration () |
|
virtual void | setRoot (const dynamicgraph::Matrix &root) |
|
virtual void | setRoot (const MatrixHomogeneous &worldMwaist) |
|
virtual void | setSecondOrderIntegration () |
|
virtual void | setState (const dynamicgraph::Vector &st) |
|
virtual void | setStateSize (const unsigned int &size) |
|
virtual void | setVelocity (const dynamicgraph::Vector &vel) |
|
void | setVelocitySize (const unsigned int &size) |
|
virtual | ~Device () |
|
void | setSanityCheck (const bool &enableCheck) |
|
void | setPositionBounds (const Vector &lower, const Vector &upper) |
|
void | setVelocityBounds (const Vector &lower, const Vector &upper) |
|
void | setTorqueBounds (const Vector &lower, const Vector &upper) |
|
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 () |
|