15 #ifndef DETECTORGRAPH_INCLUDE_LAG_HPP_ 16 #define DETECTORGRAPH_INCLUDE_LAG_HPP_ 100 Subscribe< T >(
this);
101 SetupFuturePublishing< Lagged< T > >(
this);
112 #endif // DETECTORGRAPH_INCLUDE_LAG_HPP_ Implements a graph of Topics & Detectors with Input/Output APIs.
Publish data to the graph for future evaluation.
A templated TopicState used as the output of Lag.
Base struct for topic data types.
virtual void Evaluate(const T ¤tTopicState)
Pure-virtual method that should Evaluate a piece of input data.
Produces a Lagged<T> for T.
A unit of logic in a DetectorGraph.
A Pure interface that declares the Subscriber behavior.