1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/ground/uavobjgenerator
2012-01-01 13:19:07 -06:00
..
generators Convert log files to structure of array instead of array of struct from Kenz 2012-01-01 13:19:07 -06: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