ardupilot/Tools/Replay
Peter Barker 1cefd2943b Replay: correct various atrophications in Replay tool
Replay: tear down threads before exitting

NKQ is a generated name - don't copy it across to output

Stop whinging about presence of NKF6 and friends; we know these generated names are not going to be present in modern logs

memcpy rather than strncpy within log_FMT

Correct strings vs optionally-terminated structure entries in sanity checks

Call AP_Param::load_all() to start the parameter saving thread.  AP_Compass' init() method now saves parameters (compass reordering), and because we're disarmed we will block until the parameter is pushed onto the to-save queue; if there's no thread popping off that list we block indefinitely.

Remove duplicate definitions of various singleton objects.

Replay: write out GPS message to output log

Useful for diagnosis, but also because we struggle to find a time base
without this and the pymavlink tools take forever to work

Replay: set COMPASS_DEV_ID and COMPASS_PRIO1_ID so EKF gets mag data

Replay: avoid use of system clock; use stopped-clock only

Replay: constraint to emitting output for single core only
2020-09-15 10:02:36 +10:00
..
CheckLogs.py Tools: random Python cleanups based on lgtm analysis 2019-09-21 22:26:03 +10:00
DataFlashFileReader.cpp Replay: correct various atrophications in Replay tool 2020-09-15 10:02:36 +10:00
DataFlashFileReader.h Replay: correct various atrophications in Replay tool 2020-09-15 10:02:36 +10:00
LR_MsgHandler.cpp Replay: correct various atrophications in Replay tool 2020-09-15 10:02:36 +10:00
LR_MsgHandler.h Replay: correct various atrophications in Replay tool 2020-09-15 10:02:36 +10:00
LogReader.cpp Replay: correct various atrophications in Replay tool 2020-09-15 10:02:36 +10:00
LogReader.h Replay: correct various atrophications in Replay tool 2020-09-15 10:02:36 +10:00
Makefile Tools: fixed reference to linux-debug 2018-05-09 14:17:32 +10:00
MsgHandler.cpp Replay: correct various atrophications in Replay tool 2020-09-15 10:02:36 +10:00
MsgHandler.h Replay: disable case-align for Replay build 2020-07-10 13:31:27 +10:00
Parameters.h Tools/Replay: rename datalogger to logger 2019-03-28 16:40:58 +11:00
Replay.cpp Replay: correct various atrophications in Replay tool 2020-09-15 10:02:36 +10:00
Replay.h Replay: correct various atrophications in Replay tool 2020-09-15 10:02:36 +10:00
VehicleType.h Tools: replace header guard with pragma once 2016-03-16 18:40:45 +11:00
plotit.sh Replay: moved replay tool into Tools/Replay 2014-03-01 14:30:55 +11:00
wscript Tools: add AP_Camera to list of libraries 2019-12-30 13:02:04 +11:00