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

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

#include <SurgSim/Devices/LabJack/LabJackDevice.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Member Function Documentation

bool SurgSim::Device::LabJack::TimerSettings::operator== ( const TimerSettings other) const
inline

Equality comparison.

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

Member Data Documentation

SurgSim::DataStructures::OptionalValue<int> SurgSim::Device::LabJack::TimerSettings::initialValue

The initial value.

TimerMode SurgSim::Device::LabJack::TimerSettings::mode

The mode.


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