1#ifndef IV_SRC_THREADS_RUNSENDWATCHCALLNT_HPP_
2#define IV_SRC_THREADS_RUNSENDWATCHCALLNT_HPP_
16 std::vector<std::weak_ptr<iv::channels::AbstractChannel>>
m_channels;
Definition RunSendWatchcallNT.hpp:9
std::weak_ptr< iv::comms::CommunicationCenter > m_commCenter
Definition RunSendWatchcallNT.hpp:15
void periodicTask() override
Definition RunSendWatchcallNT.cpp:17
std::vector< std::weak_ptr< iv::channels::AbstractChannel > > m_channels
Definition RunSendWatchcallNT.hpp:16
iv::types::repeaterId m_ownId
Definition RunSendWatchcallNT.hpp:17
RunSendWatchcallNT()
Definition RunSendWatchcallNT.cpp:7
Definition ThreadRunnablePeriodic.hpp:15
Definition BackgroundTaskWithDialog.cpp:8
std::string repeaterId
Definition types.hpp:79