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

GetRangedRequest - request a range of logged properties The following is an example of this message: More...

import"protocol.idl";

Inheritance diagram for GetRangedRequest:
Inheritance graph
[legend]
Collaboration diagram for GetRangedRequest:
Collaboration graph
[legend]

Public Attributes

const MessageType type = "method"
 message type
 
const DOMString name = "getRange"
 name of the method.
 
attribute DOMString[] data
 data - properties to request
 
attribute unsigned short zone
 zone, zone which this property is in
 
attribute unsigned double timeBegin
 timeBegin in seconds since Unix Epoc
 
attribute unsigned double timeEnd
 timeEnd in seconds since Unix Epoc
 
attribute unsigned long sequenceBegin
 sequenceBegin
 
attribute unsigned long sequenceEnd
 sequenceEnd
 

Detailed Description

GetRangedRequest - request a range of logged properties The following is an example of this message:

{"type" : "method", "name" : "getRange", "data" : ["VehicleSpeed", "EngineSpeed"], "timeBegin" : "1368825008.35948",
"timeEnd" : "1368825018.35948", "sequenceBegin" : "-1", "sequenceEnd" : "-1", "transactionid" : "b07589ba-417c-4604-80c6-01c0dcbd524d"}

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