2010-05-17 04:03:15 +02:00
|
|
|
<xml>
|
2010-08-27 02:15:42 +02:00
|
|
|
<object name="ActuatorCommand" singleinstance="true" settings="false">
|
|
|
|
<description>Contains the pulse duration sent to each of the channels. Set by @ref ActuatorModule</description>
|
2011-10-11 09:05:24 +02:00
|
|
|
<field name="Channel" units="us" type="int16" elements="10"/>
|
2011-02-01 03:18:22 +01:00
|
|
|
<field name="UpdateTime" units="ms" type="uint8" elements="1"/>
|
2011-01-17 03:11:05 +01:00
|
|
|
<field name="MaxUpdateTime" units="ms" type="uint16" elements="1"/>
|
2011-01-10 02:11:44 +01:00
|
|
|
<field name="NumFailedUpdates" units="" type="uint8" elements="1"/>
|
2010-08-27 02:15:42 +02:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
|
2012-04-21 20:59:14 +02:00
|
|
|
<logging updatemode="manual" period="0"/>
|
2010-08-27 02:15:42 +02:00
|
|
|
</object>
|
2010-05-17 04:03:15 +02:00
|
|
|
</xml>
|