automotive-message-broker  0.14.803
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
Amb Interface Reference

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
 

Detailed Description

amb - interface to AMB plugin functions

Member Function Documentation

PropertyInterface Amb::subscribeTo ( DOMString  propertyName,
optional unsigned short  zone,
optional DOMString  source 
)

subscribe to a property

Returns
PropertyInterface representing the property

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