From 830b8fb9ca6ec89afa164b0933bcd5291f465bd5 Mon Sep 17 00:00:00 2001 From: Pieter Donker <donker@astron.nl> Date: Wed, 25 Nov 2009 14:32:34 +0000 Subject: [PATCH] Bug 335: trigger info changed --- MAC/APL/StationCU/src/TBBControl/TBBControl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/MAC/APL/StationCU/src/TBBControl/TBBControl.cc b/MAC/APL/StationCU/src/TBBControl/TBBControl.cc index e931f2ac093..e655a9bc89b 100644 --- a/MAC/APL/StationCU/src/TBBControl/TBBControl.cc +++ b/MAC/APL/StationCU/src/TBBControl/TBBControl.cc @@ -599,6 +599,7 @@ GCFEvent::TResult TBBControl::doTBBtrigsetup(GCFEvent& event, GCFPortInterface& cmd.setup[i].stop_mode = (*it).stopLevel; cmd.setup[i].filter_select = (*it).filter; cmd.setup[i].window = (*it).detectWindow; + cmd.setup[i].trigger_mode = 0; //(*it).triggerMode; } } } -- GitLab