mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
timing put for delay and period
This commit is contained in:
parent
ff7b6c5abe
commit
cda7814c21
@ -573,14 +573,13 @@ slsDetectorCommand::slsDetectorCommand(slsDetectorUtils *det) {
|
|||||||
i++;
|
i++;
|
||||||
|
|
||||||
/*! \page timing
|
/*! \page timing
|
||||||
/*! \page config
|
|
||||||
- <b>period [i]</b> sets/gets frame period in s. \c Returns \c (double with 9 decimal digits)
|
- <b>period [i]</b> sets/gets frame period in s. \c Returns \c (double with 9 decimal digits)
|
||||||
*/
|
*/
|
||||||
descrToFuncMap[i].m_pFuncName="period"; //
|
descrToFuncMap[i].m_pFuncName="period"; //
|
||||||
descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdTimer;
|
descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdTimer;
|
||||||
i++;
|
i++;
|
||||||
|
|
||||||
/*! \page config
|
/*! \page timing
|
||||||
- <b>delay [i]</b> sets/gets delay in s. Used in MYTHEN, GOTTHARD only. \c Returns \c (double with 9 decimal digits)
|
- <b>delay [i]</b> sets/gets delay in s. Used in MYTHEN, GOTTHARD only. \c Returns \c (double with 9 decimal digits)
|
||||||
*/
|
*/
|
||||||
descrToFuncMap[i].m_pFuncName="delay"; //
|
descrToFuncMap[i].m_pFuncName="delay"; //
|
||||||
|
Loading…
x
Reference in New Issue
Block a user