FreeRTOS-Cpp
FreeRTOS::StaticQueue< T, N > Member List

This is the complete list of members for FreeRTOS::StaticQueue< T, N >, including all inherited members.

addToRegistry(const char *name) constFreeRTOS::QueueBase< T >inline
getName() constFreeRTOS::QueueBase< T >inline
handleFreeRTOS::QueueBase< T >private
isEmptyFromISR() constFreeRTOS::QueueBase< T >inline
isFullFromISR() constFreeRTOS::QueueBase< T >inline
isValid() constFreeRTOS::QueueBase< T >inline
messagesWaiting() constFreeRTOS::QueueBase< T >inline
messagesWaitingFromISR() constFreeRTOS::QueueBase< T >inline
operator new(size_t, void *ptr) (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >inlinestatic
operator new(size_t)=delete (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >static
operator new[](size_t, void *ptr) (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >inlinestatic
operator new[](size_t)=delete (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >static
operator=(const StaticQueue &)=delete (defined in FreeRTOS::StaticQueue< T, N >)FreeRTOS::StaticQueue< T, N >
operator=(StaticQueue &&) noexcept=default (defined in FreeRTOS::StaticQueue< T, N >)FreeRTOS::StaticQueue< T, N >
operator=(const QueueBase &)=delete (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >
overwrite(const T &item) constFreeRTOS::QueueBase< T >inline
overwriteFromISR(bool &higherPriorityTaskWoken, const T &item) constFreeRTOS::QueueBase< T >inline
overwriteFromISR(const T &item) constFreeRTOS::QueueBase< T >inline
peek(const TickType_t ticksToWait=portMAX_DELAY) constFreeRTOS::QueueBase< T >inline
peekFromISR() constFreeRTOS::QueueBase< T >inline
QueueBase(const QueueBase &)=delete (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >
QueueBase()=defaultFreeRTOS::QueueBase< T >private
QueueBase(QueueBase &&) noexcept=default (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >private
receive(const TickType_t ticksToWait=portMAX_DELAY) constFreeRTOS::QueueBase< T >inline
receiveFromISR(bool &higherPriorityTaskWoken) constFreeRTOS::QueueBase< T >inline
receiveFromISR() constFreeRTOS::QueueBase< T >inline
reset() constFreeRTOS::QueueBase< T >inline
sendToBack(const T &item, const TickType_t ticksToWait=portMAX_DELAY) constFreeRTOS::QueueBase< T >inline
sendToBackFromISR(bool &higherPriorityTaskWoken, const T &item) constFreeRTOS::QueueBase< T >inline
sendToBackFromISR(const T &item) constFreeRTOS::QueueBase< T >inline
sendToFront(const T &item, const TickType_t ticksToWait=portMAX_DELAY) constFreeRTOS::QueueBase< T >inline
sendToFrontFromISR(bool &higherPriorityTaskWoken, const T &item) constFreeRTOS::QueueBase< T >inline
sendToFrontFromISR(const T &item) constFreeRTOS::QueueBase< T >inline
spacesAvailable() constFreeRTOS::QueueBase< T >inline
StaticQueue()FreeRTOS::StaticQueue< T, N >inline
StaticQueue(const StaticQueue &)=delete (defined in FreeRTOS::StaticQueue< T, N >)FreeRTOS::StaticQueue< T, N >
StaticQueue(StaticQueue &&) noexcept=default (defined in FreeRTOS::StaticQueue< T, N >)FreeRTOS::StaticQueue< T, N >
staticQueue (defined in FreeRTOS::StaticQueue< T, N >)FreeRTOS::StaticQueue< T, N >private
storage (defined in FreeRTOS::StaticQueue< T, N >)FreeRTOS::StaticQueue< T, N >private
unregister() constFreeRTOS::QueueBase< T >inline
~QueueBase()FreeRTOS::QueueBase< T >inlineprivate
~StaticQueue()=default (defined in FreeRTOS::StaticQueue< T, N >)FreeRTOS::StaticQueue< T, N >