1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/ground/src/plugins/uavobjects
stac d02a3325d9 altitude: Add altitude module which reads BMP085
This module reads from the BMP085 pressure sensor.  It periodically
updates the pressure (kPa) and temperature (C) as well as the
calculated altitude (m).

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@640 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-19 04:55:56 +00:00
..
tests GCS/UAVObjects: Removed templates from UAVObjectFieldPrimitives and implemented as regular classes 2010-04-07 03:11:13 +00:00
actuatorcommand.cpp OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
actuatorcommand.h OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
actuatorcommand.py OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
actuatordesired.cpp OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
actuatordesired.h OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
actuatordesired.py OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
actuatorsettings.cpp OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
actuatorsettings.h OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
actuatorsettings.py OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
altitudeactual.cpp altitude: Add altitude module which reads BMP085 2010-05-19 04:55:56 +00:00
altitudeactual.h altitude: Add altitude module which reads BMP085 2010-05-19 04:55:56 +00:00
altitudeactual.py altitude: Add altitude module which reads BMP085 2010-05-19 04:55:56 +00:00
attitudedesired.cpp OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
attitudedesired.h OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
attitudedesired.py OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
exampleobject1.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
exampleobject1.h OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes 2010-05-04 01:31:06 +00:00
exampleobject1.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00
exampleobject2.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
exampleobject2.h OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes 2010-05-04 01:31:06 +00:00
exampleobject2.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00
examplesettings.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
examplesettings.h OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes 2010-05-04 01:31:06 +00:00
examplesettings.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00
flighttelemetrystats.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
flighttelemetrystats.h OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes 2010-05-04 01:31:06 +00:00
flighttelemetrystats.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00
gcstelemetrystats.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
gcstelemetrystats.h OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes 2010-05-04 01:31:06 +00:00
gcstelemetrystats.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00
gpsobject.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
gpsobject.h OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes 2010-05-04 01:31:06 +00:00
gpsobject.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00
manualcontrolcommand.cpp OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
manualcontrolcommand.h OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
manualcontrolcommand.py OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
manualcontrolsettings.cpp OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
manualcontrolsettings.h OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
manualcontrolsettings.py OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
objectpersistence.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
objectpersistence.h GCS/ObjectBrowser Added erase button and modified load and save buttons to act on only the currently selected object 2010-05-04 02:12:50 +00:00
objectpersistence.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00
stabilizationsettings.cpp OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
stabilizationsettings.h OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
stabilizationsettings.py OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
systemalarms.cpp OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
systemalarms.h OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
systemalarms.py OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
systemsettings.cpp OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
systemsettings.h OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
systemsettings.py OP-32 GCS/Objects Initial release of ManualControl (ServoIn) and Actuator (ServoOut) related objects. Still work in progress. 2010-05-17 02:03:15 +00:00
systemstats.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
systemstats.h OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes 2010-05-04 01:31:06 +00:00
systemstats.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00
telemetrysettings.cpp Added 38400 for my XBEE 2010-05-08 16:22:41 +00:00
telemetrysettings.h Added 38400 for my XBEE 2010-05-08 16:22:41 +00:00
telemetrysettings.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00
uavdataobject.cpp GCS/UAVObjects: Added support for saving and loading of objects 2010-03-28 22:22:19 +00:00
uavdataobject.h GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
uavmetaobject.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
uavmetaobject.h Corrected compilation of UAVTalk plugin for windows (class export) 2010-03-15 22:09:47 +00:00
uavobject.cpp OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes 2010-05-04 01:31:06 +00:00
uavobject.h OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes 2010-05-04 01:31:06 +00:00
uavobject.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00
uavobjectfield.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
uavobjectfield.h GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
uavobjectmanager.cpp GCS/UAVObjectBrowser: Implemented settings save/load actions and created the SettingsPersistence object 2010-04-10 05:09:56 +00:00
uavobjectmanager.h GCS/UAVObjectBrowser: Implemented settings save/load actions and created the SettingsPersistence object 2010-04-10 05:09:56 +00:00
uavobjects_dependencies.pri *Corrected plugin lib dependencies for Vassilis 2010-03-10 21:09:04 +00:00
uavobjects_global.h Forgot to commit a file (for "Wersja" 322) 2010-03-17 21:03:09 +00:00
UAVObjects.pluginspec GCS/plugins: Change license in .pluginspec files 2010-04-05 17:07:05 +00:00
uavobjects.pri *Corrected plugin lib dependencies for Vassilis 2010-03-10 21:09:04 +00:00
uavobjects.pro altitude: Add altitude module which reads BMP085 2010-05-19 04:55:56 +00:00
uavobjectsinit.cpp altitude: Add altitude module which reads BMP085 2010-05-19 04:55:56 +00:00
uavobjectsinit.h Corrected compilation of UAVTalk plugin for windows (class export) 2010-03-15 22:09:47 +00:00
uavobjectsinittemplate.cpp First release of the UAVObject generator application 2010-03-27 03:22:43 +00:00
uavobjectsplugin.cpp GCS/uavobjects: Change to addAutoReleasedObject() 2010-03-19 15:06:18 +00:00
uavobjectsplugin.h Corrected compilation of UAVTalk plugin for windows (class export) 2010-03-15 22:09:47 +00:00
uavobjecttemplate.cpp GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField 2010-05-07 01:49:38 +00:00
uavobjecttemplate.h OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes 2010-05-04 01:31:06 +00:00
uavobjecttemplate.py uavobjects: Move generated python classes 2010-05-16 03:05:10 +00:00