Loading...
Searching...
No Matches
DefaultListeningHandler.hpp
1#pragma once
2#include <Explorer/Listening/ListeningHandler.hpp>
3namespace Device
4{
5class DeviceList;
6}
7namespace Explorer
8{
10{
11public:
13
14private:
15 void setListening(
16 Device::DeviceInterface& dev, const State::Address& addr, bool b) override;
17
18 void
19 setListening(Device::DeviceInterface& dev, const Device::Node& addr, bool b) override;
20
21 void addToListening(
22 Device::DeviceInterface& dev, const std::vector<State::Address>& v) override;
23};
24}
Definition DeviceInterface.hpp:66
Definition DefaultListeningHandler.hpp:10
Definition ListeningHandler.hpp:21
Manipulation of Devices from Qt.
Definition AddressSettings.cpp:14
The Address struct.
Definition Address.hpp:58