Skip to content
  1. May 14, 2013
  2. Apr 25, 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. Sep 16, 2012
  7. Sep 13, 2012
  8. Sep 07, 2012
  9. Apr 17, 2012
  10. Mar 06, 2012
  11. Mar 01, 2012
  12. Feb 26, 2012
  13. Feb 20, 2012
  14. Feb 18, 2012
  15. Feb 14, 2012
  16. Feb 13, 2012
  17. Feb 08, 2012
  18. Feb 07, 2012
  19. Jan 11, 2012
  20. Jan 09, 2012
  21. Dec 12, 2011
  22. Dec 10, 2011
  23. Dec 09, 2011
  24. Oct 07, 2011
  25. Sep 20, 2011
  26. Sep 15, 2011
  27. Sep 02, 2011
  28. Aug 29, 2011
  29. Aug 28, 2011
  30. Aug 21, 2011
  31. Aug 20, 2011
  32. Aug 11, 2011
  33. Aug 09, 2011
  34. Jul 31, 2011
  35. Apr 16, 2011
Loading