mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-06-07 23:38:42 +02:00
WIP
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user