|
FreeRTOS-Cpp
|
This is the complete list of members for FreeRTOS::StaticTask< N >, including all inherited members.
| abortDelay() const | FreeRTOS::TaskBase | inline |
| delay(const TickType_t ticksToDelay=0) | FreeRTOS::TaskBase | inlineprotectedstatic |
| delayUntil(const TickType_t timeIncrement=0) | FreeRTOS::TaskBase | inlineprotected |
| getHandle(const char *name) | FreeRTOS::TaskBase | inlinestatic |
| getIdleHandle() | FreeRTOS::TaskBase | inlinestatic |
| getName() const | FreeRTOS::TaskBase | inline |
| getPriority() const | FreeRTOS::TaskBase | inline |
| getStackHighWaterMark() const | FreeRTOS::TaskBase | inline |
| getStackHighWaterMark2() const | FreeRTOS::TaskBase | inline |
| getState() const | FreeRTOS::TaskBase | inline |
| handle | FreeRTOS::TaskBase | private |
| NotificationBits typedef (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | |
| notify(const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| NotifyAction enum name (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | |
| notifyAndQuery(const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| notifyAndQueryFromISR(bool &higherPriorityTaskWoken, const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| notifyAndQueryFromISR(const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| notifyFromISR(bool &higherPriorityTaskWoken, const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| notifyFromISR(const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| notifyGive(const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| notifyGiveFromISR(bool &higherPriorityTaskWoken, const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| notifyGiveFromISR(const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| notifyStateClear(const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| notifyTake(const TickType_t ticksToWait=portMAX_DELAY, const bool clearCountOnExit=true, const UBaseType_t index=0) | FreeRTOS::TaskBase | inlineprotectedstatic |
| notifyValueClear(const NotificationBits bitsToClear=0, const UBaseType_t index=0) const | FreeRTOS::TaskBase | inline |
| notifyWait(const TickType_t ticksToWait=portMAX_DELAY, const NotificationBits bitsToClearOnEntry=0, const NotificationBits bitsToClearOnExit=0, const UBaseType_t index=0) | FreeRTOS::TaskBase | inlinestatic |
| operator new(size_t, void *ptr) (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | inlinestatic |
| operator new(size_t)=delete (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | static |
| operator new[](size_t, void *ptr) (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | inlinestatic |
| operator new[](size_t)=delete (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | static |
| operator=(const StaticTask &)=delete (defined in FreeRTOS::StaticTask< N >) | FreeRTOS::StaticTask< N > | |
| operator=(StaticTask &&) noexcept=default (defined in FreeRTOS::StaticTask< N >) | FreeRTOS::StaticTask< N > | protected |
| operator=(const TaskBase &)=delete (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | |
| previousWakeTime | FreeRTOS::TaskBase | private |
| resume() const | FreeRTOS::TaskBase | inline |
| resumeFromISR() const | FreeRTOS::TaskBase | inline |
| setPriority(const UBaseType_t newPriority) const | FreeRTOS::TaskBase | inline |
| stack (defined in FreeRTOS::StaticTask< N >) | FreeRTOS::StaticTask< N > | private |
| State enum name (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | |
| StaticTask(const StaticTask &)=delete (defined in FreeRTOS::StaticTask< N >) | FreeRTOS::StaticTask< N > | |
| StaticTask(const UBaseType_t priority=tskIDLE_PRIORITY, const char *name="") | FreeRTOS::StaticTask< N > | inlineexplicitprotected |
| StaticTask(StaticTask &&) noexcept=default (defined in FreeRTOS::StaticTask< N >) | FreeRTOS::StaticTask< N > | protected |
| suspend() const | FreeRTOS::TaskBase | inline |
| TaskBase(const TaskBase &)=delete (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | |
| TaskBase()=default | FreeRTOS::TaskBase | private |
| TaskBase(TaskBase &&) noexcept=default (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | private |
| taskBuffer (defined in FreeRTOS::StaticTask< N >) | FreeRTOS::StaticTask< N > | private |
| taskEntry() final | FreeRTOS::TaskBase | inlinevirtual |
| taskFunction()=0 | FreeRTOS::TaskBase | protectedpure virtual |
| ~StaticTask()=default (defined in FreeRTOS::StaticTask< N >) | FreeRTOS::StaticTask< N > | protected |
| ~TaskBase() | FreeRTOS::TaskBase | inlineprivate |