|
automotive-message-broker
0.14.803
|
amb - interface to AMB plugin functions More...
import "bluemonkey.in.idl";
Public Member Functions | |
| PropertyInterface | subscribeTo (DOMString propertyName, optional unsigned short zone, optional DOMString source) |
| subscribe to a property | |
| DOMString[] | sourcesForProperty (DOMString propertyName) |
| return the AMB sources that provide propertyName | |
| unsigned short[] | zonesForProperty (DOMString propertyName) |
| returns the available zones that contians propertyName | |
| DOMString[] | supportedProperties () |
| return supported properties | |
| void | getHistory (DOMString[] properties, Date begin, Date end, HistoryCallback callback) |
| return logged data between "begin" and "end" | |
| void | createCustomProperty (DOMString name, any value, optional unsigned short zone) |
| creates a custom property | |
| void | exportInterface (DOMString interfaceName, ExportMap[] properties) |
| exportInterface export a custom DBus interface as org.automotive.[interfaceName] with properties | |
amb - interface to AMB plugin functions
| PropertyInterface Amb::subscribeTo | ( | DOMString | propertyName, |
| optional unsigned short | zone, | ||
| optional DOMString | source | ||
| ) |
subscribe to a property
1.8.2