Robotics Library  0.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Attributes | List of all members
rl::hal::AxisController Class Reference

#include <AxisController.h>

Inheritance diagram for rl::hal::AxisController:
Inheritance graph
[legend]
Collaboration diagram for rl::hal::AxisController:
Collaboration graph
[legend]

Public Member Functions

 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 ()
virtual void close ()=0
bool isConnected () const
bool isRunning () const
virtual void open ()=0
virtual void start ()=0
virtual void step ()=0
virtual void stop ()=0

Private Attributes

::std::size_t dof
::rl::math::Real updateRate

Additional Inherited Members

- Protected Member Functions inherited from rl::hal::Device
void setConnected (const bool &connected)
void setRunning (const bool &running)

Constructor & Destructor Documentation

rl::hal::AxisController::AxisController ( const ::std::size_t &  dof,
const ::rl::math::Real updateRate 
)
rl::hal::AxisController::~AxisController ( )
virtual

Member Function Documentation

std::size_t rl::hal::AxisController::getDof ( ) const
rl::math::Real rl::hal::AxisController::getUpdateRate ( ) const

Member Data Documentation

::std::size_t rl::hal::AxisController::dof
private

Degrees of freedom.

::rl::math::Real rl::hal::AxisController::updateRate
private

[s]


The documentation for this class was generated from the following files: