opensurgsim
Public Member Functions | Public Attributes | List of all members
SurgSim::Devices::LabJack::AnalogInputSettings Struct Reference

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.
 

Detailed Description

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.

Member Function Documentation

§ operator==()

bool SurgSim::Devices::LabJack::AnalogInputSettings::operator== ( const AnalogInputSettings other) const
inline

Equality comparison.

Parameters
otherThe object with which to compare.
Returns
true if equivalent.

The documentation for this struct was generated from the following file: