mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-11 15:20:01 +02:00
compile error bug fix
This commit is contained in:
parent
6b28201f72
commit
ae7255953d
@ -1450,11 +1450,11 @@ slsDetectorCommand::slsDetectorCommand(slsDetectorUtils *det) {
|
|||||||
descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdDAC;
|
descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdDAC;
|
||||||
i++;
|
i++;
|
||||||
|
|
||||||
descr
|
|
||||||
/*! \page settings
|
/*! \page settings
|
||||||
- <b>v_chip [i] mv</b> Sets/gets value for Vchip on the new chiptest board. Must be in mV (int). Normally don't use it!
|
- <b>v_chip [i] mv</b> Sets/gets value for Vchip on the new chiptest board. Must be in mV (int). Normally don't use it!
|
||||||
*/
|
*/
|
||||||
ToFuncMap[i].m_pFuncName="v_chip"; //
|
descrToFuncMap[i].m_pFuncName="v_chip"; //
|
||||||
descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdDAC;
|
descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdDAC;
|
||||||
i++;
|
i++;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user