![]() |
A struct holding the data to be associated with the positive channel for an analog input. More...
#include <SurgSim/Devices/LabJack/LabJackDevice.h>
Public Member Functions | |
bool | operator== (const AnalogInputSettings &other) const |
Equality comparison. More... | |
Public Attributes | |
Range | range |
The range. More... | |
SurgSim::DataStructures::OptionalValue< int > | negativeChannel |
The negative channel. More... | |
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. |
SurgSim::DataStructures::OptionalValue<int> SurgSim::Devices::LabJack::AnalogInputSettings::negativeChannel |
The negative channel.
Range SurgSim::Devices::LabJack::AnalogInputSettings::range |
The range.