1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/ground/src/plugins/uavobjects
2010-04-30 02:27:37 +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/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
exampleobject1.h GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
exampleobject2.cpp GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
exampleobject2.h GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
examplesettings.cpp GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
examplesettings.h GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
flighttelemetrystats.cpp GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
flighttelemetrystats.h GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
gcstelemetrystats.cpp GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
gcstelemetrystats.h GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
gpsobject.cpp GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
gpsobject.h GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
objectpersistence.cpp GCS/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:27:37 +00:00
objectpersistence.h GCS/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:27:37 +00:00
systemalarms.cpp GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
systemalarms.h GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
systemstats.cpp GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
systemstats.h GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +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: Removed templates from UAVObjectFieldPrimitives and implemented as regular classes 2010-04-07 03:11:13 +00:00
uavmetaobject.cpp GCS/uavobjects: Change fields to uavobjectfieldenum in uavmetaobject. 2010-04-11 07:49:49 +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 More bug fixes after telemetry testing (basic functionality now working) 2010-04-16 01:56:56 +00:00
uavobject.h GCS/UAVObjects: Added support for saving and loading of objects 2010-03-28 22:22:19 +00:00
uavobjectfield.cpp GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfield.h GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfieldenum.cpp GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfieldenum.h GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfieldfloat.cpp GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfieldfloat.h GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfieldint8.cpp GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfieldint8.h GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfieldint16.cpp GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfieldint16.h GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfieldint32.cpp GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfieldint32.h GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfields.h GCS/UAVObjects: Removed templates from UAVObjectFieldPrimitives and implemented as regular classes 2010-04-07 03:11:13 +00:00
uavobjectfieldstring.cpp GCS/UAVObjects: Removed templates from UAVObjectFieldPrimitives and implemented as regular classes 2010-04-07 03:11:13 +00:00
uavobjectfieldstring.h GCS/UAVObjects: Removed templates from UAVObjectFieldPrimitives and implemented as regular classes 2010-04-07 03:11:13 +00:00
uavobjectfielduint8.cpp GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfielduint8.h GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfielduint16.cpp GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfielduint16.h GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfielduint32.cpp GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +00:00
uavobjectfielduint32.h GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index. 2010-04-21 02:50:51 +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/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:27:37 +00:00
uavobjectsinit.cpp GCS/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:27:37 +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/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00
uavobjecttemplate.h GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults) 2010-04-28 01:50:53 +00:00