#include <AO16_OutputRange.hpp>
Public Member Functions | |
virtual AnalogIORange & | setRange (int range) |
Protected Member Functions | |
AO16_OutputRange () | |
AO16_OutputRange (int minCounts, int maxCounts) | |
virtual | ~AO16_OutputRange () |
Friends | |
class | AO16_AnalogOutputSubsystem |
AIOUSB::AO16_OutputRange::AO16_OutputRange | ( | ) | [protected] |
AIOUSB::AO16_OutputRange::AO16_OutputRange | ( | int | minCounts, | |
int | maxCounts | |||
) | [protected] |
AIOUSB::AO16_OutputRange::~AO16_OutputRange | ( | ) | [protected, virtual] |
AnalogIORange & AIOUSB::AO16_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 AO16_AnalogOutputSubsystem [friend] |