opensurgsim
|
The analog input ranges. More...
#include <LabJackDevice.h>
Public Member Functions | |
bool | operator== (const AnalogInputSettings &other) const |
Equality comparison. More... | |
Public Attributes | |
Range | range |
The range. | |
SurgSim::DataStructures::OptionalValue< int > | negativeChannel |
The negative channel. | |
The analog input ranges.
Equivalent to gain. Ignored for Linux scaffold, which auto-ranges. The name is the maximum absolute voltage allowed, e.g., RANGE_2_POINT_5 can handle from -2.5v to +2.5v. A struct holding the data to be associated with the positive channel for an analog input.
|
inline |
Equality comparison.
other | The object with which to compare. |