new IntrusiveSortedList container used for uORB, WorkQueues, and WorkItems

- new intrusive linked list container (c++ template) that sorts on insertion
 - primarily for convenience inspecting things in the system like uORB or WorkQueues
 - uorb status or top sorted alphabetically 
 - work_queue status threads sorted by priority, then items sorted alphabetically within each
This commit is contained in:
Daniel Agar
2020-08-04 11:09:41 -04:00
committed by GitHub
parent dfc2160489
commit b6a17a6538
11 changed files with 502 additions and 13 deletions

View File

@@ -17,6 +17,7 @@ set(tests
hrt
int
IntrusiveQueue
IntrusiveSortedList
List
mathlib
matrix