|
Robotics Library
0.6.2
|
#include <Coach.h>

Public Member Functions | |
| Coach (const ::std::size_t &dof, const ::rl::math::Real &updateRate, const ::std::size_t &i=0, const ::std::string &host="localhost", const unsigned short int &port=11235) | |
| virtual | ~Coach () |
| void | close () |
| void | open () |
| void | setJointPosition (const ::rl::math::Vector &set) |
| void | start () |
| void | step () |
| void | stop () |
Public Member Functions inherited from rl::hal::JointPositionActuator | |
| JointPositionActuator (const ::std::size_t &dof, const ::rl::math::Real &updateRate) | |
| virtual | ~JointPositionActuator () |
Public Member Functions inherited from rl::hal::AxisController | |
| AxisController (const ::std::size_t &dof, const ::rl::math::Real &updateRate) | |
| virtual | ~AxisController () |
| ::std::size_t | getDof () const |
| virtual ::rl::math::Real | getUpdateRate () const |
Public Member Functions inherited from rl::hal::Device | |
| Device () | |
| virtual | ~Device () |
| bool | isConnected () const |
| bool | isRunning () const |
Private Attributes | |
| ::std::size_t | i |
| TcpSocket * | tcp |
| ::std::stringstream | text |
Additional Inherited Members | |
Protected Member Functions inherited from rl::hal::Device | |
| void | setConnected (const bool &connected) |
| void | setRunning (const bool &running) |
| rl::hal::Coach::Coach | ( | const ::std::size_t & | dof, |
| const ::rl::math::Real & | updateRate, | ||
| const ::std::size_t & | i = 0, |
||
| const ::std::string & | host = "localhost", |
||
| const unsigned short int & | port = 11235 |
||
| ) |
|
virtual |
|
virtual |
Implements rl::hal::Device.
|
virtual |
Implements rl::hal::Device.
|
virtual |
Implements rl::hal::JointPositionActuator.
|
virtual |
Implements rl::hal::Device.
|
virtual |
Implements rl::hal::Device.
|
virtual |
Implements rl::hal::Device.
|
private |
|
private |
|
private |