1. 15 Oct, 2020 1 commit
  2. 02 Jul, 2020 1 commit
    • DonLakeFlyer's avatar
      · 89285b12
      DonLakeFlyer authored
      Support parameter meta data coming from COMPONENT_INFORMATION as well as old system
      89285b12
  3. 01 Feb, 2020 2 commits
  4. 10 Nov, 2019 1 commit
    • DonLakeFlyer's avatar
      · d9bbe9bd
      DonLakeFlyer authored
      Separate progress bar handling for initial load, write and read batching
      d9bbe9bd
  5. 08 Nov, 2019 1 commit
  6. 13 Jun, 2019 1 commit
    • Don Gagne's avatar
      · 19e2c074
      Don Gagne authored
      Fix crash caused by NULL vehicle
      19e2c074
  7. 16 Apr, 2019 1 commit
  8. 12 Dec, 2018 1 commit
    • Don Gagne's avatar
      · 338100b0
      Don Gagne authored
      Fix cases of _logVehiclePrefix usage with missing componentId
      338100b0
  9. 29 Nov, 2018 1 commit
    • Don Gagne's avatar
      · 6f6a526f
      Don Gagne authored
      Initialization of Fact prior to Qt init causes crash.
      6f6a526f
  10. 07 Nov, 2018 1 commit
    • Don Gagne's avatar
      · 0e6902e3
      Don Gagne authored
      Clarify category map usage
      0e6902e3
  11. 03 May, 2018 1 commit
  12. 12 Mar, 2018 1 commit
  13. 16 Feb, 2018 1 commit
  14. 12 Jan, 2018 1 commit
  15. 07 Jan, 2018 1 commit
  16. 18 May, 2017 1 commit
  17. 06 Mar, 2017 3 commits
  18. 14 Feb, 2017 1 commit
  19. 27 Nov, 2016 1 commit
  20. 25 Nov, 2016 1 commit
  21. 24 Nov, 2016 1 commit
  22. 18 Sep, 2016 1 commit
  23. 15 Sep, 2016 1 commit
  24. 14 Sep, 2016 1 commit
  25. 29 Aug, 2016 1 commit
  26. 23 Jun, 2016 1 commit
    • Don Gagne's avatar
      Performance fixes · ca438f88
      Don Gagne authored
      - Cache only supported on PX4. Solo sends param updates at a high rate
      to update gimbal values. This was causing the cache to update itself at
      too high of a rate, killing performance, especially on iOS.
      - Fixed read/write index usage to provide correct progress bar updates
      ca438f88
  27. 13 Jun, 2016 1 commit
  28. 31 May, 2016 1 commit
  29. 29 May, 2016 1 commit
  30. 26 May, 2016 1 commit
  31. 15 Apr, 2016 1 commit
  32. 10 Apr, 2016 1 commit
  33. 24 Mar, 2016 1 commit
  34. 05 Mar, 2016 1 commit
  35. 19 Feb, 2016 1 commit
    • Don Gagne's avatar
      Header re-structuring · e513494c
      Don Gagne authored
      I removed some needed headers from a top level file which then causes a
      ripple effect downstream
      e513494c
  36. 18 Feb, 2016 2 commits
    • Nate Weibley's avatar
      Remove dead parameter cache code · 708096b5
      Nate Weibley authored
      Conflicts:
      	src/FactSystem/ParameterLoader.cc
      708096b5
    • Nate Weibley's avatar
      New parameter cache loading spec · 80ef4da8
      Nate Weibley authored
       - Request list of all parameters, expecting device to lead each component with _HASH_CHECK cache value
       - Test for hash collision, if so our cache is valid and respond with _HASH_CHECK to stop listing
       - Else: let listing continue as normal to get updated param values
       - Store each cache by systemID + componentID
      
      For #2586
      80ef4da8