47 , m_selectedChannel(0)
48 , m_primaryMeasurement(0)
49 , m_secondaryMeasurement(0)
50 , m_firstUpdateDone(
false)
55 void FlushConfigCache()
61 int m_selectedChannel;
62 std::atomic<float> m_primaryMeasurement;
63 std::atomic<float> m_secondaryMeasurement;
64 std::atomic<bool> m_firstUpdateDone;
65 std::atomic<bool> m_autoRange;
66 std::atomic<bool> m_needsUpdate;