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

A struct holding the data to be associated with a Timer. More...

#include <LabJackDevice.h>

Public Member Functions

bool operator== (const TimerSettings &other) const
 Equality comparison. More...
 

Public Attributes

TimerMode mode
 The mode.
 
SurgSim::DataStructures::OptionalValue< int > initialValue
 The initial value.
 

Detailed Description

A struct holding the data to be associated with a Timer.

Member Function Documentation

§ operator==()

bool SurgSim::Devices::LabJack::TimerSettings::operator== ( const TimerSettings 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: