Files
slsDetectorPackage/slsDetectorServers/matterhonServer/include/StopServer.h
2026-02-13 18:14:59 +01:00

9 lines
154 B
C++

#include <cstdint>
// TODO: should this inherit from MatterhornServer?
class StopServer {
public:
StopServer(uint16_t port);
~StopServer();
};