repeatedstringframeIds=1;// a monitoring request can be concerned with multiple overlapping frames
floatdelta=2;// min. change in position to trigger a position update, setting delta and updateFrequency to -1 cancels the (existing) monitoring task
floatupdateFrequency=3;// defines how many times per second a PositionUpdateEvent is sent
...
...
@@ -86,7 +85,7 @@ message IposMonitoringRequest {
boolexit_notification=7;// IPos will notify receiver when object has left the frame
repeatedstringproperties=8;// properties that shall be monitored: position or id or type or distance
stringmonitoringTaskId=9;// unique for each monitoringRequest. IPosFW uses this info for configuring the communication protocol, e.g., for selecting a specific topic for MQTT-communication; a monitoringRequest with the same monitoringTaskId like a previous request updates this request
stringrefSystemId=10;
stringrefSystemId=10;// id of the reference system according to which positions are to be provided
stringrequestorProtocol=11;// communication protocol, e.g., "mqtt"; Assumption: requestor = receiver
stringserializationType=12;// accepted values: "protobuf" or "json"