Skip to content

Commit

Permalink
Merge pull request #456 from w3c/wonsuk73-patch-220905
Browse files Browse the repository at this point in the history
Revised texts for VISSv2 Core and Transport specs
  • Loading branch information
UlfBj authored Sep 28, 2022
2 parents ed99c5d + a5ac3dc commit 219fb9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions spec/VISSv2_Core.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ <h2>Error Information</h2>
<section id="timestamp">
<h2>Timestamps</h2>
<p>
Timestamps in transport payloads MUST conform to the ISO8601 standard, using the UTC format with a trailing Z.
Timestamps in transport payloads MUST conform to the [[ISO8601]] standard, using the UTC format with a trailing Z.
Time resolution SHALL at least be seconds, with subsecond resolution as an optional degree of precision when desired.
The time and date format shall be as shown below, where the sub-second data and delimiter is optional.<br>
YYYY-MM-DDTHH:MM:SS.ssssssZ<br>
Expand Down Expand Up @@ -711,7 +711,8 @@ <h2>Change Filter Operation</h2>
(**)The supported logic operators are ["eq", "ne", "gt", "gte", "lt", "lte"],
where "eq" is "equal", "ne" is "not equal", "gt" is "greater than", "gte" is "greater than or equal",
"lt" is "less than", "lte" is "less than or equal".<br>
Examples can be found in the [[viss2-transport]] specification.
Example can be found in the <a data-link-type="dfn" href="https://www.w3.org/TR/viss2-transport/#change-subscribe">Change Subscribe</a>
in [[viss2-transport]] specification.
</p>
</section>

Expand Down Expand Up @@ -767,7 +768,7 @@ <h2>Dynamic Metadata Filter Operation</h2>
The response uses the same syntax as for ordinary data responses, with "value" representing the validate tag.
The server applies the validate data according to the inheritance rules described in the access control selection chapter.</li>
<li><u>server_capabilities</u>: The capabilities that the server supports.
See Appendix: Server Capabilities for how this is expressed in the response.</li>
See <a href="#server-capabilities">B. Server Capabilities</a> for how this is expressed in the response.</li>
</ul>
A dynamic metadata request can be combined with a paths filter operation to address multiple nodes,
but not with any other filter type.<br>
Expand Down
9 changes: 5 additions & 4 deletions spec/VISSv2_Transport.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ <h2>Dynamic Metadata Read</h2>
<p>
The dynamic metadata, i. e. any other metadata kept by the vehicle system,
is retrieved by the setting the "type" to "dynamic-metadata".
The value MUST be set to one of the domain names as specified in the [[viss2-core]], Dynamic Metadata Filter Operation chapter.
The value MUST be set to one of the domain names as specified in the [[viss2-core]], <a data-link-type="dfn" href="https://www.w3.org/TR/viss2-core/#dynamic-metadata-request">Dynamic Metadata Filter Operation</a> chapter.
<br>
<b>Example:</b>
Request:
Expand Down Expand Up @@ -1202,7 +1202,8 @@ <h2>Authorized Subscribe</h2>
<h2>Curve Logging Subscribe</h2>
<p>
Curve logging data compression by eliminating data points that are within a set error margin is activated via a subscription request.
Notifications will be issued when the buffer becomes full, after insignificant data points have been eliminated.
Notifications will be issued when the buffer becomes full, after insignificant data points have been eliminated,
refer the <a data-link-type="dfn" href="https://www.w3.org/TR/viss2-core/#curvelog-filter-operation">Curve logging Filter Operation</a> chapter in the [[viss2-core]] documentation.
</p>
<p>
<b>Example:</b><br>
Expand Down Expand Up @@ -1242,7 +1243,7 @@ <h2>Curve Logging Subscribe</h2>
<h2>Range Subscribe</h2>
<p>
Subscription to a range of values, that can have either a single boundary, or multipe boundaries as in the example below.
For a more information how to use range of values, refer the Range Filter Operation chapter in the [[viss2-core]] documentation.
For a more information how to use range of values, refer the <a data-link-type="dfn" href="https://www.w3.org/TR/viss2-core/#range-filter-operation">Range Filter Operation</a> chapter in the [[viss2-core]] documentation.
</p>
<p>
<b>Example:</b><br>
Expand Down Expand Up @@ -1281,7 +1282,7 @@ <h2>Range Subscribe</h2>
<h2>Change Subscribe</h2>
<p>
Subscription to when a signal has changed between two sequential captures.
For a more information how to use change of values, refer the Change Filter Operation chapter in the [[viss2-core]] documentation.
For a more information how to use change of values, refer the <a data-link-type="dfn" href="https://www.w3.org/TR/viss2-core/#change-filter-operation">Change Filter Operation</a> chapter in the [[viss2-core]] documentation.
</p>
<p>
<b>Example:</b><br>
Expand Down

0 comments on commit 219fb9e

Please sign in to comment.