92 void log(DOMString text);
107 void getHistory(DOMString[] properties, Date begin, Date end, HistoryCallback callback);
122 readonly attribute DOMString
type;
127 readonly attribute
unsigned short zone;
153 void getHistory(Date begin, Date end, HistoryCallback callback);
164 void connect(ChangedCallback callback)
167 callback ChangedCallback = void(any value); ();
PropertyInterface represents an interface to an AMB Property.
Definition: bluemonkey.idl:118
DOMString[] sourcesForProperty(DOMString propertyName)
return the AMB sources that provide propertyName
void getHistory(DOMString[] properties, Date begin, Date end, HistoryCallback callback)
return logged data between "begin" and "end"
Entry point for bluemonkey.
Definition: bluemonkey.idl:44
void loadConfig(DOMString configFile)
load another script
readonly attribute any value
value of the property
Definition: bluemonkey.idl:132
readonly attribute Signal changed
changed signal
Definition: bluemonkey.idl:147
DOMString[] supportedProperties()
return supported properties
QObject createQObject()
create a QObject
void log(DOMString text)
log text to AMB output
void loadModule(DOMString moduleFile)
load a bluemonkey module
Bluemonkey interface Bluemonkey provides AMB plugin-like interfaces and allows the loading of other m...
Definition: bluemonkey.idl:57
void getHistory(Date begin, Date end, HistoryCallback callback)
get logged data between
readonly attribute DOMString type
type AMB property name
Definition: bluemonkey.idl:122
void createCustomProperty(DOMString name, any value, optional unsigned short zone)
creates a custom property
QTimer createTimer()
create a QTimer
Signal represents an way to connect to Qt signals and get a javascript callback.
Definition: bluemonkey.idl:159
unsigned short[] zonesForProperty(DOMString propertyName)
returns the available zones that contians propertyName
readonly attribute DOMTimestamp timestamp
timestamp when this property last changed
Definition: bluemonkey.idl:142
readonly attribute unsigned short zone
zone in the vehicle where this property is located
Definition: bluemonkey.idl:127
PropertyInterface subscribeTo(DOMString propertyName, optional unsigned short zone, optional DOMString source)
subscribe to a property
readonly attribute DOMString source
source plugin UUID for this property
Definition: bluemonkey.idl:137