mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 17:01:05 +01:00
timing put for delay and period
This commit is contained in:
@@ -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"; //
|
||||||
|
|||||||
Reference in New Issue
Block a user