SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp_minimal_app.h
Go to the documentation of this file.
1#ifndef _sensesp_minimal_app_H_
2#define _sensesp_minimal_app_H_
3
4#include "sensesp_base_app.h"
5
6namespace sensesp {
7
9 public:
12
16 static SensESPMinimalApp *get();
17
18 protected:
20
22};
23
24} // namespace sensesp
25
26#endif
Construct a new transform based on a single function.
The base class for SensESP applications.
static SensESPMinimalApp * get()
Get the singleton instance of the SensESPMinimalApp.
SensESPMinimalApp(SensESPMinimalApp &other)=delete
void operator=(SensESPMinimalApp &other)=delete