F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
PriorityBufferQueue.cpp File Reference
#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

 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)