mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-03 11:18:12 +02:00
bug: client excpetcs 4 bytes
This commit is contained in:
@@ -451,7 +451,7 @@ ProcessedResult DetectorServer<DerivedDetectorServer>::get_num_udp_interfaces(
|
||||
template <typename DerivedDetectorServer>
|
||||
ProcessedResult DetectorServer<DerivedDetectorServer>::get_detector_type(
|
||||
ServerInterface &socket) const {
|
||||
uint8_t detectortype = getDerivedImpl()->get_detector_type();
|
||||
uint32_t detectortype = getDerivedImpl()->get_detector_type();
|
||||
return ProcessedResult{
|
||||
static_cast<ReturnCode>(socket.sendResult(detectortype))};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user