9 #include "imstkModule.h" 10 #include "imstkMacros.h" 28 m_muteUpdateEvents =
true;
30 m_executionType = ExecutionType::PARALLEL;
39 virtual std::shared_ptr<DeviceClient>
makeDeviceClient(std::string portName =
"") = 0;
virtual std::shared_ptr< DeviceClient > makeDeviceClient(std::string portName="")=0
Create a haptic device client and add it to the internal list.
Abstract class for DeviceManagers which must return a DeviceClient for which it manages.
Base class for imstk module system. A module defines something that is updated, and can be paused/res...