1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/UAVObjects
James Cotton 03a8bd7674 Statically initialize object handles to null to make sure the uavobjectmanager
can catch it and return -1.  Do NOT panic when they are null as this is
something that should be caugth at run time in some cases.

Ideally as a compromise in a task start it could have a set of
PIOS_Assert(ObjectNameHandle()) to make sure the minimal set of objects it
needs are there.
2011-08-19 10:12:39 -05:00
..
inc VTalk (flight): Buffers allocated dynamically with size calculated by UAVObjGenerator. Support for tx packet sizes < object size.i 2011-06-24 02:08:20 +02:00
eventdispatcher.c Increase the size of the eventdispatcher task and lower the maximum queue size. 2011-08-13 19:21:58 -05:00
Makefiletemplate.inc UAVObjects: Allow Generation and Initialisation of individual UAVObjects 2011-02-05 22:17:40 +00:00
uavobjectmanager.c Merge branch 'saving_crc' into bugfix-flight 2011-06-05 15:37:44 -05:00
uavobjectsinittemplate.c UAVObject Init: Get rid of deprecated linker init code 2011-08-10 22:48:42 -05:00
uavobjecttemplate.c Statically initialize object handles to null to make sure the uavobjectmanager 2011-08-19 10:12:39 -05:00