|
automotive-message-broker
0.14.803
|
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 | |
PropertyInterface represents an interface to an AMB Property.
| void PropertyInterface::getHistory | ( | Date | begin, |
| Date | end, | ||
| HistoryCallback | callback | ||
| ) |
get logged data between
1.8.2