mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-11 10:21:50 +02:00
modified comments about ctb and xilinx not using roi
This commit is contained in:
@ -995,7 +995,7 @@ class Detector {
|
|||||||
|
|
||||||
/** only at multi module level without gap pixels. If more than 1 ROI per
|
/** only at multi module level without gap pixels. If more than 1 ROI per
|
||||||
* UDP port, it will throw. Setting number of udp interfaces will clear the
|
* UDP port, it will throw. Setting number of udp interfaces will clear the
|
||||||
* roi */
|
* roi. Cannot be set for CTB or Xilinx CTB */
|
||||||
void setRxROI(const std::vector<defs::ROI> &args);
|
void setRxROI(const std::vector<defs::ROI> &args);
|
||||||
|
|
||||||
void clearRxROI();
|
void clearRxROI();
|
||||||
|
@ -745,7 +745,8 @@ std::string Caller::rx_roi(int action) {
|
|||||||
"get command.\n"
|
"get command.\n"
|
||||||
"\t- Use the command 'rx_clearroi' to clear all ROIs.\n"
|
"\t- Use the command 'rx_clearroi' to clear all ROIs.\n"
|
||||||
"\t- Changing the number of UDP interfaces will automatically clear "
|
"\t- Changing the number of UDP interfaces will automatically clear "
|
||||||
"the current ROIs.\n";
|
"the current ROIs.\n\n"
|
||||||
|
"\t- Cannot be set for CTB or Xilinx CTB.\n";
|
||||||
|
|
||||||
if (action == defs::HELP_ACTION) {
|
if (action == defs::HELP_ACTION) {
|
||||||
os << helpMessage;
|
os << helpMessage;
|
||||||
|
@ -1387,7 +1387,6 @@ std::vector<defs::ROI> Detector::getRxROI(int module_id) const {
|
|||||||
return pimpl->getRxROI(module_id);
|
return pimpl->getRxROI(module_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
// RxROIs can be set for all types except CTB. At multi level without gap pixels
|
|
||||||
void Detector::setRxROI(const std::vector<defs::ROI> &args) {
|
void Detector::setRxROI(const std::vector<defs::ROI> &args) {
|
||||||
pimpl->setRxROI(args);
|
pimpl->setRxROI(args);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user