![]() |
ATLAS Offline Software
|
#include <algorithm>#include <atomic>#include <chrono>#include <thread>Go to the source code of this file.
Namespaces | |
| namespace | TrigServices |
| Helpers shared by monitoring services. | |
Macros | |
| #define | NOSUPPORT(lvl, what) |
| Helper to mark unsupported interfaces. | |
| #define | NOSUPPORT_VOID(lvl, what) |
Functions | |
| void | TrigServices::conditionedSleep (std::chrono::milliseconds duration, const std::atomic< bool > &stopFlag) |
| Sleep for duration or until stopFlag is set, whichever comes first. | |
| #define NOSUPPORT | ( | lvl, | |
| what ) |
Helper to mark unsupported interfaces.
Definition at line 14 of file TrigServicesUtils.h.
| #define NOSUPPORT_VOID | ( | lvl, | |
| what ) |
Definition at line 20 of file TrigServicesUtils.h.