This is the complete list of members for FrameworkTask, including all inherited members.
| _handle | FrameworkTask | protected |
| _name | FrameworkTask | protected |
| _priority | FrameworkTask | protected |
| _queue | FrameworkTask | protected |
| _stackSize | FrameworkTask | protected |
| createQueue(size_t itemSize, size_t length) | FrameworkTask | protected |
| FrameworkTask(const char *name, uint16_t stackSize=1024, UBaseType_t priority=1) | FrameworkTask | |
| getHandle() const | FrameworkTask | |
| getName() const | FrameworkTask | inline |
| notify(uint8_t index, uint32_t value=1) | FrameworkTask | |
| notify(Notification n, uint32_t value=1) | FrameworkTask | |
| notifyFromISR(uint8_t index, uint32_t value=1, BaseType_t *pxHigherPriorityTaskWoken=nullptr) | FrameworkTask | |
| notifyFromISR(Notification n, uint32_t value=1, BaseType_t *pxHigherPriorityTaskWoken=nullptr) | FrameworkTask | |
| onEvent(const Event &event) | FrameworkTask | inlinevirtual |
| receiveFromQueue(void *item, TickType_t timeout=portMAX_DELAY) | FrameworkTask | protected |
| resume() | FrameworkTask | |
| run()=0 | FrameworkTask | protectedpure virtual |
| sendToQueue(const void *item, TickType_t timeout=0) | FrameworkTask | protected |
| start() | FrameworkTask | |
| suspend() | FrameworkTask | |
| taskEntry(void *pvParams) | FrameworkTask | privatestatic |
| waitFor(uint8_t index, TickType_t timeout=portMAX_DELAY) | FrameworkTask | |
| waitFor(Notification n, TickType_t timeout=portMAX_DELAY) | FrameworkTask | |
| waitFor(TickType_t timeout=portMAX_DELAY) | FrameworkTask | protected |
| waitForAny(uint8_t index, uint32_t mask, TickType_t timeout=portMAX_DELAY) | FrameworkTask | |
| ~FrameworkTask() | FrameworkTask | virtual |