Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
DigitalChannel.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_CHANNELS_CONTROLLER_DIGITALCHANNEL_HPP_
2#define IV_SRC_CHANNELS_CONTROLLER_DIGITALCHANNEL_HPP_
3
5
7{
8
10{
11public:
13 ~DigitalChannel() override = default;
14
15 [[nodiscard]] virtual AbstractComponentGUI *panelDigitalParameters() const;
16
17protected:
22};
23
24}// namespace iv::channels::controller
25
26#endif//IV_SRC_CHANNELS_CONTROLLER_DIGITALCHANNEL_HPP_
Definition AbstractComponentGUI.hpp:30
Definition AbstractChannel.hpp:24
Definition AbstractChannel.hpp:19
Definition DigitalChannel.hpp:10
AbstractComponentGUI * componentConfigureDelayOn() const
Definition DigitalChannel.cpp:142
AbstractComponentGUI * componentConfigureDelayOff() const
Definition DigitalChannel.cpp:154
virtual AbstractComponentGUI * panelDigitalParameters() const
Definition DigitalChannel.cpp:20
AbstractComponentGUI * panelConfigureAlarmLimit() const
Definition DigitalChannel.cpp:90
AbstractComponentGUI * componentConfigureInvertedValue() const
Definition DigitalChannel.cpp:130
DigitalChannel(iv::channels::AbstractChannel *channel)
Definition DigitalChannel.cpp:16
Definition AbstractChannel.cpp:37