|
tdaq-develop-2025-02-12
|
Public Member Functions | |
| WorkLoop (const std::string &name) | |
| void | startWorkLoop (void) |
| bool | stopWorkLoop (void) |
| bool | isActive (void) const |
Protected Member Functions | |
| virtual bool | workLoopThread (toolbox::task::WorkLoop *workLoop)=0 |
| const std::string & | getWorkLoopName (void) const |
| Getters. | |
Protected Attributes | |
| volatile bool | continueWorkLoop_ |
Definition at line 10 of file WorkLoop.h.