1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/OpenPilot/UAVObjects
stac e05f4cf068 uavobjects: Added support for generating python classes
The uavobjectgenerator can now generate python classes for each
UAVObject definition.  This is useful for writing simple test
applications in python that can exercise the UAVObject handling
code on the embedded boards.

This is a work in progress so the structure of the generated
classes is likely to change.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@623 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-14 04:32:30 +00:00
..
inc Added 38400 for my XBEE 2010-05-08 16:22:41 +00:00
eventdispatcher.c Flight/Alarms Implemented Alarms library, now checking for stack overflow, out of memory, event and other errors (see the SystemAlarms object). All modules will be reporting their alarms using this library. 2010-04-27 01:55:28 +00:00
exampleobject1.c Flight/Objects Metaobjects are now also stored in CF and retrieved on power-up. At this time settings and meta objects are automatically loaded on startup if they have been saved in the CF card (to test use Save button in the object browser), if a file is not found in the CF card then the defaults specified in the XML file will be used. 2010-04-30 02:28:16 +00:00
exampleobject1.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
exampleobject2.c Flight/Objects Metaobjects are now also stored in CF and retrieved on power-up. At this time settings and meta objects are automatically loaded on startup if they have been saved in the CF card (to test use Save button in the object browser), if a file is not found in the CF card then the defaults specified in the XML file will be used. 2010-04-30 02:28:16 +00:00
exampleobject2.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
examplesettings.c Flight/Objects Metaobjects are now also stored in CF and retrieved on power-up. At this time settings and meta objects are automatically loaded on startup if they have been saved in the CF card (to test use Save button in the object browser), if a file is not found in the CF card then the defaults specified in the XML file will be used. 2010-04-30 02:28:16 +00:00
examplesettings.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
flighttelemetrystats.c OP-4 Flight/Telemetry Implemented telemetry connection manager 2010-05-04 01:29:04 +00:00
flighttelemetrystats.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
gcstelemetrystats.c OP-4 Flight/Telemetry Implemented telemetry connection manager 2010-05-04 01:29:04 +00:00
gcstelemetrystats.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
gpsobject.c OP-4 Flight/Telemetry Implemented telemetry connection manager 2010-05-04 01:29:04 +00:00
gpsobject.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
objectpersistence.c Flight/Objects Metaobjects are now also stored in CF and retrieved on power-up. At this time settings and meta objects are automatically loaded on startup if they have been saved in the CF card (to test use Save button in the object browser), if a file is not found in the CF card then the defaults specified in the XML file will be used. 2010-04-30 02:28:16 +00:00
objectpersistence.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
systemalarms.c Flight/Objects Metaobjects are now also stored in CF and retrieved on power-up. At this time settings and meta objects are automatically loaded on startup if they have been saved in the CF card (to test use Save button in the object browser), if a file is not found in the CF card then the defaults specified in the XML file will be used. 2010-04-30 02:28:16 +00:00
systemalarms.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
systemstats.c OP-4 Flight/Telemetry Implemented telemetry connection manager 2010-05-04 01:29:04 +00:00
systemstats.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
telemetrysettings.c Added 38400 for my XBEE 2010-05-08 16:22:41 +00:00
telemetrysettings.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
uavobject.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00
uavobjectmanager.c OP-4 Flight/Telemetry Implemented telemetry connection manager 2010-05-04 01:29:04 +00:00
uavobjectsinit.c Flight\Telemetry Implement telemetry settings object, added functions for changing the baud rate in PiOS 2010-05-08 02:44:26 +00:00
uavobjectsinittemplate.c Updates on UAVObjects required by the object generator 2010-03-27 03:19:56 +00:00
uavobjecttemplate.c Flight/Objects Metaobjects are now also stored in CF and retrieved on power-up. At this time settings and meta objects are automatically loaded on startup if they have been saved in the CF card (to test use Save button in the object browser), if a file is not found in the CF card then the defaults specified in the XML file will be used. 2010-04-30 02:28:16 +00:00
uavobjecttemplate.py uavobjects: Added support for generating python classes 2010-05-14 04:32:30 +00:00