Loading...
Searching...
No Matches
LearnRollback.hpp
1#pragma once
2#include <Device/Node/DeviceNode.hpp>
3
4#include <score_plugin_deviceexplorer_export.h>
5
6#include <QString>
7
8namespace Explorer
9{
10class DeviceDocumentPlugin;
11
27SCORE_PLUGIN_DEVICEEXPLORER_EXPORT
28void rollbackLearnedNodes(
29 DeviceDocumentPlugin& plug, const QString& deviceName, const Device::Node& before);
30}