From cb053342dc139b86c8ab5dfd3b574d7522c86535 Mon Sep 17 00:00:00 2001 From: "Khrystyna Dubovyk (GitHub)" Date: Thu, 8 Nov 2018 17:16:10 +0200 Subject: [PATCH 1/4] add 'shifted' param to GPSData struct --- docs/Common/Structs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Common/Structs/index.md b/docs/Common/Structs/index.md index 0167493a9..7ff8687fb 100644 --- a/docs/Common/Structs/index.md +++ b/docs/Common/Structs/index.md @@ -206,6 +206,7 @@ |altitude|Float|false|minvalue: -10000
maxvalue: 10000|| |heading|Float|false|minvalue: 0
maxvalue: 359.99|| |speed|Float|false|minvalue: 0
maxvalue: 500|| +|shifted|Boolean|false||True, if GPS lat/long, time, and altitude have been purposefully shifted (requires a proprietary algorithm to unshift).
False, if the GPS data is raw and un-shifted.
If not provided, then value is assumed False| ### SingleTireStatus From b1b79d6f3fa7cf6752e2f6d10762c3280dba59b5 Mon Sep 17 00:00:00 2001 From: k-dubovy Date: Tue, 9 Apr 2019 16:38:43 +0300 Subject: [PATCH 2/4] add info to Additional section of SiSData struct, stationLocation param --- docs/Common/Structs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Common/Structs/index.md b/docs/Common/Structs/index.md index 7ff8687fb..0c1615602 100644 --- a/docs/Common/Structs/index.md +++ b/docs/Common/Structs/index.md @@ -539,7 +539,7 @@ |stationShortName|String|false|minlength="4"
maxlength="7"|Identifies the 4-alpha-character station call sign plus an optional (-FM) extension| |stationIDNumber|Common.StationIDNumber|false||Used for network Application. Consists of Country Code and FCC Facility ID.| |stationLongName|String|false|minlength="0"
maxlength="56"|Identifies the station call sign or other identifying information in the long format.| -|stationLocation|Common.GPSData|false||Provides the 3-dimensional geographic station location.| +|stationLocation|Common.GPSData|false|HMI should not include `shifted` param providing SiSData with `stationLocation` param|Provides the 3-dimensional geographic station location.| |stationMessage|String|false|minlength="0"
maxlength="56"|May be used to convey textual information of general interest to the consumer such as weather forecasts or public service announcements.
Includes a high priority delivery feature to convey emergencies that may be in the listening area.| ### ClimateControlData From 8a0f78c8518ed06b369b439da0497fac1e2df920 Mon Sep 17 00:00:00 2001 From: k-dubovy Date: Tue, 9 Apr 2019 18:11:50 +0300 Subject: [PATCH 3/4] upd note with longitudeDegrees, latitudeDegrees, altitude params --- docs/Common/Structs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Common/Structs/index.md b/docs/Common/Structs/index.md index 0c1615602..3171d98de 100644 --- a/docs/Common/Structs/index.md +++ b/docs/Common/Structs/index.md @@ -539,7 +539,7 @@ |stationShortName|String|false|minlength="4"
maxlength="7"|Identifies the 4-alpha-character station call sign plus an optional (-FM) extension| |stationIDNumber|Common.StationIDNumber|false||Used for network Application. Consists of Country Code and FCC Facility ID.| |stationLongName|String|false|minlength="0"
maxlength="56"|Identifies the station call sign or other identifying information in the long format.| -|stationLocation|Common.GPSData|false|HMI should not include `shifted` param providing SiSData with `stationLocation` param|Provides the 3-dimensional geographic station location.| +|stationLocation|Common.GPSData|false|HMI should include only `longitudeDegrees`, `latitudeDegrees`, `altitude` params providing SiSData with `stationLocation` param|Provides the 3-dimensional geographic station location.| |stationMessage|String|false|minlength="0"
maxlength="56"|May be used to convey textual information of general interest to the consumer such as weather forecasts or public service announcements.
Includes a high priority delivery feature to convey emergencies that may be in the listening area.| ### ClimateControlData From 88a435130be3c9afcb4c990e7606b47e6fed2fbd Mon Sep 17 00:00:00 2001 From: "Khrystyna Dubovyk (GitHub)" Date: Thu, 6 Jun 2019 16:30:39 +0300 Subject: [PATCH 4/4] replace info to `stationLocation` param to Description column --- docs/Common/Structs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Common/Structs/index.md b/docs/Common/Structs/index.md index 3171d98de..0a345ea9e 100644 --- a/docs/Common/Structs/index.md +++ b/docs/Common/Structs/index.md @@ -539,7 +539,7 @@ |stationShortName|String|false|minlength="4"
maxlength="7"|Identifies the 4-alpha-character station call sign plus an optional (-FM) extension| |stationIDNumber|Common.StationIDNumber|false||Used for network Application. Consists of Country Code and FCC Facility ID.| |stationLongName|String|false|minlength="0"
maxlength="56"|Identifies the station call sign or other identifying information in the long format.| -|stationLocation|Common.GPSData|false|HMI should include only `longitudeDegrees`, `latitudeDegrees`, `altitude` params providing SiSData with `stationLocation` param|Provides the 3-dimensional geographic station location.| +|stationLocation|Common.GPSData|false||Provides the 3-dimensional geographic station location.
HMI should include only `longitudeDegrees`, `latitudeDegrees`, `altitude` params providing SiSData| |stationMessage|String|false|minlength="0"
maxlength="56"|May be used to convey textual information of general interest to the consumer such as weather forecasts or public service announcements.
Includes a high priority delivery feature to convey emergencies that may be in the listening area.| ### ClimateControlData @@ -999,4 +999,4 @@ There are no defined parameters for this struct. |nextInstructionETA|Common.DateTime|false||| |nextInstructionDistance|Float|false||The distance to this instruction from current location. This should only be updated ever .1 unit of distance. For more accuracy the consumer can use the GPS location of itself and the next instruction| |nextInstructionDistanceScale|Float|false||Distance till next maneuver (starting from) from previous maneuver| -|prompt|String|false||This is a prompt message that should be conveyed to the user through either display or voice (TTS). This param will change often as it should represent the following: approaching instruction, post instruction, alerts that affect the current navigation session, etc| \ No newline at end of file +|prompt|String|false||This is a prompt message that should be conveyed to the user through either display or voice (TTS). This param will change often as it should represent the following: approaching instruction, post instruction, alerts that affect the current navigation session, etc|