ardupilot/Tools/Replay
Gustavo Jose de Sousa b8e518a533 waf: use ap_library tool
That way we avoid recompiling source files that don't depend on vehicles.
Change notes:
- UTILITY_SOURCE_EXTS: moved to ap_library
- Task generators indexes: ap_library handles that now and in a better way
- Use of AP_STLIB_FEATURES: it doesn't make sense anymore, since the stlib
  taskgen has empty source list
- Flags and defines: passed down to ap_library through AP_LIBRARIES_OBJECTS_KW
- Set use='mavlink' in AP_LIBRARIES_OBJECTS_KW instead of calls to
  bld.ap_stlib().
2016-08-24 10:46:23 -03: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: replace header guard with pragma once 2016-03-16 18:40:45 +11:00
LogReader.cpp Replay: print message when gap perceived in log 2016-06-07 14:00:14 +10:00
LogReader.h Replay: added --param-file option 2016-05-25 20:46:18 +10:00
LR_MsgHandler.cpp Replay: print message when gap perceived in log 2016-06-07 14:00:14 +10:00
LR_MsgHandler.h Replay: print message when gap perceived in log 2016-06-07 14:00:14 +10:00
make.inc Replay: fix replay build 2015-12-29 10:46:35 -08:00
Makefile Replay: changed Makefile to use waf 2016-07-27 21:28:30 +10:00
MsgHandler.cpp Replay: cope with GPS ground couse in degrees 2016-05-07 18:27:21 +10:00
MsgHandler.h Replay: fix build error due to missing noreturn 2016-05-10 16:15:41 -03:00
Parameters.h Replay: enable LOG_REPLAY in replay 2016-05-09 12:48:30 +10:00
plotit.sh Replay: moved replay tool into Tools/Replay 2014-03-01 14:30:55 +11:00
Replay.cpp Replay: make use of sigaction instead of signal API 2016-07-27 21:30:19 +10:00
Replay.h AP_Relay: remove FixedWing dependency on airspeed 2016-08-08 00:25:20 -07:00
VehicleType.h Tools: replace header guard with pragma once 2016-03-16 18:40:45 +11:00
wscript waf: use ap_library tool 2016-08-24 10:46:23 -03:00