47 m_horzBathtubScanPending = std::make_unique<std::atomic<bool>[] >(n);
48 m_eyeScanPending = std::make_unique<std::atomic<bool>[] >(n);
50 for(
size_t i=0; i<n; i++)
52 m_horzBathtubScanPending[i] =
false;
53 m_eyeScanPending[i] =
false;
56 m_firstUpdateDone =
false;
59 std::unique_ptr<std::atomic<bool>[]> m_horzBathtubScanPending;
60 std::unique_ptr<std::atomic<bool>[]> m_eyeScanPending;
62 std::atomic<bool> m_firstUpdateDone;
Current status of a BERT.
Definition: BERTState.h:42