1#ifndef IV_SRC_MIMICS_MODEL_TRAITS_FEEDBACKRUNNINGSTOPPED_HPP_
2#define IV_SRC_MIMICS_MODEL_TRAITS_FEEDBACKRUNNINGSTOPPED_HPP_
21 const std::shared_ptr<std::vector<std::weak_ptr<iv::channels::AbstractChannel>>> &channelsInControl)
const;
23 const std::function<
void(std::weak_ptr<iv::channels::AbstractChannel> &)> &mapFunction);
47 static constexpr std::string_view
runFeedback {
"RunFeedback"};
Definition AbstractComponentGUI.hpp:30
Definition xmlFile.hpp:15
Definition Channel.hpp:12
Definition FeedbackRunningStopped.hpp:12
eRunningStoppedState getState() const
Definition FeedbackRunningStopped.cpp:91
iv::mimics::Channel m_runFeedback
Definition FeedbackRunningStopped.hpp:30
bool saveFeedbackRunningStopped(iv::file::xml::node &nodeStartStop) const
Definition FeedbackRunningStopped.cpp:31
void mapChannelsFeedbackRunningStopped(const std::function< void(std::weak_ptr< iv::channels::AbstractChannel > &)> &mapFunction)
Definition FeedbackRunningStopped.cpp:58
AbstractComponentGUI * panelEditFeedback()
Definition FeedbackRunningStopped.cpp:69
void getChannelsFeedbackRunningStopped(const std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > &channelsInControl) const
Definition FeedbackRunningStopped.cpp:45
bool hasLinkedChannels() const
Definition FeedbackRunningStopped.cpp:150
FeedbackRunningStopped()
Definition FeedbackRunningStopped.cpp:12
iv::mimics::Channel m_stoppedFeedback
Definition FeedbackRunningStopped.hpp:33
bool m_hasStoppedFeedback
Definition FeedbackRunningStopped.hpp:32
bool loadFeedbackRunningStopped(const iv::file::xml::node &nodeStartStop)
Definition FeedbackRunningStopped.cpp:17
eRunningStoppedState
Definition enums.hpp:211
Definition FeedbackRunningStopped.hpp:41
static constexpr bool hasStoppedFeedback
Definition FeedbackRunningStopped.hpp:42
Definition FeedbackRunningStopped.hpp:37
static constexpr std::string_view hasStoppedFeedback
Definition FeedbackRunningStopped.hpp:38
Definition FeedbackRunningStopped.hpp:46
static constexpr std::string_view stoppedFeedback
Definition FeedbackRunningStopped.hpp:48
static constexpr std::string_view runFeedback
Definition FeedbackRunningStopped.hpp:47