# # ChangeLog for trunk/FACT++ # # Generated by Trac 1.5.2 # 11/11/24 18:02:48 Fri, 08 Jul 2011 08:34:29 GMT lyard [11290] * trunk/FACT++/src/FilesStatisticsService.cc (added) * trunk/FACT++/src/FilesStatisticsService.h (added) * trunk/FACT++/src/Fits.cc (modified) * trunk/FACT++/src/datalogger.cc (modified) Moved the files statistics to a separate class and improved transitions Thu, 07 Jul 2011 18:56:07 GMT tbretz [11288] * trunk/FACT++/src/StateMachineImp.h (modified) Added virtual functions for Lock and Unlock Thu, 07 Jul 2011 18:55:40 GMT tbretz [11287] * trunk/FACT++/src/StateMachineImp.cc (modified) Added locking around HandleEvent Thu, 07 Jul 2011 18:55:23 GMT tbretz [11286] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Updated to new statistic; changed to new runStat values; added ... Thu, 07 Jul 2011 18:54:28 GMT tbretz [11285] * trunk/FACT++/src/fadctrl.cc (modified) Added 'RESET' Thu, 07 Jul 2011 18:54:10 GMT tbretz [11284] * trunk/FACT++/src/fad.cc (modified) Added the possibility to set the update rate for self triggered events. Thu, 07 Jul 2011 18:53:38 GMT tbretz [11283] * trunk/FACT++/src/Fits.cc (modified) Adapted some log output to standard used in the other classes. Thu, 07 Jul 2011 18:52:05 GMT tbretz [11282] * trunk/FACT++/src/EventBuilder.c (modified) Mainly new statistics. Thu, 07 Jul 2011 18:51:54 GMT tbretz [11281] * trunk/FACT++/src/EventBuilder.h (modified) Removed obsolete gi_usedMem Thu, 07 Jul 2011 18:51:22 GMT tbretz [11280] * trunk/FACT++/src/StateMachineDim.cc (modified) * trunk/FACT++/src/StateMachineDim.h (modified) Added virtual function for locking; fixed the order of instantiation ... Thu, 07 Jul 2011 18:50:02 GMT tbretz [11279] * trunk/FACT++/gui/FactGui.h (modified) Added code for new fadctrl statistics; better treatment of enable of ... Thu, 07 Jul 2011 18:48:36 GMT tbretz [11278] * trunk/FACT++/gui/MainWindow.cc (modified) * trunk/FACT++/gui/MainWindow.h (modified) Added preliminary code to start data logger. Thu, 07 Jul 2011 18:48:14 GMT tbretz [11277] * trunk/FACT++/gui/design.ui (modified) Added button to start data logger. Thu, 07 Jul 2011 12:56:03 GMT tbretz [11276] * trunk/FACT++/gui/design.ui (modified) Set default for FAD buffer progress bar to 0. Thu, 07 Jul 2011 12:49:54 GMT tbretz [11275] * trunk/FACT++/src/DimServiceInfoList.cc (modified) Fixed fServiceList.erase in RemoveServer; the entry might not exist. Thu, 07 Jul 2011 12:48:18 GMT tbretz [11274] * trunk/FACT++/src/DimServiceInfoList.h (modified) Fixed a typo in a comment. Thu, 07 Jul 2011 12:38:35 GMT tbretz [11273] * trunk/FACT++/src/FAD.h (modified) Added EVT_STAT and GUI_STAT; changed ADC values to signed Wed, 06 Jul 2011 16:25:48 GMT tbretz [11271] * trunk/FACT++/src/MessageDim.cc (modified) Changed default for fDimMessage from en empty string to a NULL pointer. Wed, 06 Jul 2011 16:21:19 GMT tbretz [11270] * trunk/FACT++/src/datalogger.cc (modified) Added a missing ; Wed, 06 Jul 2011 16:19:53 GMT tbretz [11269] * trunk/FACT++/src/datalogger.cc (modified) Moved calling of RemoveAllServices from RemoveAllServers and ... Wed, 06 Jul 2011 15:51:58 GMT Daniela Dorner [11268] * trunk/FACT++/src/triggerschedule.cc (modified) removed required() for option schedule-database-name Wed, 06 Jul 2011 15:21:44 GMT tbretz [11267] * trunk/FACT++/src/DimServiceInfoList.cc (modified) Included a call to RemoveAllServices to RemoveServer. Wed, 06 Jul 2011 15:20:09 GMT tbretz [11266] * trunk/FACT++/gui/FactGui.h (modified) Removed cose which got obsolete due to the include of ... Wed, 06 Jul 2011 15:06:48 GMT lyard [11265] * trunk/FACT++/src/datalogger.cc (modified) Added the RemoveServer and RemoveAllServers functions. Seems to have ... Wed, 06 Jul 2011 12:51:26 GMT tbretz [11264] * trunk/FACT++/src/drivectrl.cc (modified) * trunk/FACT++/src/fadctrl.cc (modified) * trunk/FACT++/src/fscctrl.cc (modified) * trunk/FACT++/src/ftmctrl.cc (modified) Removed includes which are now in Main.h Wed, 06 Jul 2011 12:50:06 GMT tbretz [11263] * trunk/FACT++/src/Main.h (modified) Added include of boost/thread.hpp and LocalControl.h Wed, 06 Jul 2011 12:49:41 GMT tbretz [11262] * trunk/FACT++/src/StateMachineDim.h (modified) Made SetCurrentState a protected functioj so that derives state ... Wed, 06 Jul 2011 12:49:03 GMT tbretz [11261] * trunk/FACT++/src/datalogger.cc (modified) Removed SetCurrentState; removed includes which are now in Main.h; ... Wed, 06 Jul 2011 12:33:55 GMT tbretz [11260] * trunk/FACT++/src/Connection.cc (modified) * trunk/FACT++/src/Connection.h (modified) Fixed a problem introduced with the splitting of Connect which caused ... Wed, 06 Jul 2011 08:35:34 GMT tbretz [11257] * trunk/FACT++/src/fadctrl.cc (modified) Removed the --no-dim option, because it won't work anyway at the moment. Tue, 05 Jul 2011 10:08:58 GMT tbretz [11256] * trunk/FACT++/src/Configuration.cc (modified) Updated reference about regex for database url. Tue, 05 Jul 2011 10:05:25 GMT tbretz [11255] * trunk/FACT++/src/scheduler.cc (modified) Updated regex to evaluate schedule-database. Tue, 05 Jul 2011 09:25:26 GMT tbretz [11254] * trunk/FACT++/src/scheduler.cc (modified) Changed SetConfiguration to EvalConfiguration; changed positional ... Tue, 05 Jul 2011 09:24:02 GMT tbretz [11253] * trunk/FACT++/src/Main.h (modified) * trunk/FACT++/src/datalogger.cc (modified) * trunk/FACT++/src/drivectrl.cc (modified) * trunk/FACT++/src/fadctrl.cc (modified) * trunk/FACT++/src/fscctrl.cc (modified) * trunk/FACT++/src/ftmctrl.cc (modified) Changed SetConfiguration to EvalConfiguration and its return value ... Mon, 04 Jul 2011 21:22:37 GMT tbretz [11252] * trunk/FACT++/src/Main.h (added) Added a first draft of a unified main program. Mon, 04 Jul 2011 21:21:29 GMT tbretz [11251] * trunk/FACT++/src/datalogger.cc (modified) * trunk/FACT++/src/drivectrl.cc (modified) * trunk/FACT++/src/fadctrl.cc (modified) * trunk/FACT++/src/fscctrl.cc (modified) * trunk/FACT++/src/ftmctrl.cc (modified) * trunk/FACT++/src/scheduler.cc (modified) Started to unify the main program of the io_service based control ... Mon, 04 Jul 2011 19:50:33 GMT tbretz [11250] * trunk/FACT++/src/DimSetup.cc (modified) Fixed a problem in the C version of GetLocalIp Mon, 04 Jul 2011 19:23:55 GMT tbretz [11249] * trunk/FACT++/Makefile.am (modified) * trunk/FACT++/Makefile.in (modified) Added warning for non virtual destructors. Mon, 04 Jul 2011 19:22:36 GMT tbretz [11248] * trunk/FACT++/src/Configuration.cc (modified) Fixed a function description. Mon, 04 Jul 2011 19:22:17 GMT tbretz [11247] * trunk/FACT++/src/Configuration.h (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) * trunk/FACT++/src/MessageImp.h (modified) * trunk/FACT++/src/Readline.h (modified) Made destructors virtual. Mon, 04 Jul 2011 19:07:56 GMT tbretz [11246] * trunk/FACT++/src/DimDescriptionService.h (modified) * trunk/FACT++/src/EventImp.h (modified) Made destructor virtual -- destructors of base classes should always ... Sat, 02 Jul 2011 15:34:33 GMT tbretz [11245] * trunk/FACT++/src/datalogger.cc (modified) Unified all three run modes. Fri, 01 Jul 2011 15:54:48 GMT tbretz [11244] * trunk/FACT++/src/EventBuilderWrapper.h (modified) 'repaired' switch in openRun and set default for fFileFormat to kNone Fri, 01 Jul 2011 15:53:40 GMT tbretz [11243] * trunk/FACT++/src/fadctrl.cc (modified) Added SET_FILE_FORMAT Fri, 01 Jul 2011 15:51:50 GMT tbretz [11242] * trunk/FACT++/gui/FactGui.h (modified) Fixed switching off AutoScale in ADC window; delete fEventData in ... Fri, 01 Jul 2011 09:52:49 GMT tbretz [11240] * trunk/FACT++/gui/FactGui.h (modified) Set default y-scale of Rate plot to [0,1010] Fri, 01 Jul 2011 09:47:04 GMT tbretz [11239] * trunk/FACT++/gui/FactGui.h (modified) Fixed reference clock indices. Fri, 01 Jul 2011 09:40:52 GMT tbretz [11238] * trunk/FACT++/src/FAD.h (modified) Changed Adc_Data from uint16 to int16 Fri, 01 Jul 2011 09:11:48 GMT tbretz [11237] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Fixed calculation of g_maxMem Fri, 01 Jul 2011 09:11:23 GMT tbretz [11236] * trunk/FACT++/src/DimSetup.h (modified) Changed again the default address for ocal ip resolution to a default ... Fri, 01 Jul 2011 08:40:26 GMT tbretz [11235] * trunk/FACT++/gui/design.ui (modified) Little layout changes Fri, 01 Jul 2011 08:31:37 GMT tbretz [11234] * trunk/FACT++/gui/design.ui (modified) Small layout updates Fri, 01 Jul 2011 08:21:28 GMT tbretz [11233] * trunk/FACT++/gui/design.ui (modified) Layouted FAD tab Fri, 01 Jul 2011 07:49:59 GMT tbretz [11231] * trunk/FACT++/gui/FactGui.h (modified) Display DIM_DNS_NODE. Fri, 01 Jul 2011 07:49:31 GMT tbretz [11230] * trunk/FACT++/gui/fact.cc (modified) Updated initialization process according to the other programs. Fri, 01 Jul 2011 07:38:40 GMT tbretz [11229] * trunk/FACT++/Makefile.am (modified) * trunk/FACT++/Makefile.in (modified) * trunk/FACT++/src/argv.cc (modified) * trunk/FACT++/src/logtime.cc (modified) * trunk/FACT++/src/tools.cc (modified) * trunk/FACT++/src/tools.h (modified) Reverted commit by mistake. Fri, 01 Jul 2011 07:30:53 GMT tbretz [11228] * trunk/FACT++/Makefile.am (modified) * trunk/FACT++/Makefile.in (modified) * trunk/FACT++/gui/design.ui (modified) * trunk/FACT++/src/argv.cc (modified) * trunk/FACT++/src/fad.cc (modified) * trunk/FACT++/src/logtime.cc (modified) * trunk/FACT++/src/tools.cc (modified) * trunk/FACT++/src/tools.h (modified) Layout update FAD tab Thu, 30 Jun 2011 22:35:49 GMT tbretz [11227] * trunk/FACT++/gui/design.ui (modified) Changed startup tab Thu, 30 Jun 2011 22:29:42 GMT tbretz [11226] * trunk/FACT++/gui/FactGui.h (modified) * trunk/FACT++/gui/MainWindow.h (modified) * trunk/FACT++/gui/design.ui (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) broadcast whole events via Dim; made MainWindow and abstract base ... Thu, 30 Jun 2011 19:55:02 GMT tbretz [11225] * trunk/FACT++/gui/FactGui.h (modified) * trunk/FACT++/gui/design.ui (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) Implemented REFRENECE_CLOCK Thu, 30 Jun 2011 19:23:19 GMT tbretz [11224] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Send FADC data once a second. Thu, 30 Jun 2011 19:18:08 GMT neise [11223] * trunk/FACT++/gui/FactGui.h (modified) Fixed ADC pipeline display Thu, 30 Jun 2011 19:17:03 GMT neise [11222] * trunk/FACT++/gui/MainWindow.cc (modified) * trunk/FACT++/gui/MainWindow.h (modified) * trunk/FACT++/gui/design.ui (modified) Added StartRun/StopRun Thu, 30 Jun 2011 18:01:06 GMT tbretz [11221] * trunk/FACT++/src/datalogger.cc (modified) * trunk/FACT++/src/dimctrl.cc (modified) * trunk/FACT++/src/drivectrl.cc (modified) * trunk/FACT++/src/fadctrl.cc (modified) * trunk/FACT++/src/ftmctrl.cc (modified) * trunk/FACT++/src/scheduler.cc (modified) Removed q as shortcut for --quit to avoid confusion with --quiet Thu, 30 Jun 2011 13:16:30 GMT lyard [11220] * trunk/FACT++/src/datalogger.cc (modified) now use the toStrings method of the converter Thu, 30 Jun 2011 13:01:39 GMT lyard [11219] * trunk/FACT++/src/Fits.cc (modified) * trunk/FACT++/src/datalogger.cc (modified) added 2 write error states + bug fix Wed, 29 Jun 2011 22:08:38 GMT tbretz [11218] * trunk/FACT++/src/datalogger.cc (modified) * trunk/FACT++/src/dimctrl.cc (modified) * trunk/FACT++/src/drivectrl.cc (modified) * trunk/FACT++/src/fadctrl.cc (modified) * trunk/FACT++/src/fscctrl.cc (modified) * trunk/FACT++/src/ftmctrl.cc (modified) * trunk/FACT++/src/scheduler.cc (modified) Added --cmd and --quit program option. Wed, 29 Jun 2011 21:59:42 GMT tbretz [11217] * trunk/FACT++/src/Readline.h (modified) Made ProcessLine a public function to allow for --cmd command. Wed, 29 Jun 2011 21:59:07 GMT tbretz [11216] * trunk/FACT++/src/scheduler.cc (modified) Added cmd and quit command. Wed, 29 Jun 2011 20:02:47 GMT tbretz [11215] * trunk/FACT++/src/Time.cc (modified) * trunk/FACT++/src/Time.h (modified) Added NightAsInt Wed, 29 Jun 2011 20:02:18 GMT tbretz [11214] * trunk/FACT++/gui/design.ui (modified) Little change. Wed, 29 Jun 2011 16:28:25 GMT tbretz [11213] * trunk/FACT++/gui/design.ui (modified) Renamed the fad temperature led. Wed, 29 Jun 2011 14:25:22 GMT tbretz [11211] * trunk/FACT++/src/Converter.cc (modified) * trunk/FACT++/src/Converter.h (modified) Added ToStrings Wed, 29 Jun 2011 14:15:37 GMT tbretz [11210] * trunk/FACT++/src/HeadersFAD.h (modified) Moved coding and decoding of the 12 bit temperature to the conversion ... Wed, 29 Jun 2011 14:14:43 GMT tbretz [11209] * trunk/FACT++/src/fad.cc (modified) Added trigger id and fake temperature. Wed, 29 Jun 2011 14:14:21 GMT tbretz [11208] * trunk/FACT++/src/Time.cc (modified) * trunk/FACT++/src/Time.h (modified) Added a new constructor which takes special_values as argument. Wed, 29 Jun 2011 14:13:47 GMT tbretz [11207] * trunk/FACT++/gui/FactGui.h (modified) * trunk/FACT++/gui/design.ui (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) Many little and more changed to teh FAD and event builder controls; ... Mon, 27 Jun 2011 16:22:21 GMT tbretz [11203] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Removedmore obsolete stuff. Mon, 27 Jun 2011 16:21:58 GMT tbretz [11202] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Removed some obsolete code. Mon, 27 Jun 2011 16:03:33 GMT tbretz [11201] * trunk/FACT++/src/fad.cc (modified) Inverted bit for command socket. Mon, 27 Jun 2011 15:59:40 GMT tbretz [11200] * trunk/FACT++/gui/FactGui.h (modified) * trunk/FACT++/gui/MainWindow.cc (modified) * trunk/FACT++/gui/MainWindow.h (modified) * trunk/FACT++/gui/design.ui (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) Restructured the FAD gui; made widgets for run-number and ROI active. Mon, 27 Jun 2011 14:06:10 GMT tbretz [11199] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Removed fDimCurrentEvent; wrapped update of fDimEvents into a 1s check. Mon, 27 Jun 2011 14:03:59 GMT tbretz [11198] * trunk/FACT++/src/Connection.cc (modified) Do noz print 'Trying to connect' message more than once. Mon, 27 Jun 2011 14:03:32 GMT tbretz [11197] * trunk/FACT++/src/fadctrl.cc (modified) Changed the fStatus2 array to support also an 'all diconnected but ... Mon, 27 Jun 2011 14:03:03 GMT tbretz [11196] * trunk/FACT++/gui/FactGui.h (modified) Changed the FAD Led status to support also an 'all diconnected but ... Mon, 27 Jun 2011 13:45:57 GMT tbretz [11195] * trunk/FACT++/src/fad.cc (modified) Updated with some more status bit support. Mon, 27 Jun 2011 12:27:32 GMT tbretz [11194] * trunk/FACT++/src/fadctrl.cc (modified) Removed an obsolete debug out. Mon, 27 Jun 2011 12:26:34 GMT tbretz [11193] * trunk/FACT++/src/HeadersFAD.h (modified) Replaced the constructor of EventHeader with a vector by ... Mon, 27 Jun 2011 12:25:48 GMT tbretz [11192] * trunk/FACT++/src/fadctrl.cc (modified) Made the tcp::endpoint and the slot number a member of ConenctionFAD; ... Mon, 27 Jun 2011 12:24:53 GMT tbretz [11191] * trunk/FACT++/src/EventBuilder.c (modified) Workaroudn for a problem with negative gi_NumConnects Mon, 27 Jun 2011 12:00:22 GMT tbretz [11190] * trunk/FACT++/src/Connection.cc (modified) * trunk/FACT++/src/Connection.h (modified) Added the possbility to give an IP Address with a port rather than a ... Fri, 24 Jun 2011 16:38:02 GMT tbretz [11188] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Also update status informations when connection information has ... Fri, 24 Jun 2011 15:59:41 GMT tbretz [11187] * trunk/FACT++/src/EventBuilder.c (modified) Removed some debug code. Fri, 24 Jun 2011 15:46:25 GMT tbretz [11186] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Tried another fix for the CompareBits Fri, 24 Jun 2011 15:42:24 GMT tbretz [11185] * trunk/FACT++/gui/FactGui.h (modified) Fixed a typo. Fri, 24 Jun 2011 15:39:44 GMT tbretz [11184] * trunk/FACT++/gui/FactGui.h (modified) Fixed displays of FadLeds Fri, 24 Jun 2011 15:19:15 GMT tbretz [11183] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Must be i instead of i/7 when checking for identical values. Fri, 24 Jun 2011 15:15:03 GMT tbretz [11182] * trunk/FACT++/src/fadctrl.cc (modified) Updated default base port Fri, 24 Jun 2011 15:14:49 GMT tbretz [11181] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) Added more infos to debugRead; some fixed to CompareBit Fri, 24 Jun 2011 15:00:23 GMT tbretz [11180] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Added check whether all ports are connected again.