46 : m_horzBathtubScanPending(std::make_unique<std::atomic<bool>[] >(
n))
47 , m_eyeScanPending(std::make_unique<std::atomic<bool>[] >(
n))
48 , m_firstUpdateDone(
false)
50 for(
size_t i=0;
i<
n;
i++)
52 m_horzBathtubScanPending[
i] =
false;
53 m_eyeScanPending[
i] =
false;
57 std::unique_ptr<std::atomic<bool>[]> m_horzBathtubScanPending;
58 std::unique_ptr<std::atomic<bool>[]> m_eyeScanPending;
60 std::atomic<bool> m_firstUpdateDone;