Base class for applications using the PicoFramework. More...
#include "framework/FrameworkManager.h"#include "framework/FrameworkController.h"#include "framework/AppContext.h"#include "http/Router.h"#include "http/HttpServer.h"
Include dependency graph for FrameworkApp.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FrameworkApp |
| Base class for applications using the framework. More... | |
FrameworkApp inherits from FrameworkTask to provide task management, HTTP server integration, and route initialization. Designed to be subclassed by specific application implementations.
Derived classes implement:
start() to initialize the applicationinitRoutes() to define route handlersrun() to implement the main application loopDefinition in file FrameworkApp.h.