|
AbstractRoutingEngine * | routingEngine |
| routingEngine is the core of AMB. It is used to pass plugin and property information to other plugins
|
|
map< string, string > | configuration |
|
propertyChanged is called when a subscribed to property changes.
- See Also
- AbstractRoutingEngine::subscribeToPropertyChanges()
- Parameters
-
value | value of the property that changed. this is a temporary pointer that will be destroyed. Do not destroy it. If you need to store the value use value.anyValue(), value.value<T>() or value->copy() to copy. |
virtual void AbstractSink::supportedChanged |
( |
const PropertyList & |
supportedProperties | ) |
|
|
pure virtual |
supportedChanged() is called when the supported properties changes
- supportedProperties the new list of supported properties.
virtual const string AbstractSink::uuid |
( |
| ) |
|
|
pure virtual |
Pure virtual methods:
uuid() is a unique identifier
- Returns
- a guid-style unique identifier
The documentation for this class was generated from the following files:
- /home/tripzero/src/automotive-message-broker/lib/abstractsink.h
- /home/tripzero/src/automotive-message-broker/lib/abstractsink.cpp