| Os/Generic/LocklessPriorityQueue.cpp:79 | 79 | cpp/jpl-c/function-size-limits | low | create has too many lines (96, while 60 are allowed). |
| Os/Generic/LocklessPriorityQueue.cpp:176 | 176 | cpp/fprime/jpl-c/use-of-assertions-density | low | All functions of more than 10 lines should have at least one assertion, unless they handle errors by returning a status enum or bool, or by emitting a WARNING/FATAL event. |
| Os/Generic/LocklessPriorityQueue.cpp:197 | 197 | cpp/jpl-c/function-size-limits | low | send has too many lines (69, while 60 are allowed). |
| Os/Generic/LocklessPriorityQueue.cpp:267 | 267 | cpp/jpl-c/function-size-limits | low | receive has too many lines (88, while 60 are allowed). |
| Os/Generic/LocklessPriorityQueue.hpp:305 | 305 | cpp/fprime/public-data-member | low | Data member m_handle of class LocklessPriorityQueue is public; consider making it private or protected. |
| Os/Generic/PriorityMemQueue.cpp:213 | 213 | cpp/fprime/jpl-c/use-of-assertions-density | low | All functions of more than 10 lines should have at least one assertion, unless they handle errors by returning a status enum or bool, or by emitting a WARNING/FATAL event. |
| Os/Generic/PriorityMemQueue.cpp:694 | 694 | cpp/jpl-c/function-size-limits | low | receive has too many lines (75, while 60 are allowed). |
| Os/Generic/PriorityMemQueue.hpp:248 | 248 | cpp/fprime/public-data-member | low | Data member m_handle of class PriorityMemQueue is public; consider making it private or protected. |
| Os/Generic/PriorityQueue.cpp:47 | 47 | cpp/jpl-c/function-size-limits | low | create has too many lines (113, while 60 are allowed). |
| Os/Generic/PriorityQueue.hpp:159 | 159 | cpp/fprime/public-data-member | low | Data member m_handle of class PriorityQueue is public; consider making it private or protected. |