# # ChangeLog for trunk/FACT++/src # # Generated by Trac 1.5.2 # 11/11/24 21:25:40 Fri, 03 Jun 2011 14:50:06 GMT lyard [10906] * trunk/FACT++/src/dataLogger.cc (modified) changed the file name forming scheme Wed, 01 Jun 2011 14:27:21 GMT lyard [10899] * trunk/FACT++/src/dataLogger.cc (modified) various changes, improved path handling, removed run-logs Wed, 01 Jun 2011 10:01:11 GMT lyard [10898] * trunk/FACT++/src/Fits.cc (modified) * trunk/FACT++/src/Fits.h (modified) * trunk/FACT++/src/dataLogger.cc (modified) removed serviceList object, replaced by inheritance from ... Wed, 01 Jun 2011 09:42:32 GMT tbretz [10897] * trunk/FACT++/src/dataLogger.cc (modified) Some updates to the help-text. Wed, 01 Jun 2011 09:20:14 GMT tbretz [10896] * trunk/FACT++/src/dataLogger.cc (modified) More updates to PRINT Wed, 01 Jun 2011 09:05:49 GMT tbretz [10895] * trunk/FACT++/src/dataLogger.cc (modified) Removed the obsolete gHasWhiteList/fHasBlackList; removed the ... Tue, 31 May 2011 09:19:09 GMT lyard [10887] * trunk/FACT++/src/dataLogger.cc (modified) minor changes Fri, 27 May 2011 16:59:56 GMT tbretz [10885] * trunk/FACT++/src/drivectrl.cc (modified) Use GetBool and Ptr from EventImp directly. Fri, 27 May 2011 16:58:58 GMT tbretz [10884] * trunk/FACT++/src/fitsloader.cc (modified) Changed stringstream to ostringstream for the use with MessageImp Fri, 27 May 2011 16:44:01 GMT tbretz [10882] * trunk/FACT++/src/fadctrl.cc (modified) Use GetUXtra directly. Fri, 27 May 2011 16:43:05 GMT tbretz [10881] * trunk/FACT++/src/EventImp.h (modified) Improved templates with range check; replaced return types by well ... Fri, 27 May 2011 16:41:52 GMT tbretz [10880] * trunk/FACT++/src/fadctrl.cc (modified) * trunk/FACT++/src/ftmctrl.cc (modified) Use new Ptr() template to access EventImp contents. Fri, 27 May 2011 16:27:10 GMT tbretz [10878] * trunk/FACT++/src/EventImp.h (modified) Use GetText in pointer arithmetics. Fri, 27 May 2011 16:26:27 GMT tbretz [10877] * trunk/FACT++/src/EventImp.h (modified) Added templates for easier access to the data. Fri, 27 May 2011 16:19:41 GMT tbretz [10876] * trunk/FACT++/src/fad.cc (modified) Implemented command to set run number. Fri, 27 May 2011 16:19:25 GMT tbretz [10875] * trunk/FACT++/src/fadctrl.cc (modified) Use EventImp::GetBool; implemented SET_RUN_NUMBER Fri, 27 May 2011 16:18:59 GMT tbretz [10874] * trunk/FACT++/src/ftmctrl.cc (modified) Use EventImp::GetBool Fri, 27 May 2011 15:30:07 GMT tbretz [10873] * trunk/FACT++/src/StateMachineDim.cc (modified) * trunk/FACT++/src/StateMachineImp.cc (modified) Replaced a self-done loop by std::find; changed some comments. Fri, 27 May 2011 14:23:47 GMT tbretz [10872] * trunk/FACT++/src/DimErrorRedirecter.cc (modified) Changed DIM prefix. Fri, 27 May 2011 14:21:05 GMT tbretz [10870] * trunk/FACT++/src/LocalControl.cc (deleted) * trunk/FACT++/src/LocalControl.h (modified) Remove the necessity for a source file (of just three lines) Fri, 27 May 2011 14:17:56 GMT tbretz [10869] * trunk/FACT++/src/triggerschedule.cc (modified) Unified return code with the convention that 0 is success. Fri, 27 May 2011 14:15:58 GMT tbretz [10868] * trunk/FACT++/src/Readline.cc (modified) Addes some missing comments. Fri, 27 May 2011 13:46:44 GMT tbretz [10867] * trunk/FACT++/src/dataLogger.cc (modified) Fixed units. 1024 would be kiB and MiB. Fri, 27 May 2011 13:35:54 GMT tbretz [10866] * trunk/FACT++/src/dataLogger.cc (modified) Fixed units. 1024 would be kiB and MiB. Fri, 27 May 2011 13:18:34 GMT tbretz [10865] * trunk/FACT++/src/ftm.cc (modified) Don't catch exceptions in main Fri, 27 May 2011 13:18:07 GMT tbretz [10864] * trunk/FACT++/src/fad.cc (modified) Don't catch exceptions in main; propagare continous number as board id. Fri, 27 May 2011 13:17:20 GMT tbretz [10863] * trunk/FACT++/src/fadctrl.cc (modified) Improved verbosity; switched on printing channel headers. Fri, 27 May 2011 12:36:37 GMT tbretz [10862] * trunk/FACT++/src/fad.cc (modified) Added the possibility to fake more than just one board. Fri, 27 May 2011 12:36:07 GMT tbretz [10861] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Adapted Start() once more. Fri, 27 May 2011 12:35:35 GMT tbretz [10860] * trunk/FACT++/src/Console.cc (modified) Delete the line after CR. Fri, 27 May 2011 12:34:43 GMT tbretz [10859] * trunk/FACT++/src/fadctrl.cc (modified) Added debug options to address the fake fad boards (debug-port and ... Fri, 27 May 2011 12:27:52 GMT tbretz [10858] * trunk/FACT++/src/DimErrorRedirecter.cc (modified) * trunk/FACT++/src/DimErrorRedirecter.h (modified) Changed the data member cnt's name -- it sometimes gave warnings ... Fri, 27 May 2011 12:27:11 GMT tbretz [10856] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Further improvement in Start(), accept negative numbers in NumConnect ... Fri, 27 May 2011 11:22:21 GMT tbretz [10854] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Allow to use several ports on localhost for several fake boards for ... Fri, 27 May 2011 11:21:25 GMT tbretz [10853] * trunk/FACT++/src/fad.cc (modified) Fixed a floating point exception if no connection is open. Fri, 27 May 2011 10:41:31 GMT tbretz [10852] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Fixed workaround to open the seven sockets correctly; added some ... Fri, 27 May 2011 10:40:24 GMT tbretz [10851] * trunk/FACT++/src/fad.cc (modified) Added support for switching between command socket and data sockets. Fri, 27 May 2011 10:39:56 GMT tbretz [10850] * trunk/FACT++/src/ftm.cc (modified) Removed some obsolete output. Fri, 27 May 2011 10:39:10 GMT tbretz [10848] * trunk/FACT++/src/Dim.cc (modified) Changed GetLocalIP code to boost::asio for better readability. Thu, 26 May 2011 22:36:02 GMT tbretz [10846] * trunk/FACT++/src/fad.cc (modified) Start to listen on eight ports like the FAD boards. Thu, 26 May 2011 22:35:11 GMT tbretz [10845] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Improved workaround for ports. Thu, 26 May 2011 22:34:47 GMT tbretz [10844] * trunk/FACT++/src/fadctrl.cc (modified) Print thread status is ListSlots() Thu, 26 May 2011 16:11:36 GMT tbretz [10843] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Added a workaround to pass the ports to the eventbuilder Thu, 26 May 2011 16:10:42 GMT tbretz [10842] * trunk/FACT++/src/fadctrl.cc (modified) Some little fixed to the offline mode Thu, 26 May 2011 15:41:53 GMT tbretz [10841] * trunk/FACT++/src/EventBuilderWrapper.h (modified) Added check in GetMaxMemory Thu, 26 May 2011 15:17:49 GMT tbretz [10837] * trunk/FACT++/src/fitsdump.cc (modified) Some performance improvements; added some comments with code to fill ... Thu, 26 May 2011 15:16:52 GMT tbretz [10836] * trunk/FACT++/src/EventBuilderWrapper.h (added) Thu, 26 May 2011 15:16:30 GMT tbretz [10835] * trunk/FACT++/src/fadctrl.cc (modified) Added --max-mem program option; updated allowed states for CONNECT ... Thu, 26 May 2011 15:14:56 GMT tbretz [10834] * trunk/FACT++/src/ftmctrl.cc (modified) Removed obsolete include of Timers.h Thu, 26 May 2011 15:14:00 GMT tbretz [10833] * trunk/FACT++/src/DimErrorRedirecter.cc (modified) An unknown Dim message is a warning now. Thu, 26 May 2011 15:13:40 GMT tbretz [10832] * trunk/FACT++/src/HeadersFAD.h (modified) Added state to signal whether the event-builder thread is still ... Thu, 26 May 2011 15:13:10 GMT tbretz [10831] * trunk/FACT++/src/Connection.cc (modified) Replaces some Message calls by Info Thu, 26 May 2011 14:47:05 GMT lyard [10829] * trunk/FACT++/src/dataLogger.cc (modified) Moved many things to functions Thu, 26 May 2011 08:20:25 GMT tbretz [10828] * trunk/FACT++/src/ftm.cc (modified) Added missing variable name in SendDynData Thu, 26 May 2011 07:51:40 GMT lyard [10827] * trunk/FACT++/src/simpleFitsDumper.cc (modified) Fixed ushort and short Wed, 25 May 2011 18:45:54 GMT tbretz [10826] * trunk/FACT++/src/fad.cc (added) Wed, 25 May 2011 15:38:42 GMT tbretz [10825] * trunk/FACT++/src/dataLogger.cc (modified) Unified main() with the other programs Wed, 25 May 2011 15:27:17 GMT tbretz [10824] * trunk/FACT++/src/fadctrl.cc (modified) * trunk/FACT++/src/ftmctrl.cc (modified) Handle operation_aborted in timeouts Wed, 25 May 2011 15:26:56 GMT tbretz [10823] * trunk/FACT++/src/ftm.cc (modified) Handle operation_aborted in timeouts; multiply timestamp by 10000; ... Wed, 25 May 2011 15:25:55 GMT tbretz [10822] * trunk/FACT++/src/Connection.cc (modified) Handle operation_aborted in timeouts; improved ... Wed, 25 May 2011 13:46:05 GMT tbretz [10821] * trunk/FACT++/src/fadctrl.cc (modified) Removed the second HandleReadTimeout Wed, 25 May 2011 13:28:45 GMT tbretz [10820] * trunk/FACT++/src/dataLogger.cc (modified) Removed the obsolete *_disable_padding() calls; DimErrorRedirecter ... Wed, 25 May 2011 13:18:46 GMT tbretz [10819] * trunk/FACT++/src/dataLogger.cc (modified) Replaced code copied from the Converter class by a proper function call Wed, 25 May 2011 13:03:42 GMT tbretz [10818] * trunk/FACT++/src/dataLogger.cc (modified) Unified calls to MessageImp into ostrngstreams Wed, 25 May 2011 12:44:47 GMT tbretz [10817] * trunk/FACT++/src/HeadersFAD.h (modified) Moved commands here; added some more member functions. Wed, 25 May 2011 12:43:41 GMT tbretz [10816] * trunk/FACT++/src/fadctrl.cc (modified) Moved commands to HeaderFAD; fixed the range of the loop to set all ROIs Wed, 25 May 2011 12:42:39 GMT tbretz [10815] * trunk/FACT++/src/ftmctrl.cc (modified) Take care of canceled timeouts. Wed, 25 May 2011 12:18:26 GMT lyard [10814] * trunk/FACT++/src/Fits.cc (modified) * trunk/FACT++/src/Fits.h (modified) * trunk/FACT++/src/dataLogger.cc (modified) Upgrade of the dataLogger to take several run numbers on the fly Tue, 24 May 2011 19:04:01 GMT tbretz [10811] * trunk/FACT++/src/fadctrl.cc (modified) Removed fake connections. We hav ethe event builder now. Tue, 24 May 2011 18:35:39 GMT tbretz [10806] * trunk/FACT++/src/dimctrl.cc (moved) Renamed test3.cc to dimctrl.cc Tue, 24 May 2011 18:34:55 GMT tbretz [10805] * trunk/FACT++/src/test3.cc (modified) Simplified program options handling. Tue, 24 May 2011 18:34:26 GMT tbretz [10804] * trunk/FACT++/src/drivectrl.cc (modified) * trunk/FACT++/src/fitsloader.cc (modified) Simplified program options handling. Tue, 24 May 2011 16:46:30 GMT tbretz [10802] * trunk/FACT++/src/chatclient.cc (modified) * trunk/FACT++/src/chatserv.cc (modified) Simplified program options handling. Tue, 24 May 2011 16:39:48 GMT tbretz [10799] * trunk/FACT++/src/ftmctrl.cc (modified) Simplified program options handling; only send enable of a general ... Tue, 24 May 2011 16:38:02 GMT tbretz [10798] * trunk/FACT++/src/fadctrl.cc (modified) Simplified program options handling. Tue, 24 May 2011 16:37:21 GMT tbretz [10797] * trunk/FACT++/src/fitsdump.cc (modified) * trunk/FACT++/src/scheduler.cc (modified) * trunk/FACT++/src/triggerschedule.cc (modified) Simplified program options handling. Tue, 24 May 2011 16:36:00 GMT tbretz [10796] * trunk/FACT++/src/Configuration.cc (modified) * trunk/FACT++/src/Configuration.h (modified) Added PrintVersion directly to avoid clashes with exceptions. Tue, 24 May 2011 15:56:48 GMT tbretz [10795] * trunk/FACT++/src/fitsloader.cc (modified) Replaced a stringstream by an ostringstream Tue, 24 May 2011 15:54:51 GMT tbretz [10794] * trunk/FACT++/src/FitsLoader.cc (deleted) Tue, 24 May 2011 15:52:51 GMT tbretz [10793] * trunk/FACT++/src/fitsdump.cc (added) fitsdump - the program. Mon, 23 May 2011 14:44:17 GMT tbretz [10790] * trunk/FACT++/src/HeadersFTM.h (modified) * trunk/FACT++/src/ftmctrl.cc (modified) Added commands for crate reset. Mon, 23 May 2011 14:42:12 GMT tbretz [10789] * trunk/FACT++/src/ftmctrl.cc (modified) Added commands for crate reset. Mon, 23 May 2011 14:15:54 GMT tbretz [10785] * trunk/FACT++/src/ftmctrl.cc (modified) Fixed order of arguments in description of SET_TRIGGER_SEQUENCE; ... Mon, 23 May 2011 14:09:50 GMT tbretz [10784] * trunk/FACT++/src/EventBuilder.h (modified) * trunk/FACT++/src/fadctrl.cc (modified) Added some code to redirect error output to fadctrl (still ... Mon, 23 May 2011 14:06:23 GMT tbretz [10783] * trunk/FACT++/src/HeadersFAD.h (modified) Moved soem decoding from print to header; commented obsolete Dim stuff. Mon, 23 May 2011 14:05:43 GMT tbretz [10782] * trunk/FACT++/src/HeadersFAD.cc (modified) Minor changes to output. Mon, 23 May 2011 14:04:32 GMT tbretz [10780] * trunk/FACT++/src/Connection.cc (modified) * trunk/FACT++/src/DimErrorRedirecter.cc (modified) * trunk/FACT++/src/Fits.cc (modified) * trunk/FACT++/src/MessageImp.h (modified) * trunk/FACT++/src/StateMachineImp.cc (modified) * trunk/FACT++/src/dataLogger.cc (modified) * trunk/FACT++/src/dclient5.cc (modified) * trunk/FACT++/src/ftmctrl.cc (modified) * trunk/FACT++/src/scheduler.cc (modified) Replaced stringstream in log-stream by ostringstream. Mon, 23 May 2011 09:51:34 GMT tbretz [10778] * trunk/FACT++/src/fitsloader.cc (copied) Mon, 23 May 2011 08:55:19 GMT tbretz [10777] * trunk/FACT++/src/fadctrl.cc (modified) Fixed boost problem with Ubuntu 11.04 Mon, 23 May 2011 08:52:32 GMT tbretz [10774] * trunk/FACT++/src/drivectrl.cc (added) Mon, 23 May 2011 08:51:46 GMT tbretz [10773] * trunk/FACT++/src/EventBuilder.c (added) * trunk/FACT++/src/EventBuilder.h (added) * trunk/FACT++/src/FAD.h (added) * trunk/FACT++/src/fadctrl.cc (modified) Mon, 23 May 2011 08:39:08 GMT tbretz [10772] * trunk/FACT++/src/fadctrl.cc (added) Mon, 23 May 2011 08:38:46 GMT tbretz [10771] * trunk/FACT++/src/dclient5.cc (modified) Fixed a minor compiler warning. Mon, 23 May 2011 07:51:06 GMT tbretz [10767] * trunk/FACT++/src/HeadersFTM.cc (modified) * trunk/FACT++/src/HeadersFTM.h (modified) Deconded general setting for output, added some const-qualifiers Mon, 23 May 2011 07:46:13 GMT tbretz [10766] * trunk/FACT++/src/HeadersFAD.cc (modified) * trunk/FACT++/src/HeadersFAD.h (modified) Some improvement and name changes. Fri, 20 May 2011 12:28:04 GMT tbretz [10765] * trunk/FACT++/src/scheduler.cc (modified) * trunk/FACT++/src/triggerschedule.cc (modified) Made it compatible with older boost versions. Fri, 20 May 2011 12:13:28 GMT lyard [10763] * trunk/FACT++/src/simpleFitsDumper.cc (added) created a simple example about how to read fits Fri, 20 May 2011 12:13:00 GMT lyard [10762] * trunk/FACT++/src/FitsLoader.cc (modified) Fixed output messages Fri, 20 May 2011 10:28:24 GMT lyard [10759] * trunk/FACT++/src/FitsLoader.cc (added) Added a simple fits dumper Fri, 20 May 2011 10:27:17 GMT lyard [10758] * trunk/FACT++/src/Fits.cc (modified) * trunk/FACT++/src/dataLogger.cc (modified) Fixed an issue with CCfits exceptions handling