EntryList typedef | distortos::internal::MessageQueueBase | |
entryList_ | distortos::internal::MessageQueueBase | private |
EntryStorage typedef | distortos::internal::MessageQueueBase | |
EntryStorageUniquePointer typedef | distortos::internal::MessageQueueBase | |
entryStorageUniquePointer_ | distortos::internal::MessageQueueBase | private |
FreeEntryList typedef | distortos::internal::MessageQueueBase | |
freeEntryList_ | distortos::internal::MessageQueueBase | private |
getCapacity() const | distortos::internal::MessageQueueBase | inline |
MessageQueueBase(EntryStorageUniquePointer &&entryStorageUniquePointer, ValueStorageUniquePointer &&valueStorageUniquePointer, size_t elementSize, size_t maxElements) | distortos::internal::MessageQueueBase | |
pop(const SemaphoreFunctor &waitSemaphoreFunctor, uint8_t &priority, const QueueFunctor &functor) | distortos::internal::MessageQueueBase | |
popPush(const SemaphoreFunctor &waitSemaphoreFunctor, const InternalFunctor &internalFunctor, Semaphore &waitSemaphore, Semaphore &postSemaphore) | distortos::internal::MessageQueueBase | private |
popSemaphore_ | distortos::internal::MessageQueueBase | private |
push(const SemaphoreFunctor &waitSemaphoreFunctor, uint8_t priority, const QueueFunctor &functor) | distortos::internal::MessageQueueBase | |
pushSemaphore_ | distortos::internal::MessageQueueBase | private |
ValueStorage typedef | distortos::internal::MessageQueueBase | |
ValueStorageUniquePointer typedef | distortos::internal::MessageQueueBase | |
valueStorageUniquePointer_ | distortos::internal::MessageQueueBase | private |
~MessageQueueBase() | distortos::internal::MessageQueueBase | |