F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include "Os/Pthreads/BufferQueue.hpp"
#include "Os/Pthreads/MaxHeap/MaxHeap.hpp"
#include <Fw/Types/Assert.hpp>
#include <cstring>
#include <cstdio>
#include <new>
Go to the source code of this file.
Classes | |
struct | Os::PriorityQueue |
Namespaces | |
namespace | Os |
Functions | |
NATIVE_UINT_TYPE | Os::checkoutIndex (PriorityQueue *pQueue, NATIVE_UINT_TYPE depth) |
void | Os::returnIndex (PriorityQueue *pQueue, NATIVE_UINT_TYPE depth, NATIVE_UINT_TYPE index) |