|
FreeRTOS-Cpp
|
This is the complete list of members for FreeRTOS::Task, 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 |
| isValid() const | FreeRTOS::Task | inline |
| 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 Task &)=delete (defined in FreeRTOS::Task) | FreeRTOS::Task | |
| operator=(Task &&) noexcept=default (defined in FreeRTOS::Task) | FreeRTOS::Task | 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 |
| State enum name (defined in FreeRTOS::TaskBase) | FreeRTOS::TaskBase | |
| suspend() const | FreeRTOS::TaskBase | inline |
| Task(const Task &)=delete (defined in FreeRTOS::Task) | FreeRTOS::Task | |
| Task(const UBaseType_t priority=tskIDLE_PRIORITY, const configSTACK_DEPTH_TYPE stackDepth=configMINIMAL_STACK_SIZE, const char *name="") | FreeRTOS::Task | inlineexplicitprotected |
| Task(Task &&) noexcept=default (defined in FreeRTOS::Task) | FreeRTOS::Task | protected |
| 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 |
| taskCreatedSuccessfully (defined in FreeRTOS::Task) | FreeRTOS::Task | private |
| taskEntry() final | FreeRTOS::TaskBase | inlinevirtual |
| taskFunction()=0 | FreeRTOS::TaskBase | protectedpure virtual |
| ~Task()=default (defined in FreeRTOS::Task) | FreeRTOS::Task | protected |
| ~TaskBase() | FreeRTOS::TaskBase | inlineprivate |