mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
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:
@@ -17,6 +17,7 @@ set(tests
|
||||
hrt
|
||||
int
|
||||
IntrusiveQueue
|
||||
IntrusiveSortedList
|
||||
List
|
||||
mathlib
|
||||
matrix
|
||||
|
||||
Reference in New Issue
Block a user