1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-14 21:23:52 +01:00
LibrePilot/ground/src/plugins/uavobjects
vassilis 9c800f6007 GCS\Telemetry Implement telemetry settings object
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@606 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-08 02:43:26 +00:00
..
tests GCS/UAVObjects: Removed templates from UAVObjectFieldPrimitives and implemented as regular classes 2010-04-07 03:11:13 +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
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
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
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
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
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
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
systemalarms.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
systemalarms.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.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
telemetrysettings.cpp GCS\Telemetry Implement telemetry settings object 2010-05-08 02:43:26 +00:00
telemetrysettings.h GCS\Telemetry Implement telemetry settings object 2010-05-08 02:43:26 +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
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 GCS\Telemetry Implement telemetry settings object 2010-05-08 02:43:26 +00:00
uavobjectsinit.cpp GCS\Telemetry Implement telemetry settings object 2010-05-08 02:43:26 +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