Thread-safe initialization of m_spectrometerEntrance
Using std::call_once to add thread-safety, although the class as a whole is not yet thread-safe.
Edited by Pascal Boeschoten
Using std::call_once to add thread-safety, although the class as a whole is not yet thread-safe.