1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/ground/uavobjgenerator
Dmytro Poplavskiy aead288304 Generate properties for UAVDataObject fields.
Also changed UAVObject::requestUpdate() and UAVObject::update() to be slots.

This makes possible to use objects directly from QML.
2012-02-05 13:58:17 +10:00
..
generators Generate properties for UAVDataObject fields. 2012-02-05 13:58:17 +10:00
main.cpp UAVObjGenerator: Allow generation of specific UAVObjects only per commandline specified list - possibly needed for CopterControl 2011-01-28 22:35:44 +00:00
uavobjectparser.cpp Added UAVObject sorting to make UAVObj structs align to word-boundaries. Else copying to / from UAVObjects will fail on Cortex M4 with an alignment error, since the proper alignment is not visible to the compiler in a line like this: float* data = UAVObj.Roll; data[2] = yaw; 2011-11-22 23:48:11 -08:00
uavobjectparser.h uavobjgenerator: Move generator out of the gcs subdir 2011-01-22 17:38:37 +00:00
uavobjgenerator.pro uavobjgenerator: Move generator out of the gcs subdir 2011-01-22 17:38:37 +00:00