mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
wip
This commit is contained in:
@ -1045,7 +1045,6 @@ int Feb_Control_SendSoftwareTrigger() {
|
||||
|
||||
int Feb_Control_SoftwareTrigger(int block) {
|
||||
if (Feb_Control_activated) {
|
||||
/*
|
||||
// cant read reg
|
||||
int readyForTrigger = 0;
|
||||
if (!Feb_Control_IsReadyForTrigger(&readyForTrigger)) {
|
||||
@ -1057,10 +1056,10 @@ int Feb_Control_SoftwareTrigger(int block) {
|
||||
LOG(logWARNING, ("Not yet ready for trigger!\n"));
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
|
||||
// send trigger to both fpgas
|
||||
Feb_Control_SendSoftwareTrigger();
|
||||
/*
|
||||
|
||||
// wait for next trigger ready
|
||||
if (block) {
|
||||
int readyForTrigger = 0;
|
||||
@ -1079,7 +1078,6 @@ int Feb_Control_SoftwareTrigger(int block) {
|
||||
}
|
||||
LOG(logINFO, ("Ready for trigger!\n"));
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user