Loading...
Searching...
No Matches
ScoreDeviceLoader.hpp
1#pragma once
2#include <Device/Node/DeviceNode.hpp>
3
4#include <QString>
5
6namespace Device
7{
8SCORE_LIB_DEVICE_EXPORT bool
9loadDeviceFromScoreJSON(const QString& filePath, Device::Node& node);
10SCORE_LIB_DEVICE_EXPORT bool
11loadDeviceFromScoreJSON(const rapidjson::Document& jsonContent, Device::Node& node);
12}
Manipulation of Devices from Qt.
Definition AddressSettings.cpp:14