From: hadaq Date: Thu, 29 Mar 2012 11:47:27 +0000 (+0000) Subject: JAM: add runstop event for resdownscale data stream X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=532617ace145a6fe9c7a21bd0ea6521286fa350f;p=daqdata.git JAM: add runstop event for resdownscale data stream (QA monitor problem). To be tested. --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index c131d51..b7189c7 100644 --- a/hadaq/evtbuild.c +++ b/hadaq/evtbuild.c @@ -1,4 +1,4 @@ -static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.161 2012-03-27 07:55:20 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.162 2012-03-29 11:47:27 hadaq Exp $"; #define _POSIX_C_SOURCE 199309L #define SYSLOG_NAMES @@ -1630,9 +1630,15 @@ int main(int argc, char *argv[]) rfio_closeConnection(theArgs); #endif - if (theArgs->resdownscale) + if (theArgs->resdownscale) { + /* JAM provide closing event in case of stop by signal */ + void *evt; + evt = newEvt(EvtDecoding_64bitAligned, EvtId_runStop); + Res_writeFile(evt, runNr, seqNr); + deleteEvt(evt); + /******/ Res_closeFile(theArgs); - + } storeInfoStop(argv[0], ourTime, worker, theArgs); /* store simple stop run info */