15 #ifndef DETECTORGRAPH_INCLUDE_FUTUREPUBLISHER_HPP_ 16 #define DETECTORGRAPH_INCLUDE_FUTUREPUBLISHER_HPP_ 89 #endif // DETECTORGRAPH_INCLUDE_FUTUREPUBLISHER_HPP_
Implements a graph of Topics & Detectors with Input/Output APIs.
Publish data to the graph for future evaluation.
void PushData(const TTopicState &aTopicState)
Push data to a specific topic in the graph.
void SetGraph(Graph *aGraph)
void PublishOnFutureEvaluation(const T &aData)
Publish a new version of T to the Graph for future evaluation.
#define DG_ASSERT(condition)