#include <clamp-workspace.hh>
Public Member Functions | |
ClampWorkspace (const std::string &name) | |
virtual dynamicgraph::Matrix & | computeOutput (dynamicgraph::Matrix &res, int time) |
virtual dynamicgraph::Matrix & | computeOutputBar (dynamicgraph::Matrix &res, int time) |
virtual MatrixHomogeneous & | computeRef (MatrixHomogeneous &res, int time) |
virtual void | display (std::ostream &) const |
virtual const std::string & | getClassName (void) const |
void | update (int time) |
virtual | ~ClampWorkspace (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 () |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Private Types | |
enum | { FRAME_POINT, FRAME_REF } |
Private Attributes | |
dynamicgraph::Matrix | alpha |
dynamicgraph::Matrix | alphabar |
double | beta |
std::pair< double, double > | bounds [3] |
double | dm_max |
double | dm_max_yaw |
double | dm_min |
double | dm_min_yaw |
enum dynamicgraph::sot::ClampWorkspace:: { ... } | frame |
MatrixHomogeneous | handref |
int | mode |
dynamicgraph::Vector | pd |
MatrixHomogeneous | prefMp |
MatrixRotation | Rd |
double | scale |
double | theta_max |
double | theta_min |
int | timeUpdate |
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) |
Protected Attributes inherited from dynamicgraph::Entity | |
CommandMap_t | commandMap |
Logger | logger_ |
std::string | name |
SignalMap | signalMap |
Definition at line 47 of file clamp-workspace.hh.
|
private |
Enumerator | |
---|---|
FRAME_POINT | |
FRAME_REF |
Definition at line 94 of file clamp-workspace.hh.
ClampWorkspace::ClampWorkspace | ( | const std::string & | name | ) |
Definition at line 22 of file clamp-workspace.cpp.
|
inlinevirtual |
Definition at line 62 of file clamp-workspace.hh.
|
virtual |
Definition at line 177 of file clamp-workspace.cpp.
|
virtual |
Definition at line 183 of file clamp-workspace.cpp.
|
virtual |
Definition at line 189 of file clamp-workspace.cpp.
|
virtual |
Reimplemented from dynamicgraph::Entity.
Definition at line 196 of file clamp-workspace.cpp.
|
inlinevirtual |
Reimplemented from dynamicgraph::Entity.
Definition at line 50 of file clamp-workspace.hh.
void ClampWorkspace::update | ( | int | time | ) |
Definition at line 76 of file clamp-workspace.cpp.
|
private |
Definition at line 77 of file clamp-workspace.hh.
|
private |
Definition at line 78 of file clamp-workspace.hh.
dynamicgraph::SignalTimeDependent<dynamicgraph::Matrix, int> dynamicgraph::sot::ClampWorkspace::alphabarSOUT |
Definition at line 57 of file clamp-workspace.hh.
dynamicgraph::SignalTimeDependent<dynamicgraph::Matrix, int> dynamicgraph::sot::ClampWorkspace::alphaSOUT |
Definition at line 56 of file clamp-workspace.hh.
|
private |
Definition at line 84 of file clamp-workspace.hh.
Definition at line 96 of file clamp-workspace.hh.
|
static |
Definition at line 49 of file clamp-workspace.hh.
|
private |
Definition at line 87 of file clamp-workspace.hh.
|
private |
Definition at line 89 of file clamp-workspace.hh.
|
private |
Definition at line 86 of file clamp-workspace.hh.
|
private |
Definition at line 88 of file clamp-workspace.hh.
enum { ... } dynamicgraph::sot::ClampWorkspace::frame |
|
private |
Definition at line 82 of file clamp-workspace.hh.
dynamicgraph::SignalTimeDependent<MatrixHomogeneous, int> dynamicgraph::sot::ClampWorkspace::handrefSOUT |
Definition at line 58 of file clamp-workspace.hh.
|
private |
Definition at line 92 of file clamp-workspace.hh.
|
private |
Definition at line 80 of file clamp-workspace.hh.
dynamicgraph::SignalPtr<MatrixHomogeneous, int> dynamicgraph::sot::ClampWorkspace::positionrefSIN |
Definition at line 54 of file clamp-workspace.hh.
dynamicgraph::SignalPtr<MatrixHomogeneous, int> dynamicgraph::sot::ClampWorkspace::positionSIN |
Definition at line 55 of file clamp-workspace.hh.
|
private |
Definition at line 79 of file clamp-workspace.hh.
|
private |
Definition at line 81 of file clamp-workspace.hh.
|
private |
Definition at line 85 of file clamp-workspace.hh.
|
private |
Definition at line 91 of file clamp-workspace.hh.
|
private |
Definition at line 90 of file clamp-workspace.hh.
|
private |
Definition at line 75 of file clamp-workspace.hh.