|
|
| BluetoothSinkPlugin (AbstractRoutingEngine *re, map< string, string > config) |
| |
| const string | uuid () |
| | Pure virtual methods:
|
| |
| void | supportedChanged (const PropertyList &) |
| |
| void | propertyChanged (AbstractPropertyType *value) |
| | propertyChanged is called when a subscribed to property changes.
|
| |
|
void | newConnection (string path, QDBusUnixFileDescriptor fd, QVariantMap props) |
| |
|
void | requestDisconnection (string path) |
| |
|
| AbstractBluetoothSerialProfile (QString role="server") |
| |
|
virtual void | connect (std::string hwaddy) |
| |
|
virtual void | release () |
| |
|
virtual void | newConnection (std::string path, QDBusUnixFileDescriptor fd, QVariantMap props) |
| |
|
virtual void | requestDisconnection (std::string path) |
| |
|
| AbstractSink (AbstractRoutingEngine *engine, map< string, string > config) |
| |
|
|
virtual void | connected () |
| |
|
virtual void | disconnected () |
| |
|
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. |
Reimplemented from AbstractSink.
| void BluetoothSinkPlugin::supportedChanged |
( |
const PropertyList & |
supportedProperties | ) |
|
|
inlinevirtual |
| const string BluetoothSinkPlugin::uuid |
( |
| ) |
|
|
virtual |
Pure virtual methods:
uuid() is a unique identifier
- Returns
- a guid-style unique identifier
Implements AbstractSink.
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/automotive-message-broker-0.15/plugins/bluetooth/bluetoothplugin.h