fix the command help in the command help generator for Gotthard2 about nextframenumber (#994)

This commit is contained in:
maliakal_d 2024-10-03 11:50:42 +02:00 committed by GitHub
parent d2bfb91a16
commit 04eed990c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8023 additions and 8021 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5580,8 +5580,10 @@ nextframenumber:
store_result_in_t: false
command_name: nextframenumber
function_alias: nextframenumber
help: "[n_value]\n\t[Eiger][Jungfrau][Moench][Ctb][Xilinx Ctb] Next frame number.\
\ Stopping acquisition might result in different frame numbers for different modules."
help: "[n_value]\n\t[Eiger][Jungfrau][Moench][Ctb][Xilinx Ctb][Gotthard2] Next frame\
\ number. Stopping acquisition might result in different frame numbers for different\
\ modules. So, after stopping, next frame number (max + 1) is set for all the\
\ modules afterwards."
infer_action: true
template: true
nmod:

View File

@ -7373,7 +7373,7 @@ std::string Caller::nextframenumber(int action) {
if (action == slsDetectorDefs::HELP_ACTION) {
os << "Command: nextframenumber" << std::endl;
os << R"V0G0N([n_value]
[Eiger][Jungfrau][Moench][Ctb][Xilinx Ctb] Next frame number. Stopping acquisition might result in different frame numbers for different modules. )V0G0N"
[Eiger][Jungfrau][Moench][Ctb][Xilinx Ctb][Gotthard2] Next frame number. Stopping acquisition might result in different frame numbers for different modules. So, after stopping, next frame number (max + 1) is set for all the modules afterwards. )V0G0N"
<< std::endl;
return os.str();
}