FreeRTOS-Cpp
FreeRTOS::QueueBase< T > Member List

This is the complete list of members for FreeRTOS::QueueBase< T >, 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 QueueBase &)=delete (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >
operator=(QueueBase &&) noexcept=default (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >private
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
Queue (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >friend
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 (defined in FreeRTOS::QueueBase< T >)FreeRTOS::QueueBase< T >friend
unregister() constFreeRTOS::QueueBase< T >inline
~QueueBase()FreeRTOS::QueueBase< T >inlineprivate