diff --git a/slsDetectorSoftware/include/CmdProxy.h b/slsDetectorSoftware/include/CmdProxy.h index 17a7124b3..dd32d921c 100644 --- a/slsDetectorSoftware/include/CmdProxy.h +++ b/slsDetectorSoftware/include/CmdProxy.h @@ -508,6 +508,7 @@ class CmdProxy { {"i_io", "im_io"} /* Pattern */ + /* Moench */ }; @@ -730,6 +731,8 @@ class CmdProxy { {"patmask", &CmdProxy::patmask}, {"patsetbit", &CmdProxy::patsetbit}, + /* Moench */ + @@ -794,6 +797,7 @@ class CmdProxy { std::string PatternLoopCycles(int action); std::string PatternWaitAddress(int action); std::string PatternWaitTime(int action); + /* Moench */ @@ -1262,6 +1266,9 @@ class CmdProxy { "[64 bit mask]\n\t[Ctb] 64 bit values applied to the selected patmask for every pattern."); + /* Moench */ + + DAC_COMMAND(adcvpp, getDAC, setDAC, defs::ADC_VPP, diff --git a/slsDetectorSoftware/src/CmdProxy.cpp b/slsDetectorSoftware/src/CmdProxy.cpp index 3b6bf43a7..4b088f437 100644 --- a/slsDetectorSoftware/src/CmdProxy.cpp +++ b/slsDetectorSoftware/src/CmdProxy.cpp @@ -1240,4 +1240,9 @@ std::string CmdProxy::PatternWaitTime(int action) { } +/* Moench */ + + + + } // namespace sls \ No newline at end of file