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

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

import "bluemonkey.in.idl";

Public Member Functions

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

Public Attributes

readonly attribute DOMString type
 AMB property name of this property.
 
readonly attribute unsigned short zone
 zone in the vehicle where this property is located
 
readonly attribute any value
 value for this property
 
readonly attribute DOMString source
 source where this property came from
 
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 files: