![]() |
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... | |
A struct holding the data to be associated with a Timer.
|
inline |
Equality comparison.
other | The object with which to compare. |
SurgSim::DataStructures::OptionalValue<int> SurgSim::Devices::LabJack::TimerSettings::initialValue |
The initial value.
TimerMode SurgSim::Devices::LabJack::TimerSettings::mode |
The mode.