ILP-53 : Commented out Dynamics until implemented. ILPS CalculateInput removed …
…uuidSession, durSesstion and dynamics. ILPS CalculateOutput removed dynamics and rankeEstimate
Showing
2 changed files
with
26 additions
and
10 deletions
... | @@ -32,7 +32,9 @@ | ... | @@ -32,7 +32,9 @@ |
32 | </enum> | 32 | </enum> |
33 | 33 | ||
34 | 34 | ||
35 | <enum name="DynamicsProfile" type="Tensor.int8" default="undefined"> | 35 | <!-- |
36 | Will resurrect when Dynamics are implemented | ||
37 | <enum name="DynamicsProfile" type="Tensor.uint8" default="undefined"> | ||
36 | <literal name="undefined" value="0"/> | 38 | <literal name="undefined" value="0"/> |
37 | <literal name="stationary" value="1" /> | 39 | <literal name="stationary" value="1" /> |
38 | <literal name="spacecraft" value="2" /> | 40 | <literal name="spacecraft" value="2" /> |
... | @@ -45,6 +47,7 @@ | ... | @@ -45,6 +47,7 @@ |
45 | <literal name="pedestrian_jogging" value="9" /> | 47 | <literal name="pedestrian_jogging" value="9" /> |
46 | <literal name="pedestrian_walking" value="10" /> | 48 | <literal name="pedestrian_walking" value="10" /> |
47 | </enum> | 49 | </enum> |
50 | --> | ||
48 | 51 | ||
49 | <enum name="EstimateRanking" type="Tensor.int8" default="calcorder"> | 52 | <enum name="EstimateRanking" type="Tensor.int8" default="calcorder"> |
50 | <literal name="undefined" value="0"/> | 53 | <literal name="undefined" value="0"/> |
... | @@ -135,9 +138,9 @@ | ... | @@ -135,9 +138,9 @@ |
135 | <comment>Bass type for time based observation data</comment> | 138 | <comment>Bass type for time based observation data</comment> |
136 | <elem name="epoch" type="datetime" multiplicity="1"> | 139 | <elem name="epoch" type="datetime" multiplicity="1"> |
137 | <comment> | 140 | <comment> |
138 | Date the observation was attained. For GPS observatios (GPS_CODEPHASE_8, GPS_CODEPHASE_MIN6, GPS_CODEPHASE_MIN8, GNSS_PSEUDORANGE), | 141 | Datetime the observation was attained.\n |
139 | the epoch time has to have at least millisecond resolution. Fraction of a second epoch error can cause hundreds of meters of error | 142 | For GPS observatios (GPS_CODEPHASE_8, GPS_CODEPHASE_MIN6, GPS_CODEPHASE_MIN8, GNSS_PSEUDORANGE), |
140 | in position. | 143 | the epoch time has to have at least millisecond resolution. Fractions of a second epoch error can cause hundreds of meters of error in position. |
141 | </comment> | 144 | </comment> |
142 | </elem> | 145 | </elem> |
143 | </struct> | 146 | </struct> | ... | ... |
... | @@ -29,6 +29,9 @@ | ... | @@ -29,6 +29,9 @@ |
29 | <struct name="CalculateInput" type ="InputBase"> | 29 | <struct name="CalculateInput" type ="InputBase"> |
30 | <comment>ILP.Positioning.Calculate input data structure.</comment> | 30 | <comment>ILP.Positioning.Calculate input data structure.</comment> |
31 | 31 | ||
32 | <!-- | ||
33 | these will be resurrected when Session storage is implemented. | ||
34 | |||
32 | <elem name="uuidSession" multiplicity="0..1" type="UUID"> | 35 | <elem name="uuidSession" multiplicity="0..1" type="UUID"> |
33 | <comment> | 36 | <comment> |
34 | Optional session identifier. See CreateSession for creating valid | 37 | Optional session identifier. See CreateSession for creating valid |
... | @@ -46,6 +49,10 @@ | ... | @@ -46,6 +49,10 @@ |
46 | is complete. | 49 | is complete. |
47 | </comment> | 50 | </comment> |
48 | </elem> | 51 | </elem> |
52 | --> | ||
53 | |||
54 | <!-- | ||
55 | This will be resurrected when Dynamics are implemented | ||
49 | 56 | ||
50 | <elem name="dynamics" multiplicity="0..1" type="DynamicsProfile" default="0"> | 57 | <elem name="dynamics" multiplicity="0..1" type="DynamicsProfile" default="0"> |
51 | <comment> | 58 | <comment> |
... | @@ -54,11 +61,12 @@ | ... | @@ -54,11 +61,12 @@ |
54 | of motion. If session is specified, this value will be overridden. | 61 | of motion. If session is specified, this value will be overridden. |
55 | </comment> | 62 | </comment> |
56 | </elem> | 63 | </elem> |
64 | --> | ||
57 | 65 | ||
58 | <elem name="rankEstimate" multiplicity="0..1" type="EstimateRanking" default="3"> | 66 | <elem name="rankEstimate" multiplicity="0..1" type="EstimateRanking" default="3"> |
59 | <comment> | 67 | <comment> |
60 | Specifies the sort order of the estimates produced by the hybrid calculation. If not defined, the default value is to sort estimates | 68 | Specifies the sort order of the estimates produced by the hybrid calculation.\n |
61 | based on calculation order (0). | 69 | If not defined, the default value is to sort estimates based on calculation order (0). |
62 | </comment> | 70 | </comment> |
63 | </elem> | 71 | </elem> |
64 | 72 | ||
... | @@ -133,23 +141,28 @@ If not specified, the set defaults to: Spheroid, Circle. | ... | @@ -133,23 +141,28 @@ If not specified, the set defaults to: Spheroid, Circle. |
133 | 141 | ||
134 | <elem name="uuidSession" multiplicity="1" type="UUID"> | 142 | <elem name="uuidSession" multiplicity="1" type="UUID"> |
135 | <comment> | 143 | <comment> |
136 | Session identifier. This is the Identifier processed session used to process the | 144 | Session identifier.\n |
137 | calculate transaction. If session, was not previously created by CreateSession, then | 145 | This is the identifier processed session used to process the |
138 | the session will not be available for future use. | 146 | calculate transaction. |
139 | </comment> | 147 | </comment> |
140 | </elem> | 148 | </elem> |
141 | 149 | ||
150 | <!-- | ||
151 | May get resurrected when Dynamics are implemented. | ||
142 | <elem name="dynamics" multiplicity="1" type="DynamicsProfile"> | 152 | <elem name="dynamics" multiplicity="1" type="DynamicsProfile"> |
143 | <comment> | 153 | <comment> |
144 | Specifies the dymnamics of the device providing the data. | 154 | Specifies the dymnamics of the device providing the data. |
145 | </comment> | 155 | </comment> |
146 | </elem> | 156 | </elem> |
147 | 157 | --> | |
158 | <!-- | ||
159 | Client should remember their requested rankEstimate | ||
148 | <elem name="rankEstimate" multiplicity="1" type="EstimateRanking"> | 160 | <elem name="rankEstimate" multiplicity="1" type="EstimateRanking"> |
149 | <comment> | 161 | <comment> |
150 | Specifies the sort order of the estimates produced by the hybrid calculation. | 162 | Specifies the sort order of the estimates produced by the hybrid calculation. |
151 | </comment> | 163 | </comment> |
152 | </elem> | 164 | </elem> |
165 | --> | ||
153 | 166 | ||
154 | <elem name="status" multiplicity="1" type="CalculateStatus"> | 167 | <elem name="status" multiplicity="1" type="CalculateStatus"> |
155 | <comment> | 168 | <comment> | ... | ... |
-
Please register or sign in to post a comment