DetectorGraph
2.0
|
Internal - Implements the data-out edge from a topic to one of its subscriber. More...
Public Member Functions | |
SubscriptionDispatcher (Topic< T > *aTopic, SubscriberInterface< T > *aSubscriber) | |
Constructor. More... | |
void | Dispatch () |
Vertex * | GetTopicVertex () |
![]() | |
virtual | ~SubscriptionDispatcherInterface () |
Internal - Implements the data-out edge from a topic to one of its subscriber.
Topics aggregate data and provide functionality do dispatch data but does not embody the programmatic link between topic and subscriber - this class does that.
Definition at line 41 of file subscriptiondispatcher.hpp.
|
inline |
Constructor.
aTopic | a specific topic this dispatcher manages |
aSubscriber | a subscriber to consume the data |
Definition at line 50 of file subscriptiondispatcher.hpp.
|
inlinevirtual |
Implements DetectorGraph::SubscriptionDispatcherInterface.
Definition at line 56 of file subscriptiondispatcher.hpp.
|
inlinevirtual |
Implements DetectorGraph::SubscriptionDispatcherInterface.
Definition at line 61 of file subscriptiondispatcher.hpp.