Loading [MathJax]/jax/input/TeX/config.js
SensESP 3.1.0
Universal Signal K sensor toolkit ESP32
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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"
10
11namespace sensesp {
12
13void add_app_http_command_handlers(std::shared_ptr<HTTPServer>& server,
14 std::shared_ptr<Networking>& networking);
15
16} // namespace sensesp
17
18#endif
void add_app_http_command_handlers(std::shared_ptr< HTTPServer > &server, std::shared_ptr< Networking > &networking)