ardupilot/Tools/Replay
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board
Instead of requiring every program to specify the HAL related modules,
let the build system do it (in practice everything we compiled depended
on HAL anyway). This allow including only the necessary files in the
compilation.
2015-10-21 09:16:07 +11:00
..
CheckLogs.py Replay: automatically find message types, and improve rate detection 2015-07-04 15:14:14 +10:00
DataFlashFileReader.cpp Replay: don't write out duplicate FMT messages 2015-07-04 22:43:54 +10:00
DataFlashFileReader.h Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
LogReader.cpp Replay: handle EKF2 replay 2015-09-23 18:56:15 +10:00
LogReader.h Replay: save CHEK messages when not being generated 2015-07-09 10:20:45 +10:00
LR_MsgHandler.cpp Replay: handle EKF2 replay 2015-09-23 18:56:15 +10:00
LR_MsgHandler.h Replay: fixed build 2015-06-29 15:59:53 +10:00
make.inc build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
Makefile Replay: enable array bounds checking in Replay 2015-01-09 11:05:21 +11:00
MsgHandler.cpp Replay: fix double-free in MsgHandler 2015-07-10 18:56:20 +10:00
MsgHandler.h Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
Parameters.h Replay: fixed build with NavEKF2 2015-09-23 11:57:18 +10:00
plotit.sh Replay: moved replay tool into Tools/Replay 2014-03-01 14:30:55 +11:00
Replay.cpp AP_HAL: make code not depend on concrete HAL implementations 2015-10-21 09:16:07 +11:00
VehicleType.h Replay: use the message's name rather than number to determine which message handler to use for a message 2015-04-28 21:10:16 +10:00