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) |
Friends | |
class | BroadcastingThread |
Definition at line 18 of file robotDriver.h.
robotDriver::robotDriver | ( | ) |
Definition at line 26 of file robotDriver.cpp.
robotDriver::~robotDriver | ( | ) |
Definition at line 90 of file robotDriver.cpp.
bool robotDriver::configure | ( | const yarp::os::Property & | copt | ) |
Definition at line 31 of file robotDriver.cpp.
Definition at line 106 of file robotDriver.cpp.
size_t robotDriver::getNJoints | ( | ) |
Definition at line 118 of file robotDriver.cpp.
bool robotDriver::init | ( | ) |
Definition at line 56 of file robotDriver.cpp.
Definition at line 112 of file robotDriver.cpp.
Definition at line 94 of file robotDriver.cpp.
Definition at line 100 of file robotDriver.cpp.
|
friend |
Definition at line 20 of file robotDriver.h.