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

Public Member Functions | |
| AnalogOutputReader () | |
| virtual | ~AnalogOutputReader () |
| virtual ::std::vector< ::rl::math::Real > | getAnalogOutput () const |
| virtual ::rl::math::Real | getAnalogOutput (const ::std::size_t &i) const =0 |
Public Member Functions inherited from rl::hal::AnalogOutput | |
| AnalogOutput () | |
| virtual | ~AnalogOutput () |
| virtual ::std::size_t | getAnalogOutputCount () const =0 |
| virtual ::rl::math::Real | getAnalogOutputMaximum (const ::std::size_t &i) const =0 |
| virtual ::rl::math::Real | getAnalogOutputMinimum (const ::std::size_t &i) const =0 |
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::AnalogOutputReader::AnalogOutputReader | ( | ) |
|
virtual |
| std::vector<::rl::math::Real > rl::hal::AnalogOutputReader::getAnalogOutput | ( | ) | const |
|
pure virtual |
Implemented in rl::hal::UniversalRobotsRtde.