16 #ifndef SURGSIM_DEVICES_LABJACK_LABJACKTHREAD_H 17 #define SURGSIM_DEVICES_LABJACK_LABJACKTHREAD_H 21 #include "SurgSim/Framework/BasicThread.h" 22 #include "SurgSim/Devices/LabJack/LabJackScaffold.h" 39 bool doInitialize()
override;
40 bool doStartUp()
override;
51 #endif // SURGSIM_DEVICES_LABJACK_LABJACKTHREAD_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
A class implementing the thread context for communicating with LabJack devices.
Definition: LabJackThread.h:31
A class that implements the behavior of LabJackDevice objects.
Definition: LabJackScaffold.h:41
bool doUpdate(double dt) override
Implementation of actual work function for this thread, this has a default implementation to handle d...
Definition: LabJackThread.cpp:44
Basic thread implementation, tries to maintain a constant rate, supplies startup an initialization...
Definition: BasicThread.h:48
The per-device data.
Definition: LabJackScaffold.cpp:369