mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 14:30:35 +08:00
fca99cf775
- 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