Skip to content

Commit

Permalink
remove trailing space from spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Jan 3, 2024
1 parent c08428c commit 5aca386
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions c/include/libsbp/legacy/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ typedef struct SBP_ATTR_PACKED SBP_DEPRECATED {
*
* The local time used to timestamp the PPS pulse must be generated by the
* same clock which is used to timestamp the IMU/wheel sensor data and should
* follow the same roll-over rules (i.e. it should roll over to zero after
* 604800 seconds). A separate MSG_PPS_TIME message should be sent for each
* follow the same roll-over rules (i.e. it should roll over to zero after
* 604800 seconds). A separate MSG_PPS_TIME message should be sent for each
* source of sensor data which uses local timestamping. The sender ID for
* each of these MSG_PPS_TIME messages should match the sender ID of the
* respective sensor data.
Expand Down
4 changes: 2 additions & 2 deletions haskell/src/SwiftNav/SBP/System.hs
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ msgPpsTime = 0xFF08
--
-- The local time used to timestamp the PPS pulse must be generated by the
-- same clock which is used to timestamp the IMU/wheel sensor data and should
-- follow the same roll-over rules (i.e. it should roll over to zero after
-- 604800 seconds). A separate MSG_PPS_TIME message should be sent for each
-- follow the same roll-over rules (i.e. it should roll over to zero after
-- 604800 seconds). A separate MSG_PPS_TIME message should be sent for each
-- source of sensor data which uses local timestamping. The sender ID for
-- each of these MSG_PPS_TIME messages should match the sender ID of the
-- respective sensor data.
Expand Down
4 changes: 2 additions & 2 deletions javascript/sbp/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ MsgGnssTimeOffset.prototype.fieldSpec.push(['flags', 'writeUInt8', 1]);
* or wheeltick messages) where GNSS time is unknown to the sender. The local time
* used to timestamp the PPS pulse must be generated by the same clock which is
* used to timestamp the IMU/wheel sensor data and should follow the same roll-over
* rules (i.e. it should roll over to zero after 604800 seconds). A separate
* MSG_PPS_TIME message should be sent for each source of sensor data which uses
* rules (i.e. it should roll over to zero after 604800 seconds). A separate
* MSG_PPS_TIME message should be sent for each source of sensor data which uses
* local timestamping. The sender ID for each of these MSG_PPS_TIME messages
* should match the sender ID of the respective sensor data.
*
Expand Down
2 changes: 1 addition & 1 deletion jsonschema/MsgPpsTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "#MsgPpsTime",
"title":"MsgPpsTime",
"description":"The PPS time message contains the value of the sender's local time in microseconds at the moment a pulse is detected on the PPS input. This is to be used for synchronisation of sensor data sampled with a local timestamp (e.g. IMU or wheeltick messages) where GNSS time is unknown to the sender.,\n,\nThe local time used to timestamp the PPS pulse must be generated by the same clock which is used to timestamp the IMU/wheel sensor data and should follow the same roll-over rules (i.e. it should roll over to zero after 604800 seconds). A separate MSG_PPS_TIME message should be sent for each source of sensor data which uses local timestamping. The sender ID for each of these MSG_PPS_TIME messages should match the sender ID of the respective sensor data.\n",
"description":"The PPS time message contains the value of the sender's local time in microseconds at the moment a pulse is detected on the PPS input. This is to be used for synchronisation of sensor data sampled with a local timestamp (e.g. IMU or wheeltick messages) where GNSS time is unknown to the sender.,\n,\nThe local time used to timestamp the PPS pulse must be generated by the same clock which is used to timestamp the IMU/wheel sensor data and should follow the same roll-over rules (i.e. it should roll over to zero after 604800 seconds). A separate MSG_PPS_TIME message should be sent for each source of sensor data which uses local timestamping. The sender ID for each of these MSG_PPS_TIME messages should match the sender ID of the respective sensor data.\n",
"type": "object",
"properties": {
"time": {"type": "integer"},
Expand Down
4 changes: 2 additions & 2 deletions proto/system.proto
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ message MsgGnssTimeOffset {
*
* The local time used to timestamp the PPS pulse must be generated by the
* same clock which is used to timestamp the IMU/wheel sensor data and should
* follow the same roll-over rules (i.e. it should roll over to zero after
* 604800 seconds). A separate MSG_PPS_TIME message should be sent for each
* follow the same roll-over rules (i.e. it should roll over to zero after
* 604800 seconds). A separate MSG_PPS_TIME message should be sent for each
* source of sensor data which uses local timestamping. The sender ID for
* each of these MSG_PPS_TIME messages should match the sender ID of the
* respective sensor data.
Expand Down
4 changes: 2 additions & 2 deletions python/sbp/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -1224,8 +1224,8 @@ class MsgPpsTime(SBP):
The local time used to timestamp the PPS pulse must be generated by the same
clock which is used to timestamp the IMU/wheel sensor data and should follow
the same roll-over rules (i.e. it should roll over to zero after 604800
seconds). A separate MSG_PPS_TIME message should be sent for each source of
the same roll-over rules (i.e. it should roll over to zero after 604800
seconds). A separate MSG_PPS_TIME message should be sent for each source of
sensor data which uses local timestamping. The sender ID for each of these
MSG_PPS_TIME messages should match the sender ID of the respective sensor
data.
Expand Down
4 changes: 2 additions & 2 deletions rust/sbp/src/messages/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1850,8 +1850,8 @@ pub mod msg_pps_time {
///
/// The local time used to timestamp the PPS pulse must be generated by the
/// same clock which is used to timestamp the IMU/wheel sensor data and should
/// follow the same roll-over rules (i.e. it should roll over to zero after
/// 604800 seconds). A separate MSG_PPS_TIME message should be sent for each
/// follow the same roll-over rules (i.e. it should roll over to zero after
/// 604800 seconds). A separate MSG_PPS_TIME message should be sent for each
/// source of sensor data which uses local timestamping. The sender ID for
/// each of these MSG_PPS_TIME messages should match the sender ID of the
/// respective sensor data.
Expand Down
4 changes: 2 additions & 2 deletions sbpjson/elm/SbpJson.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2419,8 +2419,8 @@ time is unknown to the sender.,
,
The local time used to timestamp the PPS pulse must be generated by the same clock which
is used to timestamp the IMU/wheel sensor data and should follow the same roll-over rules
(i.e. it should roll over to zero after 604800 seconds). A separate MSG_PPS_TIME message
should be sent for each source of sensor data which uses local timestamping. The sender
(i.e. it should roll over to zero after 604800 seconds). A separate MSG_PPS_TIME message
should be sent for each source of sensor data which uses local timestamping. The sender
ID for each of these MSG_PPS_TIME messages should match the sender ID of the respective
sensor data.
-}
Expand Down
4 changes: 2 additions & 2 deletions sbpjson/typescript/SbpJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1997,8 +1997,8 @@ export interface MsgPoseRelative {
* ,
* The local time used to timestamp the PPS pulse must be generated by the same clock which
* is used to timestamp the IMU/wheel sensor data and should follow the same roll-over rules
* (i.e. it should roll over to zero after 604800 seconds). A separate MSG_PPS_TIME message
* should be sent for each source of sensor data which uses local timestamping. The sender
* (i.e. it should roll over to zero after 604800 seconds). A separate MSG_PPS_TIME message
* should be sent for each source of sensor data which uses local timestamping. The sender
* ID for each of these MSG_PPS_TIME messages should match the sender ID of the respective
* sensor data.
*/
Expand Down
4 changes: 2 additions & 2 deletions spec/yaml/swiftnav/sbp/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ definitions:
The local time used to timestamp the PPS pulse must be generated by the
same clock which is used to timestamp the IMU/wheel sensor data and
should follow the same roll-over rules (i.e. it should roll over to zero
after 604800 seconds). A separate MSG_PPS_TIME message should be sent
should follow the same roll-over rules (i.e. it should roll over to zero
after 604800 seconds). A separate MSG_PPS_TIME message should be sent
for each source of sensor data which uses local timestamping. The sender
ID for each of these MSG_PPS_TIME messages should match the sender ID of
the respective sensor data.
Expand Down

0 comments on commit 5aca386

Please sign in to comment.