1#ifndef IV_SRC_THREADS_RUNSENDSTATIONVALUESTOLOMS_HPP_
2#define IV_SRC_THREADS_RUNSENDSTATIONVALUESTOLOMS_HPP_
21 std::vector<std::weak_ptr<iv::comms::can::LomCommunicationController>>
drivers;
22 std::weak_ptr<iv::appdiamar::IApplicationController>
controller;
23 std::vector<std::weak_ptr<iv::channels::AbstractChannel>>
channels;
Definition RunSendStationValuesToLoms.hpp:14
std::weak_ptr< iv::appdiamar::IApplicationController > controller
Definition RunSendStationValuesToLoms.hpp:22
std::vector< std::weak_ptr< iv::channels::AbstractChannel > > channels
Definition RunSendStationValuesToLoms.hpp:23
iv::types::stationId m_station
Definition RunSendStationValuesToLoms.hpp:24
std::vector< std::weak_ptr< iv::comms::can::LomCommunicationController > > drivers
Definition RunSendStationValuesToLoms.hpp:21
void periodicTask() override
Definition RunSendStationValuesToLoms.cpp:42
RunSendStationValuesToLoms()
Definition RunSendStationValuesToLoms.cpp:13
Definition ThreadRunnablePeriodic.hpp:15
Definition BackgroundTaskWithDialog.cpp:8
std::string stationId
Definition types.hpp:75