532a6da0 by robert.drake

ILP83-Modified Arc shape definitions so that they will all use direction rather …

…than offset, for consistency.
1 parent 29ec9747
...@@ -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 &lt;= offset &lt; 360 298 0 &lt;= direction &lt; 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 &lt; opening &lt;= 360. 304 0 &lt; opening &lt;= 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 &lt;= offset &lt; 360 340 0 &lt;= direction &lt; 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 &lt; opening &lt;= 360. 346 0 &lt; opening &lt;= 360.
349 </comment> 347 </comment>
350 </elem> 348 </elem>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!