Loading [MathJax]/jax/input/TeX/config.js
SensESP
3.1.0
Universal Signal K sensor toolkit ESP32
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
m
n
o
s
u
v
w
Functions
a
b
c
e
f
g
h
m
o
s
u
Variables
Typedefs
a
b
d
f
i
n
s
v
w
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Typedefs
Related Symbols
Files
File List
File Members
All
b
d
g
h
k
l
m
p
r
s
w
Functions
Variables
Macros
▼
SensESP
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
▼
sensesp
►
controllers
▼
net
▼
web
►
autogen
►
app_command_handler.cpp
►
app_command_handler.h
►
base_command_handler.cpp
►
base_command_handler.h
►
config_handler.cpp
►
config_handler.h
►
css_bootstrap.h
►
index.h
►
js_jsoneditor.h
►
js_sensesp.h
►
static_file_data.h
►
static_file_handler.cpp
►
static_file_handler.h
discovery.cpp
►
discovery.h
►
http_authenticator.cpp
►
http_authenticator.h
►
http_server.cpp
►
http_server.h
►
networking.cpp
►
networking.h
ota.cpp
►
ota.h
►
wifi_state.h
►
sensors
►
signalk
►
system
►
transforms
►
types
►
ui
►
sensesp_version.h
►
main.cpp
►
sensesp.cpp
►
sensesp.h
►
sensesp_app.cpp
►
sensesp_app.h
►
sensesp_app_builder.h
sensesp_base_app.cpp
►
sensesp_base_app.h
►
sensesp_base_app_builder.h
►
sensesp_minimal_app.h
►
sensesp_minimal_app_builder.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
app_command_handler.h
Go to the documentation of this file.
1
#ifndef SENSESP_NET_HTTP_APP_COMMAND_HANDLER_H_
2
#define SENSESP_NET_HTTP_APP_COMMAND_HANDLER_H_
3
4
#include <memory>
5
#include <vector>
6
7
#include "ArduinoJson.h"
8
#include "
sensesp/net/http_server.h
"
9
#include "
sensesp/net/networking.h
"
10
11
namespace
sensesp
{
12
13
void
add_app_http_command_handlers
(std::shared_ptr<HTTPServer>& server,
14
std::shared_ptr<Networking>& networking);
15
16
}
// namespace sensesp
17
18
#endif
http_server.h
sensesp
Definition
sensesp.cpp:7
sensesp::add_app_http_command_handlers
void add_app_http_command_handlers(std::shared_ptr< HTTPServer > &server, std::shared_ptr< Networking > &networking)
Definition
app_command_handler.cpp:55
networking.h
src
sensesp
net
web
app_command_handler.h
Generated by
1.12.0