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

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...
 

Detailed Description

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.

Member Data Documentation

§ negativeChannel

SurgSim::DataStructures::OptionalValue<int> SurgSim::Devices::LabJack::AnalogInputSettings::negativeChannel

The negative channel.

§ range

Range SurgSim::Devices::LabJack::AnalogInputSettings::range

The range.


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