#include <JointControlCommonInterface.h>

Classes | |
| class | IoFunctions |
Public Attributes | |
| std::string | mechanism |
Protected Member Functions | |
| JointControlCommonInterface (const std::string &mechanism, IoFunctions io) | |
| virtual | ~JointControlCommonInterface () |
Protected Attributes | |
| IoFunctions | io |
Definition at line 20 of file JointControlCommonInterface.h.
| JointControlCommonInterface::JointControlCommonInterface | ( | const std::string & | mechanism, |
| IoFunctions | io | ||
| ) | [inline, protected] |
Definition at line 45 of file JointControlCommonInterface.h.
| virtual JointControlCommonInterface::~JointControlCommonInterface | ( | ) | [inline, protected, virtual] |
Definition at line 48 of file JointControlCommonInterface.h.
IoFunctions JointControlCommonInterface::io [protected] |
Definition at line 48 of file JointControlCommonInterface.h.
| std::string JointControlCommonInterface::mechanism |
Definition at line 42 of file JointControlCommonInterface.h.