#include <atomic>#include <condition_variable>#include <map>#include <mutex>#include <string>#include <thread>#include <typeinfo>#include <dataflow_lite/utils/observable_object.h>

Go to the source code of this file.
Classes | |
| class | RunnableService |
| class | Service |
Enumerations | |
| enum | ServiceState { CREATED, STARTED, SHUTDOWN } |
Variables | |
| static std::map< ServiceState, std::string > | SERVICE_STATE_NAME_MAP |
| enum ServiceState |
|
static |
Map used to pretty print the ServiceState enum.