1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-06 17:46:07 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/uavsettingsimportexport
Oleg Semyonov 873ff617ab Improve UAVObjects export and import file formats
Changed file format to be able to save settings and data together.
Old settings files still can be imported. Data export will also contain
settings, so we always have the system settings with the system state.

Sample file:

<!DOCTYPE UAVObjects>
<uavobjects>
    <version>
        ...
    </version>
    <data>
        <object id="0xC409985A" name="AccessoryDesired">
            <field values="0" name="AccessoryVal"/>
        </object>
        ...
    </data>
    <settings>
        <object id="0xF2875746" name="ActuatorSettings">
        ...
    </settings>
</uavobjects>
2012-01-15 18:37:57 +02:00
..
importsummary.cpp OP-369 Implement help button and keyboard shortcuts as requested. 2011-06-07 07:01:58 +02:00
importsummary.h OP-369 Implement help button and keyboard shortcuts as requested. 2011-06-07 07:01:58 +02:00
importsummarydialog.ui OP-369 Implement help button and keyboard shortcuts as requested. 2011-06-07 07:01:58 +02:00
uavsettingsimportexport_dependencies.pri OP-369 Settings Import/Export for the Airframe. Also sanitized UAV Object saving in flash in one central location in the uavobjectutils library. 2011-06-02 16:08:19 +02:00
uavsettingsimportexport_global.h Mixer bug while import fix (try to) 2011-09-23 13:48:27 +01:00
uavsettingsimportexport.cpp Mixer bug while import fix (try to) 2011-09-23 13:48:27 +01:00
uavsettingsimportexport.h Mixer bug while import fix (try to) 2011-09-23 13:48:27 +01:00
uavsettingsimportexport.pluginspec OP-369 Settings Import/Export for the Airframe. Also sanitized UAV Object saving in flash in one central location in the uavobjectutils library. 2011-06-02 16:08:19 +02:00
uavsettingsimportexport.pri Mixer bug while import fix (try to) 2011-09-23 13:48:27 +01:00
uavsettingsimportexport.pro Mixer bug while import fix (try to) 2011-09-23 13:48:27 +01:00
uavsettingsimportexportfactory.cpp Improve UAVObjects export and import file formats 2012-01-15 18:37:57 +02:00
uavsettingsimportexportfactory.h Improve UAVObjects export and import file formats 2012-01-15 18:37:57 +02:00