mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
changed documentation
This commit is contained in:
@ -1414,7 +1414,7 @@ lock:
|
||||
|
||||
|
||||
rx_dbitreorder:
|
||||
help: "[0, 1]\n\t[Ctb] Reorder digital data to group together all samples per signal. Default is 1. Setting to 0 means 'do not reorder' and to keep what the board spits out, which is that all signals in a sample are grouped together."
|
||||
help: "[0, 1]\n\t[Ctb] Reorder digital data such that it groups each signal (0-63) from all the different samples together . Default is 1. Setting to 0 means 'do not reorder' and to keep what the board spits out, which is that all signals in a sample are grouped together."
|
||||
inherit_actions: INTEGER_COMMAND_VEC_ID
|
||||
actions:
|
||||
GET:
|
||||
|
@ -1732,7 +1732,8 @@ class Detector {
|
||||
/** [CTB] */
|
||||
Result<bool> getRxDbitReorder(Positions pos = {}) const;
|
||||
|
||||
/** [CTB] Reorder digital data to group together all samples per signal.
|
||||
/** [CTB] Reorder digital data such that it groups each signal (0-63)
|
||||
* from all the different samples together.
|
||||
* Default is true. Setting to false means 'do not reorder' and to keep what
|
||||
* the board spits out, which is that all signals in a sample are grouped
|
||||
* together */
|
||||
|
@ -10706,7 +10706,7 @@ std::string Caller::rx_dbitreorder(int action) {
|
||||
// print help
|
||||
if (action == slsDetectorDefs::HELP_ACTION) {
|
||||
os << R"V0G0N([0, 1]
|
||||
[Ctb] Reorder digital data to group together all samples per signal. Default is 1. Setting to 0 means 'do not reorder' and to keep what the board spits out, which is that all signals in a sample are grouped together. )V0G0N"
|
||||
[Ctb] Reorder digital data such that it groups each signal (0-63) from all the different samples together . Default is 1. Setting to 0 means 'do not reorder' and to keep what the board spits out, which is that all signals in a sample are grouped together. )V0G0N"
|
||||
<< std::endl;
|
||||
return os.str();
|
||||
}
|
||||
|
Reference in New Issue
Block a user