0cd3f387 by Skip Hines

ILP-51 : Fixed some GNSS names and comments.

1 parent 7e0ff418
...@@ -18,8 +18,7 @@ ...@@ -18,8 +18,7 @@
18 18
19 <enum name="Constellation" type="uint8" default="unspecified"> 19 <enum name="Constellation" type="uint8" default="unspecified">
20 <comment> 20 <comment>
21 Specifies the specific GNSS constellation. These are oreable values to 21 GNSS constellation types.
22 be used as flags.
23 </comment> 22 </comment>
24 <literal name="unspecified" value="0x00"/> 23 <literal name="unspecified" value="0x00"/>
25 <literal name="GPS" value="0x01"/> 24 <literal name="GPS" value="0x01"/>
...@@ -31,7 +30,7 @@ ...@@ -31,7 +30,7 @@
31 <literal name="RTLS_FLAG" value="0x40"/> 30 <literal name="RTLS_FLAG" value="0x40"/>
32 </enum> 31 </enum>
33 32
34 <enum name="AssistanceData" type="uint8" default="unspecified"> 33 <enum name="AssistanceType" type="uint8" default="unspecified">
35 <comment> 34 <comment>
36 Enumeration literals defining the types of assistance data supported. 35 Enumeration literals defining the types of assistance data supported.
37 </comment> 36 </comment>
......
...@@ -41,15 +41,15 @@ ...@@ -41,15 +41,15 @@
41 </elem> 41 </elem>
42 <elem name="minId" multiplicity="0..1" type ="uint8" default="0"> 42 <elem name="minId" multiplicity="0..1" type ="uint8" default="0">
43 <comment> 43 <comment>
44 Specifies the minimum satellite ID to return constellation data. 44 Specifies the minimum satellite ID to return constellation data for.
45 </comment> 45 </comment>
46 </elem> 46 </elem>
47 <elem name="maxId" multiplicity="0..1" type ="uint8" default="255"> 47 <elem name="maxId" multiplicity="0..1" type ="uint8" default="255">
48 <comment> 48 <comment>
49 Specifies the maximum satellite ID to return constellation data. 49 Specifies the maximum satellite ID to return constellation data for.
50 </comment> 50 </comment>
51 </elem> 51 </elem>
52 <elem name="AssistData" multiplicity="1..*" type ="HPE.Gnss.AssistanceData"> 52 <elem name="type" multiplicity="1..*" type ="HPE.Gnss.AssistanceDataType">
53 <comment> 53 <comment>
54 Specifies the types of constellation assistance data to return. 54 Specifies the types of constellation assistance data to return.
55 </comment> 55 </comment>
...@@ -66,15 +66,15 @@ ...@@ -66,15 +66,15 @@
66 <elem name="encoding" multiplicity="0..1" type="EncodingFormat" default="0"> 66 <elem name="encoding" multiplicity="0..1" type="EncodingFormat" default="0">
67 <comment> 67 <comment>
68 ConstellationData encoding format for the response. This field is carried into 68 ConstellationData encoding format for the response. This field is carried into
69 GetAssistanceData_output.encCon and GetGnssAlmanacs_output.conData will be encoded 69 GnssDataOutput.encoding and GnssDataOutput.conData will be encoded
70 in this format. If not specified the "native" format of the protocol is used. 70 in this format. If not specified the "native" format of the protocol is used.
71 </comment> 71 </comment>
72 </elem> 72 </elem>
73 73
74 <elem name="location" multiplicity="0..1" type="Shape" polymorphic="true"> 74 <elem name="location" multiplicity="0..1" type="Shape" polymorphic="true">
75 <comment> 75 <comment>
76 Optional specification of the location to compute assistance data. If not specified 76 Optional specification of the location to compute assistance data.
77 all available asistance data will be provided. 77 If not specified, asistance data will not be filtered.
78 </comment> 78 </comment>
79 </elem> 79 </elem>
80 80
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
86 <tag name="unit" value="degrees"/> 86 <tag name="unit" value="degrees"/>
87 </elem> 87 </elem>
88 88
89 <elem name="Request" multiplicity="1..*" type="RequestSpec"> 89 <elem name="request" multiplicity="1..*" type="RequestSpec">
90 <comment>Specifies the requested data. One specification is required, multiple can be processed simultaneously.</comment> 90 <comment>Specifies the requested data. One specification is required, multiple can be processed simultaneously.</comment>
91 </elem> 91 </elem>
92 </struct> 92 </struct>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
103 </comment> 103 </comment>
104 </elem> 104 </elem>
105 105
106 <elem name="assistdata" multiplicity="0..*" type ="HPE.Gnss.ConstellationData" encoding="encoding"> 106 <elem name="constellationData" multiplicity="0..*" type ="HPE.Gnss.ConstellationData" encoding="encoding">
107 <comment> 107 <comment>
108 The list of ConstellationData encoded in the format specified by encoding. 108 The list of ConstellationData encoded in the format specified by encoding.
109 </comment> 109 </comment>
......
...@@ -415,8 +415,8 @@ Ord.ILP.CalculateOutput.dynamics=81 ...@@ -415,8 +415,8 @@ Ord.ILP.CalculateOutput.dynamics=81
415 Ord.ILP.CalculateOutput.rankEstimate=82 415 Ord.ILP.CalculateOutput.rankEstimate=82
416 Ord.ILP.CalculateOutput.status=83 416 Ord.ILP.CalculateOutput.status=83
417 Ord.ILP.CalculateOutput.uuidSession=80 417 Ord.ILP.CalculateOutput.uuidSession=80
418 Ord.ILP.GnssDataInput.Request=84 418 Ord.ILP.GnssDataInput.request=84
419 Ord.ILP.GnssDataInput.RequestSpec.AssistData=68 419 Ord.ILP.GnssDataInput.RequestSpec.type=68
420 Ord.ILP.GnssDataInput.RequestSpec.constellation=64 420 Ord.ILP.GnssDataInput.RequestSpec.constellation=64
421 Ord.ILP.GnssDataInput.RequestSpec.directive=65 421 Ord.ILP.GnssDataInput.RequestSpec.directive=65
422 Ord.ILP.GnssDataInput.RequestSpec.maxId=67 422 Ord.ILP.GnssDataInput.RequestSpec.maxId=67
...@@ -425,7 +425,7 @@ Ord.ILP.GnssDataInput.elmask=83 ...@@ -425,7 +425,7 @@ Ord.ILP.GnssDataInput.elmask=83
425 Ord.ILP.GnssDataInput.encoding=81 425 Ord.ILP.GnssDataInput.encoding=81
426 Ord.ILP.GnssDataInput.epoch=80 426 Ord.ILP.GnssDataInput.epoch=80
427 Ord.ILP.GnssDataInput.location=82 427 Ord.ILP.GnssDataInput.location=82
428 Ord.ILP.GnssDataOutput.assistdata=81 428 Ord.ILP.GnssDataOutput.constellationData=81
429 Ord.ILP.GnssDataOutput.encoding=80 429 Ord.ILP.GnssDataOutput.encoding=80
430 Ord.ILP.PositionInfo.encObs=88 430 Ord.ILP.PositionInfo.encObs=88
431 Ord.ILP.PositionInfo.observations=89 431 Ord.ILP.PositionInfo.observations=89
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!