mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
- Bugfix: ensure the index vectors are emptied before adding elements to them. Caused problem when replaying multiple logfiles successively. - extra validations while indexing the logfile - Define TIMESTAMP_SIZE_BYTES and use that instead of the hardcoded timestamp size of 4 bytes. - modify variable case: updateBeginAndEndtimes -> updateBeginAndEndTimes - improve qWarning messages for logfile.cpp: add the name of the function because we read the logfile in two separate functions.