Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
UnitInfo.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UNITS_MODEL_UNITINFO_HPP_
2#define IV_SRC_UNITS_MODEL_UNITINFO_HPP_
3
5
6#include <mutex>
7
8namespace iv::units
9{
10
24
25}// namespace iv::units
26
27#endif//IV_SRC_UNITS_MODEL_UNITINFO_HPP_
Definition UnitInfo.hpp:12
bool m_isProcessedDate
Definition UnitInfo.hpp:20
iv::units::UnitData m_unitData
Definition UnitInfo.hpp:18
iv::types::timestamp m_lastDate
Definition UnitInfo.hpp:21
std::mutex m_mutex
Definition UnitInfo.hpp:22
bool m_isProcessedSdo
Definition UnitInfo.hpp:19
void resetUnitInfo()
Definition UnitInfo.cpp:6
bool isSdoInfoPending()
Definition UnitInfo.cpp:15
uint64_t timestamp
Definition types.hpp:21
Definition AbstractChannel.hpp:16
Definition structs.hpp:85