#include <atomic>
#include <chrono>
#include <list>
#include <functional>
#include <iostream>
#include <mutex>
#include <dataflow_lite/utils/observable_object.h>
#include <dataflow_lite/utils/service.h>
#include <dataflow_lite/task/task.h>
Go to the source code of this file.
Classes | |
class | Publisher< T > |
Enumerations | |
enum | PublisherState { UNKNOWN, CONNECTED, NOT_CONNECTED } |
enum PublisherState |
State of the publisher representing the last publisher attempt status.
Enumerator | |
---|---|
UNKNOWN | |
CONNECTED | |
NOT_CONNECTED |
Definition at line 32 of file publisher.h.