Skip to content

Commit

Permalink
common.xml: add several MAV_GENERATOR_STATUS_FLAG enumeration entries
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Jun 29, 2020
1 parent 43da556 commit d557d55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2877,6 +2877,15 @@
<entry value="131072" name="MAV_GENERATOR_STATUS_FLAG_OVERVOLTAGE_FAULT">
<description>Generator controller exceeded it's overvoltage threshold and shutdown to prevent it exceeding the voltage rating.</description>
</entry>
<entry value="262144" name="MAV_GENERATOR_STATUS_FLAG_BATTERY_UNDERVOLT_FAULT">
<description>Batteries are under voltage.</description>
</entry>
<entry value="524288" name="MAV_GENERATOR_STATUS_FLAG_START_INHIBITED">
<description>Generator start is inhibited by e.g. a safety switch.</description>
</entry>
<entry value="1048576" name="MAV_GENERATOR_STATUS_FLAG_MAINTENANCE_REQUIRED">
<description>Generator requires maintenance.</description>
</entry>
</enum>
<enum name="MAV_VTOL_STATE">
<description>Enumeration of VTOL states</description>
Expand Down

0 comments on commit d557d55

Please sign in to comment.