2010-12-15 20:06:28 +01:00
|
|
|
<xml>
|
|
|
|
<object name="FirmwareIAPObj" singleinstance="true" settings="false">
|
2011-04-19 20:45:49 +02:00
|
|
|
<description>Queries board for SN, model, revision, and sends reset command</description>
|
2011-01-16 02:45:47 +01:00
|
|
|
<field name="Command" units="" type="uint16" elements="1"/>
|
2011-04-19 20:45:49 +02:00
|
|
|
<field name="Description" units="" type="uint8" elements="40"/>
|
2011-04-19 00:31:20 +02:00
|
|
|
<field name="CPUSerial" units="" type="uint8" elements="12" />
|
2011-01-16 21:41:55 +01:00
|
|
|
<field name="BoardRevision" units="" type="uint16" elements="1"/>
|
|
|
|
<field name="BoardType" units="" type="uint8" elements="1"/>
|
2011-01-16 02:45:47 +01:00
|
|
|
<field name="ArmReset" units="" type="uint8" elements="1"/>
|
|
|
|
<field name="crc" units="" type="uint32" elements="1"/>
|
2010-12-15 20:06:28 +01:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="true" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="true" updatemode="manual" period="0"/>
|
|
|
|
<logging updatemode="never" period="0"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|
|
|
|
|