1#ifndef IV_SRC_MIMICS_CHANNELINTERFACE_HPP_
2#define IV_SRC_MIMICS_CHANNELINTERFACE_HPP_
30 static constexpr std::string_view
channelId {
"ChannelId"};
Definition xmlFile.hpp:15
Definition ChannelInterface.hpp:16
std::optional< std::weak_ptr< iv::channels::AbstractChannel > > m_channelRefOpt
Definition ChannelInterface.hpp:25
bool load(const iv::file::xml::node &nodeChannelInterface)
Definition ChannelInterface.cpp:8
bool save(iv::file::xml::node &nodeChannelInterface) const
Definition ChannelInterface.cpp:21
ChannelInterface()=default
ChannelInterface(const ChannelInterface &other)=default
~ChannelInterface()=default
Definition GeneratorPmsBuilders.cpp:9
std::string channelId
Definition types.hpp:66
Definition ChannelInterface.hpp:33
static constexpr iv::types::channelId channelId
Definition ChannelInterface.hpp:34
Definition ChannelInterface.hpp:29
static constexpr std::string_view channelId
Definition ChannelInterface.hpp:30