🧼 Renames stateful service

This commit is contained in:
Rune Harlyk
2024-11-14 09:43:12 +01:00
parent c92a931846
commit 09f5460db7
10 changed files with 14 additions and 15 deletions
@@ -7,12 +7,12 @@ namespace Camera {
#include <camera_service.h> #include <camera_service.h>
#include <EventEndpoint.h> #include <EventEndpoint.h>
#include <FSPersistence.h> #include <stateful_persistence.h>
#include <stateful_service_endpoint.h> #include <stateful_service_endpoint.h>
#include <JsonUtils.h> #include <JsonUtils.h>
#include <PsychicHttp.h> #include <PsychicHttp.h>
#include <SettingValue.h> #include <SettingValue.h>
#include <StatefulService.h> #include <stateful_service.h>
#include <esp_camera.h> #include <esp_camera.h>
#include <filesystem.h> #include <filesystem.h>
+1 -1
View File
@@ -17,7 +17,7 @@
#include <event_socket.h> #include <event_socket.h>
#include <PsychicHttp.h> #include <PsychicHttp.h>
#include <StatefulService.h> #include <stateful_service.h>
template <class T> template <class T>
class EventEndpoint { class EventEndpoint {
+2 -2
View File
@@ -2,8 +2,8 @@
#define Peripherals_h #define Peripherals_h
#include <EventEndpoint.h> #include <EventEndpoint.h>
#include <FSPersistence.h> #include <stateful_persistence.h>
#include <StatefulService.h> #include <stateful_service.h>
#include <MathUtils.h> #include <MathUtils.h>
#include <timing.h> #include <timing.h>
#include <filesystem.h> #include <filesystem.h>
+2 -3
View File
@@ -2,10 +2,9 @@
#define ServoController_h #define ServoController_h
#include <Adafruit_PWMServoDriver.h> #include <Adafruit_PWMServoDriver.h>
#include <EventEndpoint.h>
#include <event_socket.h> #include <event_socket.h>
#include <FSPersistence.h> #include <stateful_persistence.h>
#include <StatefulService.h> #include <stateful_service.h>
#include <stateful_service_endpoint.h> #include <stateful_service_endpoint.h>
#include <MathUtils.h> #include <MathUtils.h>
#include <timing.h> #include <timing.h>
+2 -2
View File
@@ -1,6 +1,6 @@
#include <StatefulService.h> #include <stateful_service.h>
#include <stateful_service_endpoint.h> #include <stateful_service_endpoint.h>
#include <FSPersistence.h> #include <stateful_persistence.h>
#include <settings/ap_settings.h> #include <settings/ap_settings.h>
#include <timing.h> #include <timing.h>
#include <WiFi.h> #include <WiFi.h>
+1 -1
View File
@@ -2,7 +2,7 @@
#define Socket_h #define Socket_h
#include <PsychicHttp.h> #include <PsychicHttp.h>
#include <StatefulService.h> #include <stateful_service.h>
#include <list> #include <list>
#include <map> #include <map>
#include <vector> #include <vector>
+1 -1
View File
@@ -2,7 +2,7 @@
#define NTPService_h #define NTPService_h
#include <filesystem.h> #include <filesystem.h>
#include <FSPersistence.h> #include <stateful_persistence.h>
#include <WiFi.h> #include <WiFi.h>
#include <stateful_service_endpoint.h> #include <stateful_service_endpoint.h>
#include <settings/ntp_settings.h> #include <settings/ntp_settings.h>
@@ -17,7 +17,7 @@
**/ **/
#include <FS.h> #include <FS.h>
#include <StatefulService.h> #include <stateful_service.h>
#include <filesystem.h> #include <filesystem.h>
template <class T> template <class T>
+2 -2
View File
@@ -7,8 +7,8 @@
#include <filesystem.h> #include <filesystem.h>
#include <timing.h> #include <timing.h>
#include <StatefulService.h> #include <stateful_service.h>
#include <FSPersistence.h> #include <stateful_persistence.h>
#include <stateful_service_endpoint.h> #include <stateful_service_endpoint.h>
#include <settings/wifi_settings.h> #include <settings/wifi_settings.h>