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

Public Member Functions | |
| 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 |
Private Attributes | |
| ::std::size_t | dof |
| Degrees of freedom. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from rl::hal::Device | |
| void | setConnected (const bool &connected) |
| void | setRunning (const bool &running) |
| rl::hal::AxisController::AxisController | ( | const ::std::size_t & | dof | ) |
|
virtual |
| std::size_t rl::hal::AxisController::getDof | ( | ) | const |
|
private |
Degrees of freedom.