CuteHMI - Modbus (CuteHMI.Modbus.2)
AbstractClientBackend.hpp
1 #ifndef H_EXTENSIONS_CUTEHMI_MODBUS_2_INCLUDE_CUTEHMI_MODBUS_INTERNAL_ABSTRACTCLIENTBACKEND_HPP
2 #define H_EXTENSIONS_CUTEHMI_MODBUS_2_INCLUDE_CUTEHMI_MODBUS_INTERNAL_ABSTRACTCLIENTBACKEND_HPP
3 
4 #include "common.hpp"
5 #include "RegisterTraits.hpp"
6 #include "AbstractDeviceBackend.hpp"
7 
8 #include <cutehmi/InplaceError.hpp>
9 #include <cutehmi/modbus/AbstractClient.hpp>
10 
11 #include <QObject>
12 #include <QJsonObject>
13 #include <QUuid>
14 
15 namespace cutehmi {
16 namespace modbus {
17 namespace internal {
18 
23 class CUTEHMI_MODBUS_PRIVATE AbstractClientBackend:
25 {
26  Q_OBJECT
27 
28  protected:
29  explicit AbstractClientBackend(QObject * parent = nullptr);
30 };
31 
32 }
33 }
34 }
35 
36 #endif
37 
38 //(c)C: Copyright © 2019, Michał Policht <michal@policht.pl>. All rights reserved.
39 //(c)C: This file is a part of CuteHMI.
40 //(c)C: CuteHMI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
41 //(c)C: CuteHMI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
42 //(c)C: You should have received a copy of the GNU Lesser General Public License along with CuteHMI. If not, see <https://www.gnu.org/licenses/>.
cutehmi::modbus::internal::AbstractClientBackend
Abstract client backend.
Definition: AbstractClientBackend.hpp:23
QObject
cutehmi
std::internal
T internal(T... args)
cutehmi::modbus::internal::AbstractDeviceBackend
Abstract device backend.
Definition: AbstractDeviceBackend.hpp:23