0cd3f387 by Skip Hines

ILP-51 : Fixed some GNSS names and comments.

1 parent 7e0ff418
......@@ -18,8 +18,7 @@
<enum name="Constellation" type="uint8" default="unspecified">
<comment>
Specifies the specific GNSS constellation. These are oreable values to
be used as flags.
GNSS constellation types.
</comment>
<literal name="unspecified" value="0x00"/>
<literal name="GPS" value="0x01"/>
......@@ -31,7 +30,7 @@
<literal name="RTLS_FLAG" value="0x40"/>
</enum>
<enum name="AssistanceData" type="uint8" default="unspecified">
<enum name="AssistanceType" type="uint8" default="unspecified">
<comment>
Enumeration literals defining the types of assistance data supported.
</comment>
......
......@@ -41,15 +41,15 @@
</elem>
<elem name="minId" multiplicity="0..1" type ="uint8" default="0">
<comment>
Specifies the minimum satellite ID to return constellation data.
Specifies the minimum satellite ID to return constellation data for.
</comment>
</elem>
<elem name="maxId" multiplicity="0..1" type ="uint8" default="255">
<comment>
Specifies the maximum satellite ID to return constellation data.
Specifies the maximum satellite ID to return constellation data for.
</comment>
</elem>
<elem name="AssistData" multiplicity="1..*" type ="HPE.Gnss.AssistanceData">
<elem name="type" multiplicity="1..*" type ="HPE.Gnss.AssistanceDataType">
<comment>
Specifies the types of constellation assistance data to return.
</comment>
......@@ -66,15 +66,15 @@
<elem name="encoding" multiplicity="0..1" type="EncodingFormat" default="0">
<comment>
ConstellationData encoding format for the response. This field is carried into
GetAssistanceData_output.encCon and GetGnssAlmanacs_output.conData will be encoded
GnssDataOutput.encoding and GnssDataOutput.conData will be encoded
in this format. If not specified the "native" format of the protocol is used.
</comment>
</elem>
<elem name="location" multiplicity="0..1" type="Shape" polymorphic="true">
<comment>
Optional specification of the location to compute assistance data. If not specified
all available asistance data will be provided.
Optional specification of the location to compute assistance data.
If not specified, asistance data will not be filtered.
</comment>
</elem>
......@@ -86,7 +86,7 @@
<tag name="unit" value="degrees"/>
</elem>
<elem name="Request" multiplicity="1..*" type="RequestSpec">
<elem name="request" multiplicity="1..*" type="RequestSpec">
<comment>Specifies the requested data. One specification is required, multiple can be processed simultaneously.</comment>
</elem>
</struct>
......@@ -103,7 +103,7 @@
</comment>
</elem>
<elem name="assistdata" multiplicity="0..*" type ="HPE.Gnss.ConstellationData" encoding="encoding">
<elem name="constellationData" multiplicity="0..*" type ="HPE.Gnss.ConstellationData" encoding="encoding">
<comment>
The list of ConstellationData encoded in the format specified by encoding.
</comment>
......
......@@ -415,8 +415,8 @@ Ord.ILP.CalculateOutput.dynamics=81
Ord.ILP.CalculateOutput.rankEstimate=82
Ord.ILP.CalculateOutput.status=83
Ord.ILP.CalculateOutput.uuidSession=80
Ord.ILP.GnssDataInput.Request=84
Ord.ILP.GnssDataInput.RequestSpec.AssistData=68
Ord.ILP.GnssDataInput.request=84
Ord.ILP.GnssDataInput.RequestSpec.type=68
Ord.ILP.GnssDataInput.RequestSpec.constellation=64
Ord.ILP.GnssDataInput.RequestSpec.directive=65
Ord.ILP.GnssDataInput.RequestSpec.maxId=67
......@@ -425,7 +425,7 @@ Ord.ILP.GnssDataInput.elmask=83
Ord.ILP.GnssDataInput.encoding=81
Ord.ILP.GnssDataInput.epoch=80
Ord.ILP.GnssDataInput.location=82
Ord.ILP.GnssDataOutput.assistdata=81
Ord.ILP.GnssDataOutput.constellationData=81
Ord.ILP.GnssDataOutput.encoding=80
Ord.ILP.PositionInfo.encObs=88
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!