1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/ground/uavobjgenerator
2011-12-16 13:54:49 -06:00
..
generators uavobjgen: fix order of struct fields in autogen matlab code 2011-12-14 23:10:08 -05: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