Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xid
/
specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3e376a86
authored
2018-04-03 19:38:41 -0700
by
Pavan Sabbineni
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ILP-515: Changed enum defaults from literals to enum values
1 parent
debd4a9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
HPE/V1.2/HpeCore.xid.xml
ILP/V1.2/IlpPositioningApi.xid.xml
HPE/V1.2/HpeCore.xid.xml
View file @
3e376a8
...
...
@@ -238,7 +238,7 @@
</comment>
<elem
name=
"state"
type=
"StateVector"
multiplicity=
"1"
/>
<elem
name=
"covariance"
type=
"CovarianceMatrix"
multiplicity=
"1"
/>
<elem
name=
"referenceframe"
type=
"ReferenceFrame"
multiplicity=
"1"
default=
"
ReferenceFrame::
WGS84"
/>
<elem
name=
"referenceframe"
type=
"ReferenceFrame"
multiplicity=
"1"
default=
"WGS84"
/>
</struct>
<struct
name=
"Point2D"
type=
"Shape"
rttkey=
"HPE.ShapeType.Point2D"
>
...
...
@@ -560,7 +560,7 @@
<comment>
Azimuth heading of the device in degrees (true North)
</comment>
</elem>
<elem
name=
"source"
type=
"StateSource"
multiplicity=
"0..1"
default=
"
0
"
>
<elem
name=
"source"
type=
"StateSource"
multiplicity=
"0..1"
default=
"
undefined
"
>
<comment>
Source field defines the source of the state information. If not specified, value is undefined. Defining the source of the state information
assists the calculation processing by characterizing the nature of the position data relative to associated observations.
</comment>
...
...
ILP/V1.2/IlpPositioningApi.xid.xml
View file @
3e376a8
...
...
@@ -63,7 +63,7 @@
</elem>
-->
<elem
name=
"rankEstimate"
multiplicity=
"0..1"
type=
"EstimateRanking"
default=
"
3
"
>
<elem
name=
"rankEstimate"
multiplicity=
"0..1"
type=
"EstimateRanking"
default=
"
calcorder
"
>
<comment>
Specifies the sort order of the estimates produced by the hybrid calculation.\n
If not defined, the default value is to sort estimates based on calculation order (0).
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment