mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 14:57:13 +02:00
minor changes
This commit is contained in:
@ -87,7 +87,7 @@ void Detector::loadParameters(const std::vector<std::string> ¶meters) {
|
||||
for (const auto ¤t_line : parameters) {
|
||||
parser.Parse(current_line);
|
||||
proxy.Call(parser.command(), parser.arguments(), parser.detector_id(),
|
||||
defs::PUT_ACTION);
|
||||
defs::PUT_ACTION, std::cout, parser.receiver_id());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user