diff --git a/spec/VISSv2_Core.html b/spec/VISSv2_Core.html index c1afaad..02079d0 100644 --- a/spec/VISSv2_Core.html +++ b/spec/VISSv2_Core.html @@ -188,7 +188,7 @@

Definitions

The message being returned by the server to the client when no error is encountered. These are specific per request type
error message
The message being returned by the server to the client when an error is encountered. It can be a synchronous response message, - or an asynchrounous notification message.
+ or an asynchrounous event message.
data point
A structure containing one or more value, timestamp tuplets.
value
@@ -379,22 +379,22 @@

Update

Subscribe

Purpose: Get asynchronous messages containing the value(s) addressed by the path. - The triggering rules for issuing the notification messages are set by the filter data.

+ The triggering rules for issuing the event messages are set by the filter data.

The client MAY have to obtain an authorization token before being able to subscribe to the vehicle signal(s). - The server MUST issue a notification if a trigger rule is fulfilled. + The server MUST issue an event message if a trigger rule is fulfilled. If the server is able to satisfy the request it MUST return a success response. If the server is unable to fulfil the request, then the server MUST return an error response. - If an error occurs during the subscription period, the server SHOULD return an error notification.

+ If an error occurs during the subscription period, the server SHOULD return an error event.

Arguments, of which path and filter are mandatory:

Success response:

@@ -403,7 +403,7 @@

Subscribe

Unsubscribe

Purpose: Termination of the subscription period started by a previous subscribe request.

If the server is able to satisfy the request it MUST return a success response, - and it MUST stop issuing notifications associated to the subscription handle. + and it MUST stop issuing event messages associated to the subscription handle. If the server is unable to fulfil the request, then the server MUST return an error response.

Arguments, of which subscriptionId is mandatory:

Subscription

-

Purpose: Asynchronous client notification according to the subscribe request trigger rules.

-

The server MUST issue a notification message when a triggering rule associated with the subscription is met. - If the server cannot fulfill the triggering rules it MUST issue an error notification and terminate the subscription. +

Purpose: Asynchronous client event message according to the subscribe request trigger rules.

+

The server MUST issue an event message when a triggering rule associated with the subscription is met. + If the server cannot fulfill the triggering rules it MUST issue an error event message and terminate the subscription.

Arguments: