mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-15 18:08:41 +01:00
refactored to take out repetitive code, need to adjust for slsMulti and slsFrameSync
This commit is contained in:
@@ -30,6 +30,7 @@ Receiver::~Receiver() = default;
|
||||
Receiver::Receiver(uint16_t port) {
|
||||
validatePortNumber(port);
|
||||
tcpipInterface = make_unique<ClientInterface>(port);
|
||||
if (port == 1957) throw RuntimeError("throwing for 1957");
|
||||
}
|
||||
|
||||
std::string Receiver::getReceiverVersion() {
|
||||
|
||||
Reference in New Issue
Block a user