Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
AnalogChannel.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_CHANNELS_CONTROLLER_ANALOGCHANNEL_HPP_
2#define IV_SRC_CHANNELS_CONTROLLER_ANALOGCHANNEL_HPP_
3
5
7{
8
10{
11public:
13 ~AnalogChannel() override = default;
14
15 [[nodiscard]] AbstractComponentGUI *
16 panelAnalogAlarmLimits(std::vector<AbstractComponentGUI *> &rootRequiredComponents) const;
17
18protected:
28 [[nodiscard]] AbstractComponentGUI *componentConfigureUnit() const;
29};
30
31}// namespace iv::channels::controller
32
33#endif//IV_SRC_CHANNELS_CONTROLLER_ANALOGCHANNEL_HPP_
Definition AbstractComponentGUI.hpp:30
Definition AbstractChannel.hpp:24
Definition AbstractChannel.hpp:19
Definition AnalogChannel.hpp:10
AbstractComponentGUI * componentConfigureDecimals() const
Definition AnalogChannel.cpp:223
AnalogChannel(iv::channels::AbstractChannel *channel)
Definition AnalogChannel.cpp:15
AbstractComponentGUI * panelAnalogAlarmLimits(std::vector< AbstractComponentGUI * > &rootRequiredComponents) const
Definition AnalogChannel.cpp:20
AbstractComponentGUI * componentConfigureSensorHigh() const
Definition AnalogChannel.cpp:159
AbstractComponentGUI * componentConfigureFactor() const
Definition AnalogChannel.cpp:207
AbstractComponentGUI * componentConfigureSensorType() const
Definition AnalogChannel.cpp:107
AbstractComponentGUI * componentConfigureOffset() const
Definition AnalogChannel.cpp:191
AbstractComponentGUI * componentConfigureIntrumentFailureLow() const
Definition AnalogChannel.cpp:119
AbstractComponentGUI * componentConfigureUnit() const
Definition AnalogChannel.cpp:238
AbstractComponentGUI * componentConfigureIntrumentFailureLHigh() const
Definition AnalogChannel.cpp:131
AbstractComponentGUI * componentConfigureDeadband() const
Definition AnalogChannel.cpp:175
AbstractComponentGUI * componentConfigureSensorLow() const
Definition AnalogChannel.cpp:143
Definition AbstractChannel.cpp:37