mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
List container improvements and testing
- support range based for loops - add remove() method to remove a node - add clear() to empty entire list and delete nodes - add empty() helper
This commit is contained in:
@@ -17,6 +17,7 @@ set(tests
|
||||
hrt
|
||||
hysteresis
|
||||
int
|
||||
List
|
||||
mathlib
|
||||
matrix
|
||||
microbench_hrt
|
||||
|
||||
Reference in New Issue
Block a user