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