4#include <ChimeraTK/Device.h>
5#include <ChimeraTK/Utilities.h>
12 myCustomDevice.
open(
"MY_CUSTOM_DEVICE");
Class allows to read/write registers from device.
void open(std::string const &aliasName)
Open a device by the given alias name from the DMAP file.
void setDMapFilePath(std::string dmapFilePath)
Set the location of the dmap file.