Public Member Functions | |
robotDriver () | |
bool | configure (const yarp::os::Property &copt) |
bool | init () |
~robotDriver () | |
size_t | getNJoints () |
bool | setControlMode (const int j, const int mode) |
bool | setPosition (int j, double ref) |
bool | getEncoder (int j, double *v) |
bool | positionMove (int j, double ref) |
bool | setTrajectoryTime (double t) |
bool | setTrajectoryTime (int j, double t) |
Friends | |
class | BroadcastingThread |
Definition at line 19 of file robotDriver.h.
robotDriver::robotDriver | ( | ) |
Definition at line 28 of file robotDriver.cpp.
robotDriver::~robotDriver | ( | ) |
Definition at line 106 of file robotDriver.cpp.
bool robotDriver::configure | ( | const yarp::os::Property & | copt | ) |
Definition at line 33 of file robotDriver.cpp.
Definition at line 122 of file robotDriver.cpp.
size_t robotDriver::getNJoints | ( | ) |
Definition at line 149 of file robotDriver.cpp.
bool robotDriver::init | ( | ) |
Definition at line 71 of file robotDriver.cpp.
Definition at line 128 of file robotDriver.cpp.
Definition at line 110 of file robotDriver.cpp.
Definition at line 116 of file robotDriver.cpp.
Definition at line 58 of file robotDriver.cpp.
Definition at line 65 of file robotDriver.cpp.
|
friend |
Definition at line 21 of file robotDriver.h.