F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
This is the complete list of members for Os::BufferQueue, including all inherited members.
BufferQueue() | Os::BufferQueue | |
create(NATIVE_UINT_TYPE depth, NATIVE_UINT_TYPE msgSize) | Os::BufferQueue | |
getCount() | Os::BufferQueue | |
getDepth() | Os::BufferQueue | |
getMaxCount() | Os::BufferQueue | |
getMsgSize() | Os::BufferQueue | |
isEmpty() | Os::BufferQueue | |
isFull() | Os::BufferQueue | |
pop(U8 *buffer, NATIVE_UINT_TYPE &size, NATIVE_INT_TYPE &priority) | Os::BufferQueue | |
push(const U8 *buffer, NATIVE_UINT_TYPE size, NATIVE_INT_TYPE priority) | Os::BufferQueue | |
~BufferQueue() | Os::BufferQueue |