1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-07 18:46:06 +01:00
LibrePilot/ground/src/plugins/logging
edouard 476d548da9 Should hopefully make log/stop log operations more robust, as well as avoid crashing GCS upon exit in case the user did log during the session...
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2192 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-12-04 17:39:32 +00:00
..
logfile.cpp Ground/Logging: Change replay state at end of replay file to stop lock up 2010-09-22 01:04:24 +00:00
logfile.h Ground/Logging: Change replay state at end of replay file to stop lock up 2010-09-22 01:04:24 +00:00
logging_dependencies.pri GCS/Logging: First pass at a logging plugin. Data format is 32 bit timestamp (in ms from start of logging) then the UAVObject.pack. Still want to add a header to indicate the objects available. Next part will be writing a reader and then making a gadget to control playback (and to indicate recording status). 2010-08-31 09:09:16 +00:00
logging.pro Ground/Logging: Support for pausing and resuming playback and time rescaling plus an (ugly) toolbar to control it. 2010-09-21 21:43:23 +00:00
logging.ui Ground/Logging: Support for pausing and resuming playback and time rescaling plus an (ugly) toolbar to control it. 2010-09-21 21:43:23 +00:00
logginggadget.cpp Ground/Logging: Support for pausing and resuming playback and time rescaling plus an (ugly) toolbar to control it. 2010-09-21 21:43:23 +00:00
logginggadget.h Ground/Logging: Support for pausing and resuming playback and time rescaling plus an (ugly) toolbar to control it. 2010-09-21 21:43:23 +00:00
LoggingGadget.pluginspec GCS/Logging: First pass at a logging plugin. Data format is 32 bit timestamp (in ms from start of logging) then the UAVObject.pack. Still want to add a header to indicate the objects available. Next part will be writing a reader and then making a gadget to control playback (and to indicate recording status). 2010-08-31 09:09:16 +00:00
logginggadgetfactory.cpp Ground/Logging: Support for pausing and resuming playback and time rescaling plus an (ugly) toolbar to control it. 2010-09-21 21:43:23 +00:00
logginggadgetfactory.h Ground/Logging: Support for pausing and resuming playback and time rescaling plus an (ugly) toolbar to control it. 2010-09-21 21:43:23 +00:00
logginggadgetwidget.cpp Ground/Logging: Support for pausing and resuming playback and time rescaling plus an (ugly) toolbar to control it. 2010-09-21 21:43:23 +00:00
logginggadgetwidget.h Ground/Logging: Support for pausing and resuming playback and time rescaling plus an (ugly) toolbar to control it. 2010-09-21 21:43:23 +00:00
loggingplugin.cpp Should hopefully make log/stop log operations more robust, as well as avoid crashing GCS upon exit in case the user did log during the session... 2010-12-04 17:39:32 +00:00
loggingplugin.h Logging plugin will refresh all the settings if telemetry is already connected, so that the log file always contains all the setting objects, which is vital for post-flight analysis. 2010-12-04 16:47:55 +00:00