mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-03-10 13:47:41 +01:00
9 lines
154 B
C++
9 lines
154 B
C++
#include <cstdint>
|
|
|
|
// TODO: should this inherit from MatterhornServer?
|
|
class StopServer {
|
|
public:
|
|
StopServer(uint16_t port);
|
|
|
|
~StopServer();
|
|
}; |