mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-09 06:10:02 +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;
|
||||
i++;
|
||||
|
||||
descr
|
||||
|
||||
/*! \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!
|
||||
*/
|
||||
ToFuncMap[i].m_pFuncName="v_chip"; //
|
||||
descrToFuncMap[i].m_pFuncName="v_chip"; //
|
||||
descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdDAC;
|
||||
i++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user