dune icon indicating copy to clipboard operation
dune copied to clipboard

DUNE/Navigation/UsblTools: modernize the code plus a few minor changes.

Open josebraga opened this issue 2 years ago • 0 comments

  • Added Luis Venancio as author
  • Initialize member variables when possible in the initializer list
  • Use range-for loops where applicable
  • Removed unneeded 'void' from empty function call
  • Added const qualitifier to member functions where applicable
  • Filter's Math::MovingAverage can be placed in the stack

josebraga avatar Apr 08 '22 09:04 josebraga