Skip to content

Commit

Permalink
Adds doc to SVSINFO message. (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-B authored Nov 7, 2020
1 parent f8e9822 commit 80fd2bb
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions message_definitions/v1.0/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2775,14 +2775,18 @@
</message>

<message name="SVSINFO" id="16">
<description>
Space Vehicle Information
Mainly based on the NAV-SVINFO and NAV-SOL messages of the Ublox UBX protocol.
</description>
<field name="ac_id" type="string"/>
<field name="pacc" type="uint16" unit="cm"/>
<field name="svid" type="string" format="csv"/>
<field name="flags" type="string" format="csv"/>
<field name="qi" type="string" format="csv" values="IDLE|SEARCH|SEARCH|UNUSABLE|CODELOCK|CARRIERLOCK|CARRIERLOCK|RECEIVING"/>
<field name="cno" type="string" format="csv" unit="dbHz"/>
<field name="elev" type="string" format="csv" unit="deg"/>
<field name="azim" type="string" format="csv" unit="deg"/>
<field name="pacc" type="uint16" unit="cm">3D Position Accuracy Estimate</field>
<field name="svid" type="string" format="csv">Satellite ID</field>
<field name="flags" type="string" format="csv">"flags" field of the UBX NAV-SVINFO message</field>
<field name="qi" type="string" format="csv" values="IDLE|SEARCH|SEARCH|UNUSABLE|CODELOCK|CARRIERLOCK|CARRIERLOCK|RECEIVING">Quality indicator</field>
<field name="cno" type="string" format="csv" unit="dbHz">Carrier to Noise Ratio (Signal Strength)</field>
<field name="elev" type="string" format="csv" unit="deg">Elevation</field>
<field name="azim" type="string" format="csv" unit="deg">Azimut</field>
<field name="msg_age" type="string" format="csv" unit="s"/>
</message>

Expand Down

0 comments on commit 80fd2bb

Please sign in to comment.