FreeRTOS Queue Map Manager #423
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Reference: fsfw/fsfw#423
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/freertos-queue-map-manager"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #205 .
Tested with
sourceobsw
and internal unit tester.Also contains some tweaks for host Map manager. Adding message queues is now mutex protected which allows thread-safe queue insertion. I am not sure about the look-up operation. I think this is not thread-safe if queues can be inserted at run-time.. Maybe it would be better to lock the look-up as well. Then again run-time insertion can easily be avoided by policy. But then the insertion doesn't need to be locked. But I would prefer a solution which keeps the possibility open to do this in a thread-safe way. The additional overhead of locking the look-up might be negligible.
muellerr referenced this pull request2021-05-27 14:00:46 +02:00