Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
FrameworkApp.h File Reference

Base class for applications using the PicoFramework. More...

+ 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...
 

Detailed Description

Author
Ian Archbell

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 application
  • initRoutes() to define route handlers
  • run() to implement the main application loop
Version
0.1
Date
2025-03-26
License:\n MIT License

Definition in file FrameworkApp.h.