1#ifndef IV_SRC_THREADS_RUNSENDHEARTBEATSTATION_HPP_
2#define IV_SRC_THREADS_RUNSENDHEARTBEATSTATION_HPP_
23 std::map<iv::types::ipAddress, iv::types::ipPort>
m_toSend;
24 std::vector<std::shared_ptr<iv::comms::ip::IPCommunicationDriver>>
m_drivers;
Definition RunSendHeartbeatStation.hpp:14
RunSendHeartbeatStation()
Definition RunSendHeartbeatStation.cpp:8
std::vector< std::shared_ptr< iv::comms::ip::IPCommunicationDriver > > m_drivers
Definition RunSendHeartbeatStation.hpp:24
std::map< iv::types::ipAddress, iv::types::ipPort > m_toSend
Definition RunSendHeartbeatStation.hpp:23
std::shared_ptr< iv::diamar::Station > m_myStation
Definition RunSendHeartbeatStation.hpp:21
void periodicTask() override
Definition RunSendHeartbeatStation.cpp:49
iv::comms::redundancy::RedundancyMessageHeartbeat m_message
Definition RunSendHeartbeatStation.hpp:22
Definition ThreadRunnablePeriodic.hpp:15
Definition BackgroundTaskWithDialog.cpp:8
Definition RedundancyMessageHeartbeat.hpp:12