|
EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|
#include <DummyRealOutput.hpp>


Public Member Functions | |
| DummyRealOutput (std::string id, double scale=1, double offset=0) | |
| virtual double | get () |
| virtual void | set (double value) |
Public Member Functions inherited from eeros::hal::ScalablePeripheralOutput< double > | |
| ScalablePeripheralOutput (std::string id, doublescale, doubleoffset) | |
| virtual | ~ScalablePeripheralOutput () |
| virtual double | getScale () |
| virtual double | getOffset () |
| virtual void | setScale (doubles) |
| virtual void | setOffset (doubleo) |
Public Member Functions inherited from eeros::hal::PeripheralOutput< double > | |
| PeripheralOutput (std::string id) | |
| virtual | ~PeripheralOutput () |
| virtual std::string | getId () const |
Public Member Functions inherited from eeros::hal::PeripheralOutputInterface | |
| virtual | ~PeripheralOutputInterface () |
Additional Inherited Members | |
Protected Attributes inherited from eeros::hal::ScalablePeripheralOutput< double > | |
| double | scale |
| double | offset |
| DummyRealOutput::DummyRealOutput | ( | std::string | id, |
| double | scale = 1, |
||
| double | offset = 0 |
||
| ) |
|
virtual |
Implements eeros::hal::PeripheralOutput< double >.
|
virtual |
Implements eeros::hal::PeripheralOutput< double >.