1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/OpenPilot/UAVObjects
peabody124 3abcfc9608 OP-251 UAVObject/WatchdogStatus: Sorry forgot files earlier for monitoring what
triggered previous watchdog resets

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2369 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-01-10 05:42:57 +00:00
..
inc OP-251 UAVObject/WatchdogStatus: Sorry forgot files earlier for monitoring what 2011-01-10 05:42:57 +00:00
actuatorcommand.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
actuatordesired.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
actuatorsettings.c OP-237 I2C ESC support. This _will_ require you to reconfigure your 2011-01-10 01:11:44 +00:00
ahrscalibration.c AHRS: Support for Linear Temperature Compensation Factors for Gyroscope X,Y,Z 2011-01-04 00:54:31 +00:00
ahrssettings.c AHRS: Add a configuration to export the sensor data either with or without INS 2010-12-04 17:34:25 +00:00
ahrsstatus.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
attitudeactual.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
attitudedesired.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
attituderaw.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
baroaltitude.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
batterysettings.c Added BatterySettings UAVObject in preparation for updates to PowerSensor code. 2010-12-28 05:13:19 +00:00
eventdispatcher.c Flight/Telemetry Avoid bunching of periodic updates by spreading them. 2010-06-11 02:24:26 +00:00
firmwareiapobj.c OP-185 Flight - support files for Firmware IAP object 2010-10-06 02:06:13 +00:00
flightbatterystate.c Update to FlightBatteryState UAVObject in preparation for updates to PowerSensor code. 2010-12-28 04:28:39 +00:00
flightplancontrol.c Flight/FlightPlan: First release of flight plan scripting. The scripting engine is based on the PyMite Python VM. The released code is able to execute a simple python script on the target. However it is currently disabled from the makefile due to a few issues with more complex scripts. When the library is enabled in the makefile a python interpreter will be needed to compile the firmware since some intermediate code is generated by PyMite. 2011-01-09 22:36:15 +00:00
flightplansettings.c Flight/FlightPlan: First release of flight plan scripting. The scripting engine is based on the PyMite Python VM. The released code is able to execute a simple python script on the target. However it is currently disabled from the makefile due to a few issues with more complex scripts. When the library is enabled in the makefile a python interpreter will be needed to compile the firmware since some intermediate code is generated by PyMite. 2011-01-09 22:36:15 +00:00
flightplanstatus.c Flight/FlightPlan: First release of flight plan scripting. The scripting engine is based on the PyMite Python VM. The released code is able to execute a simple python script on the target. However it is currently disabled from the makefile due to a few issues with more complex scripts. When the library is enabled in the makefile a python interpreter will be needed to compile the firmware since some intermediate code is generated by PyMite. 2011-01-09 22:36:15 +00:00
flighttelemetrystats.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
gcstelemetrystats.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
gpsposition.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
gpssatellites.c nmea: parse GSV sentences and populate GPSSatellites object 2010-08-29 01:46:14 +00:00
gpstime.c Adding gpstime.h for flight. 2010-08-28 00:58:04 +00:00
guidancesettings.c OP-163 Flight/Guidance: Add variations on position hold to try out. Only one will end 2010-11-12 16:57:13 +00:00
homelocation.c AHRS: Made an object setting to allow the downsampling rate to be changed on the 2010-10-02 03:10:01 +00:00
i2cstats.c PiOS/I2C: Lots of small changes. Added a few weird bus events that are 2010-12-17 07:01:58 +00:00
manualcontrolcommand.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
manualcontrolsettings.c OP-192 Flight/ManualControl: Add an ArmedTimeout field to the 2010-12-04 17:34:16 +00:00
mixersettings.c Modified all channel naming internally to use Channel 1 to Channel 8, instead of the previous convention of Channel0 to Channel7. 2010-12-13 23:54:30 +00:00
mixerstatus.c Adding mixerstatus/mixersetting uavobject files that were missed 2010-09-21 07:08:51 +00:00
objectpersistence.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
pipxtrememodemsettings.c Settings additions. 2010-12-22 22:16:44 +00:00
pipxtrememodemstatus.c Settings additions. 2010-12-22 22:16:44 +00:00
positionactual.c Flight/Guidance: Initial template for guidance module 2010-09-26 03:06:27 +00:00
positiondesired.c Flight/Guidance: Initial template for guidance module 2010-09-26 03:06:27 +00:00
ratedesired.c Flight/RateDesired: UAVObject for monitoring the desired rate out of 2010-10-24 20:00:02 +00:00
stabilizationsettings.c Flight: Swap to Les' code for main line 2010-10-08 15:38:23 +00:00
systemalarms.c Update to SystemAlarms UAVObject. 2010-12-27 07:25:52 +00:00
systemsettings.c uavobjectparser: fix alignment of field init in generated code 2010-08-29 01:46:09 +00:00
systemstats.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
taskinfo.c Flight/TaskMonitor: Create TaskMonitor library, used to monitor the remaining task size of all running tasks. 2011-01-08 23:43:34 +00:00
telemetrysettings.c Added more telemetry baudrate options 2010-12-06 08:31:24 +00:00
uavobjectmanager.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
uavobjectsinit.c OP-251 Watchdog: Get rid of the old extra watchdog module and instead have 2011-01-10 00:16:30 +00:00
uavobjectsinittemplate.c Updates on UAVObjects required by the object generator 2010-03-27 03:19:56 +00:00
uavobjecttemplate.c OP-128 Flight Documentation: Added description to all the UAVObject (now mandatory) and changed the parser to populate this information into the autogenerated files. Also added a function to test if an object is read only for flight. 2010-08-27 00:15:42 +00:00
velocityactual.c Flight/Guidance: Initial template for guidance module 2010-09-26 03:06:27 +00:00
velocitydesired.c Flight/Guidance: Initial template for guidance module 2010-09-26 03:06:27 +00:00
watchdogstatus.c OP-251 UAVObject/WatchdogStatus: Sorry forgot files earlier for monitoring what 2011-01-10 05:42:57 +00:00