| 
    Robotics Library
    0.7.0
    
   | 
 
#include <JointVelocityActuator.h>

Public Member Functions | |
| JointVelocityActuator (const ::std::size_t &dof) | |
| virtual | ~JointVelocityActuator () | 
| virtual void | setJointVelocity (const ::rl::math::Vector &qd)=0 | 
  Public Member Functions inherited from rl::hal::AxisController | |
| AxisController (const ::std::size_t &dof) | |
| virtual | ~AxisController () | 
| ::std::size_t | getDof () const | 
  Public Member Functions inherited from rl::hal::Device | |
| Device () | |
| virtual | ~Device () | 
| virtual void | close ()=0 | 
| bool | isConnected () const | 
| bool | isRunning () const | 
| virtual void | open ()=0 | 
| virtual void | start ()=0 | 
| virtual void | stop ()=0 | 
Additional Inherited Members | |
  Protected Member Functions inherited from rl::hal::Device | |
| void | setConnected (const bool &connected) | 
| void | setRunning (const bool &running) | 
| rl::hal::JointVelocityActuator::JointVelocityActuator | ( | const ::std::size_t & | dof | ) | 
      
  | 
  virtual | 
      
  | 
  pure virtual | 
Implemented in rl::hal::UniversalRobotsRtde, and rl::hal::Coach.