#include <DA12_OutputRange.hpp>
Public Member Functions | |
virtual AnalogIORange & | setRange (int range) |
Protected Member Functions | |
DA12_OutputRange () | |
DA12_OutputRange (int minCounts, int maxCounts) | |
virtual | ~DA12_OutputRange () |
Friends | |
class | DA12_AnalogOutputSubsystem |
AIOUSB::DA12_OutputRange::DA12_OutputRange | ( | ) | [protected] |
AIOUSB::DA12_OutputRange::DA12_OutputRange | ( | int | minCounts, | |
int | maxCounts | |||
) | [protected] |
AIOUSB::DA12_OutputRange::~DA12_OutputRange | ( | ) | [protected, virtual] |
AnalogIORange & AIOUSB::DA12_OutputRange::setRange | ( | int | range | ) | [virtual] |
Sets the range ID.
range | the new range ID (defined by class that owns this instance). |
Reimplemented from AIOUSB::AnalogIORange.
friend class DA12_AnalogOutputSubsystem [friend] |