mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- make the selected parameter a template argument. This enables type-checking at compile-time. - move things to src/platforms. This provides consistent includes with ModuleBase - add ModuleParams base class (replaces Block & SuperBlock) - drop the Block* prefix from the class names