ILP83-Modified Arc shape definitions so that they will all use direction rather …
…than offset, for consistency.
Showing
1 changed file
with
8 additions
and
10 deletions
... | @@ -291,17 +291,16 @@ | ... | @@ -291,17 +291,16 @@ |
291 | <tag name="unit" value="meters"/> | 291 | <tag name="unit" value="meters"/> |
292 | <comment>inner horizontal radius</comment> | 292 | <comment>inner horizontal radius</comment> |
293 | </elem> | 293 | </elem> |
294 | <elem name="offset" type="float32" multiplicity="1"> | 294 | <elem name="direction" type="float32" multiplicity="1"> |
295 | <tag name="unit" value="degrees"/> | 295 | <tag name="unit" value="degrees"/> |
296 | <comment> | 296 | <comment> |
297 | Angle between north and start of arc.\n | 297 | Angle from north to center of arc.\n |
298 | 0 <= offset < 360 | 298 | 0 <= direction < 360 |
299 | </comment> | 299 | </comment> |
300 | </elem> | ||
301 | <elem name="opening" type="float32" multiplicity="1"> | 300 | <elem name="opening" type="float32" multiplicity="1"> |
302 | <tag name="unit" value="degrees"/> | 301 | <tag name="unit" value="degrees"/> |
303 | <comment> | 302 | <comment> |
304 | Delta angle from offset to end of arc.\n | 303 | Horizontal coverage angle of the antenna face; half on either side of direction.\n |
305 | 0 < opening <= 360. | 304 | 0 < opening <= 360. |
306 | </comment> | 305 | </comment> |
307 | </elem> | 306 | </elem> |
... | @@ -334,17 +333,16 @@ | ... | @@ -334,17 +333,16 @@ |
334 | </comment> | 333 | </comment> |
335 | </elem> | 334 | </elem> |
336 | 335 | ||
337 | <elem name="offset" type="float32" multiplicity="1"> | 336 | <elem name="direction" type="float32" multiplicity="1"> |
338 | <tag name="unit" value="degrees"/> | 337 | <tag name="unit" value="degrees"/> |
339 | <comment> | 338 | <comment> |
340 | Angle between north and start of arc.\n | 339 | Angle from north to center of arc.\n |
341 | 0 <= offset < 360 | 340 | 0 <= direction < 360 |
342 | </comment> | 341 | </comment> |
343 | </elem> | ||
344 | <elem name="opening" type="float32" multiplicity="1"> | 342 | <elem name="opening" type="float32" multiplicity="1"> |
345 | <tag name="unit" value="degrees"/> | 343 | <tag name="unit" value="degrees"/> |
346 | <comment> | 344 | <comment> |
347 | delta angle from offset to end of arc.\n | 345 | Horizontal coverage angle of the antenna face; half on either side of direction.\n |
348 | 0 < opening <= 360. | 346 | 0 < opening <= 360. |
349 | </comment> | 347 | </comment> |
350 | </elem> | 348 | </elem> | ... | ... |
-
Please register or sign in to post a comment