This commit is contained in:
2026-04-10 11:31:52 +02:00
parent 0d2b91cd1f
commit 0094698572
2 changed files with 5 additions and 1 deletions
@@ -6,7 +6,11 @@
#include "sls/sls_detector_defs.h"
#include "sls/versionAPI.h"
#include <array>
#include <cstring>
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
namespace sls {
@@ -3,7 +3,7 @@
namespace sls {
// TODO: should this inherit from MatterhornServer or a base class
// TODO: should this inherit from MatterhornServer or a base class - depending on virtual or not
class StopServer : public MatterhornServer {
public:
StopServer(uint16_t port);