Cat 10, frn 5. ^ character is miising from the decription
A viewer for Eurocontrol Asterix files
Status: Beta
Brought to you by:
volker-p
This is only a small issue, but please fix it:)
The power character is missing:
<dataitem id="I010/041" frn="5" format="fixed" length="8">
<name>Position in WGS-84 Co-ordinates</name>
<description>Position of a target in WGS-84 Co-ordinates.</description>
<field octed="1" msb="64" lsb="33">
<name>Latitude</name>
<format>int</format>
<unit>deg</unit>
<scale>180/2^31</scale>
<desc>In WGS.84 in two’s complement. Range -90 ≤ latitude ≤ 90 deg. LSB = 180/2^31 degrees</desc>
</field>
<field octed="1" msb="32" lsb="1">
<name>Longitude</name>
<format>int</format>
<unit>deg</unit>
<scale>180/2^31</scale>
<desc>In WGS.84 in two’s complement. Range -180 ≤ longitude < 180 deg. = 180/**231** degrees</desc>
</field>
</dataitem>
In the latituse field it is ok, but in the longitude field it sohuld be also 2^31
Please add that "^" character :)
(I have a local copy of the spec in our project, wchich contains this fix, and it would be good the be the same :))
Anonymous