automotive-message-broker  0.13
 All Classes Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
PropertyInterface Interface Reference

PropertyInterface represents an interface to an AMB Property. More...

import"bluemonkey.idl";

Collaboration diagram for PropertyInterface:
Collaboration graph
[legend]

Public Member Functions

void getHistory (Date begin, Date end, HistoryCallback callback)
 get logged data between More...
 

Public Attributes

readonly attribute DOMString type
 type AMB property name
 
readonly attribute unsigned short zone
 zone in the vehicle where this property is located
 
readonly attribute any value
 value of the property
 
readonly attribute DOMString source
 source plugin UUID for this property
 
readonly attribute DOMTimestamp timestamp
 timestamp when this property last changed
 
readonly attribute Signal changed
 changed signal
 

Detailed Description

PropertyInterface represents an interface to an AMB Property.

Member Function Documentation

void PropertyInterface::getHistory ( Date  begin,
Date  end,
HistoryCallback  callback 
)

get logged data between

  • begin and
  • end. callback is called with the results of this method.

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