DeviceLogging.hpp
1 #pragma once
2 #include <Device/Protocol/DeviceInterface.hpp>
3 
4 #include <score_plugin_deviceexplorer_export.h>
5 
6 namespace Device
7 {
8 SCORE_PLUGIN_DEVICEEXPLORER_EXPORT DeviceLogging get_cur_logging(bool b);
9 }
Manipulation of Devices from Qt.
Definition: AddressSettings.cpp:14