ChimeraTK-DeviceAccess
03.18.00
|
This structure holds the information of an ChimeraTK device descriptor. More...
#include <Utilities.h>
Public Attributes | |
std::string | backendType |
std::string | address |
std::map< std::string, std::string > | parameters |
This structure holds the information of an ChimeraTK device descriptor.
Definition at line 31 of file Utilities.h.
std::string ChimeraTK::DeviceDescriptor::address |
Definition at line 33 of file Utilities.h.
std::string ChimeraTK::DeviceDescriptor::backendType |
Definition at line 32 of file Utilities.h.
std::map<std::string, std::string> ChimeraTK::DeviceDescriptor::parameters |
Definition at line 34 of file Utilities.h.