EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
eeros::hal::FlinkAnalogOut Class Reference

#include <FlinkAnalogOut.hpp>

Inheritance diagram for eeros::hal::FlinkAnalogOut:
Collaboration diagram for eeros::hal::FlinkAnalogOut:

Public Member Functions

 FlinkAnalogOut (std::string id, FlinkDevice *device, uint8_t subDeviceNumber, uint32_t channel, double scale=1, double offset=0)
 
virtual void set (double voltage)
 
virtual double get ()
 
void setValue (uint32_t 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
 

Constructor & Destructor Documentation

FlinkAnalogOut::FlinkAnalogOut ( std::string  id,
FlinkDevice device,
uint8_t  subDeviceNumber,
uint32_t  channel,
double  scale = 1,
double  offset = 0 
)

Here is the call graph for this function:

Member Function Documentation

double FlinkAnalogOut::get ( )
virtual
void FlinkAnalogOut::set ( double  voltage)
virtual

Implements eeros::hal::PeripheralOutput< double >.

Here is the call graph for this function:

void FlinkAnalogOut::setValue ( uint32_t  value)

Here is the caller graph for this function:


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