ecmnet / MAVGCL

In-Flight Analysis for PX4
176 stars 68 forks source link

Key Figures: Add source specific conversion adapters #71

Closed ecmnet closed 8 years ago

ecmnet commented 8 years ago

Source dependent conversions could be added to the XML definition of key figures: e.g:

<PX4Source field="FLOW.Qlty">
  <ConversionAdapter type="com.comino.flight.model.conv.divisor>
     <parameter id="divisor">255</parameter>
  </ConversionAdapter>
</PX4Source>

This would allow key figure consolidation.