This is the complete list of members for App, including all inherited members.
| _handle | FrameworkTask | protected |
| _name | FrameworkTask | protected |
| _priority | FrameworkTask | protected |
| _queue | FrameworkTask | protected |
| _stackSize | FrameworkTask | protected |
| _timers | FrameworkController | private |
| App(int port) | App | |
| createQueue(size_t itemSize, size_t length) | FrameworkTask | protected |
| enableEventQueue(size_t depth=8) | FrameworkController | inline |
| eventQueue_ | FrameworkController | private |
| FrameworkApp(int port, const char *name="AppTask", uint16_t stackSize=2048, UBaseType_t priority=tskIDLE_PRIORITY+1) | FrameworkApp | |
| FrameworkController(const char *name, Router &sharedRouter, uint16_t stackSize=1024, UBaseType_t priority=tskIDLE_PRIORITY+1) | FrameworkController | |
| FrameworkTask(const char *name, uint16_t stackSize=1024, UBaseType_t priority=1) | FrameworkTask | |
| getEventQueue() const | FrameworkController | inline |
| getHandle() const | FrameworkTask | |
| getName() const | FrameworkController | inline |
| getNextEvent(Event &event, uint32_t timeoutMs) | FrameworkController | inline |
| getPollIntervalTicks() | FrameworkController | inlineprotectedvirtual |
| initRoutes() override | App | virtual |
| manager | FrameworkApp | protected |
| 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 &e) override | App | virtual |
| onStart() override | App | virtual |
| pico | App | private |
| poll() override | App | virtual |
| receiveFromQueue(void *item, TickType_t timeout=portMAX_DELAY) | FrameworkTask | protected |
| resume() | FrameworkTask | |
| router | FrameworkApp | protected |
| run() override final | FrameworkController | virtual |
| runEvery(uint32_t intervalMs, const std::function< void()> &fn, const char *id) | FrameworkController | protected |
| sendToQueue(const void *item, TickType_t timeout=0) | FrameworkTask | protected |
| server | FrameworkApp | protected |
| start() | FrameworkApp | virtual |
| suspend() | FrameworkTask | |
| taskEntry(void *pvParams) | FrameworkTask | privatestatic |
| UserNotification enum name | App | |
| waitAndDispatch(uint32_t timeoutMs=portMAX_DELAY) | FrameworkController | private |
| 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 | |
| ~FrameworkApp()=default | FrameworkApp | virtual |
| ~FrameworkTask() | FrameworkTask | virtual |