mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 01:00:02 +02:00
WIP
This commit is contained in:
parent
8e771c48bd
commit
f9d832bf34
@ -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,
|
||||
|
@ -1240,4 +1240,9 @@ std::string CmdProxy::PatternWaitTime(int action) {
|
||||
}
|
||||
|
||||
|
||||
/* Moench */
|
||||
|
||||
|
||||
|
||||
|
||||
} // namespace sls
|
Loading…
x
Reference in New Issue
Block a user