Skip to content
  1. Apr 22, 2013
  2. Apr 21, 2013
  3. Apr 17, 2013
  4. Apr 16, 2013
  5. Apr 11, 2013
    • Christopher Hrabia's avatar
      Revert last change on new logfile structure and added nulling of buffer. · 50c36bb5
      Christopher Hrabia authored
      The reason for this is, because the last change in the file structure is buggy, it was only written the message length of the buffer to the file and missed to add the length for the timestamp.
      For fixing this problem it would be possible to insert something like
      
      len += sizeof(quint64);
      
      after:
      
      int len = mavlink_msg_to_send_buffer(buf+sizeof(quint64), &message);
      
      But I think a consistent file structure has more adavatages for a logfile over a more compressed structure.
      E.g. it would be necessary to go through all packages to proceed a jump during a replay.
      Additional the LogPlayer was not updated during the last 7 month since the logfile structure was changed (even it was buggy)...
      
      If filesize is really a problem I would recommend to change the logfile handling in a way of writting a temporary consistend
      logfile and compress it afterwards (QCompress) like done by many programs
      50c36bb5
  6. Apr 07, 2013
  7. Apr 04, 2013
  8. Apr 03, 2013
  9. Apr 02, 2013
  10. Mar 26, 2013
  11. Mar 20, 2013
  12. Jan 09, 2013
  13. Dec 27, 2012
  14. Dec 23, 2012
  15. Dec 10, 2012
  16. Dec 03, 2012
  17. Nov 28, 2012
  18. Nov 27, 2012
  19. Nov 24, 2012
  20. Nov 11, 2012
  21. Nov 08, 2012
  22. Nov 04, 2012
  23. Oct 28, 2012
  24. Oct 27, 2012
  25. Oct 26, 2012
  26. Oct 14, 2012
  27. Oct 13, 2012
  28. Oct 10, 2012
  29. Oct 07, 2012
  30. Oct 03, 2012
  31. Oct 01, 2012
Loading