ILP-515: Changed enum defaults from literals to enum values
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -238,7 +238,7 @@ | ... | @@ -238,7 +238,7 @@ |
238 | </comment> | 238 | </comment> |
239 | <elem name="state" type="StateVector" multiplicity="1"/> | 239 | <elem name="state" type="StateVector" multiplicity="1"/> |
240 | <elem name="covariance" type="CovarianceMatrix" multiplicity="1"/> | 240 | <elem name="covariance" type="CovarianceMatrix" multiplicity="1"/> |
241 | <elem name="referenceframe" type="ReferenceFrame" multiplicity="1" default="ReferenceFrame::WGS84"/> | 241 | <elem name="referenceframe" type="ReferenceFrame" multiplicity="1" default="WGS84"/> |
242 | </struct> | 242 | </struct> |
243 | 243 | ||
244 | <struct name="Point2D" type="Shape" rttkey="HPE.ShapeType.Point2D"> | 244 | <struct name="Point2D" type="Shape" rttkey="HPE.ShapeType.Point2D"> |
... | @@ -560,7 +560,7 @@ | ... | @@ -560,7 +560,7 @@ |
560 | <comment>Azimuth heading of the device in degrees (true North)</comment> | 560 | <comment>Azimuth heading of the device in degrees (true North)</comment> |
561 | </elem> | 561 | </elem> |
562 | 562 | ||
563 | <elem name="source" type="StateSource" multiplicity="0..1" default="0"> | 563 | <elem name="source" type="StateSource" multiplicity="0..1" default="undefined"> |
564 | <comment>Source field defines the source of the state information. If not specified, value is undefined. Defining the source of the state information | 564 | <comment>Source field defines the source of the state information. If not specified, value is undefined. Defining the source of the state information |
565 | assists the calculation processing by characterizing the nature of the position data relative to associated observations. | 565 | assists the calculation processing by characterizing the nature of the position data relative to associated observations. |
566 | </comment> | 566 | </comment> | ... | ... |
... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
63 | </elem> | 63 | </elem> |
64 | --> | 64 | --> |
65 | 65 | ||
66 | <elem name="rankEstimate" multiplicity="0..1" type="EstimateRanking" default="3"> | 66 | <elem name="rankEstimate" multiplicity="0..1" type="EstimateRanking" default="calcorder"> |
67 | <comment> | 67 | <comment> |
68 | Specifies the sort order of the estimates produced by the hybrid calculation.\n | 68 | Specifies the sort order of the estimates produced by the hybrid calculation.\n |
69 | If not defined, the default value is to sort estimates based on calculation order (0). | 69 | If not defined, the default value is to sort estimates based on calculation order (0). | ... | ... |
-
Please register or sign in to post a comment