Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
VirtualDigital.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_CHANNELS_CONTROLLER_VIRTUALDIGITAL_HPP_
2#define IV_SRC_CHANNELS_CONTROLLER_VIRTUALDIGITAL_HPP_
3
5
7{
8
10{
11public:
13
14 AbstractComponentGUI *panelConfigureChannel(const std::shared_ptr<bool> &hasPermission,
15 const std::shared_ptr<bool> &hasRootPermission) override;
16};
17
18}// namespace iv::channels::controller
19
20#endif//IV_SRC_CHANNELS_CONTROLLER_VIRTUALDIGITAL_HPP_
Definition AbstractComponentGUI.hpp:30
Definition AbstractChannel.hpp:24
Definition DigitalChannel.hpp:10
Definition VirtualDigital.hpp:10
AbstractComponentGUI * panelConfigureChannel(const std::shared_ptr< bool > &hasPermission, const std::shared_ptr< bool > &hasRootPermission) override
Definition VirtualDigital.cpp:16
Definition AbstractChannel.cpp:37