DetectorGraph  2.0
Public Member Functions | List of all members
DetectorGraph::GraphInputDispatcher< T > Class Template Reference

Internal - Push data to the graph More...

Collaboration diagram for DetectorGraph::GraphInputDispatcher< T >:

Public Member Functions

 GraphInputDispatcher (Topic< T > &aTopic, const T &aData)
 
void Dispatch ()
 
- Public Member Functions inherited from DetectorGraph::GraphInputDispatcherInterface
virtual ~GraphInputDispatcherInterface ()
 

Detailed Description

template<class T>
class DetectorGraph::GraphInputDispatcher< T >

Internal - Push data to the graph

It pushes data to a specific topic through a graphInputDispatcher. The pending data will be evaluated in the next round.

Definition at line 39 of file graphinputdispatcher.hpp.

Constructor & Destructor Documentation

◆ GraphInputDispatcher()

template<class T >
DetectorGraph::GraphInputDispatcher< T >::GraphInputDispatcher ( Topic< T > &  aTopic,
const T &  aData 
)
inline

Definition at line 42 of file graphinputdispatcher.hpp.

Member Function Documentation

◆ Dispatch()

template<class T >
void DetectorGraph::GraphInputDispatcher< T >::Dispatch ( )
inlinevirtual

The documentation for this class was generated from the following file: