mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-07 21:02:26 +02:00
fixed fnametostream set
This commit is contained in:
@@ -843,10 +843,9 @@ void Implementation::shutDownUDPSockets() {
|
||||
}
|
||||
|
||||
void Implementation::restreamStop() {
|
||||
for (const auto &it : dataStreamer) {
|
||||
std::string fnametostream = (filePath / fileName).string();
|
||||
std::string fnametostream = (filePath / fileName).string();
|
||||
for (const auto &it : dataStreamer)
|
||||
it->RestreamStop(fnametostream);
|
||||
}
|
||||
LOG(logINFO) << "Restreaming Dummy Header via ZMQ successful";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user