#include <AnalogInput.hpp>
A class representing an analog input channel.
Definition at line 51 of file AnalogInput.hpp.
RTT::dev::AnalogInput::AnalogInput |
( |
AnalogInInterface * |
ana_in, |
|
|
unsigned int |
channel_nr |
|
) |
| |
|
inline |
Create an analog input object to read the state of a channel.
- Parameters
-
ana_in | The analog input device to use to read the status. |
channel_nr | The channel number to use on the device. |
Definition at line 60 of file AnalogInput.hpp.
RTT::dev::AnalogInput::~AnalogInput |
( |
| ) |
|
|
inline |
int RTT::dev::AnalogInput::rawValue |
( |
| ) |
const |
|
inline |
double RTT::dev::AnalogInput::value |
( |
| ) |
const |
|
inline |
int RTT::dev::AnalogInput::channel |
|
private |
The documentation for this class was generated from the following file: