Pico-Framework
A web-first embedded framework for C++
Loading...
Searching...
No Matches
DashboardView.cpp
Go to the documentation of this file.
1
#include "
DashboardView.h
"
2
3
//const char* DashboardView::dashboard_html = dashboard_html;
4
5
DashboardView::DashboardView
()
6
:
StaticView
(
dashboard_html
) {}
// uses TemplateSource::Inline by default
DashboardView.h
DashboardView::DashboardView
DashboardView()
Definition
DashboardView.cpp:5
StaticView
StaticView sends a fixed HTML string with no template substitution.
Definition
StaticView.h:13
dashboard_html
const char * dashboard_html
Definition
dashboard.h:1
test-app
DashboardView.cpp
Generated by
1.9.8