source: trunk/FACT++/src/datalogger.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18815   7 years tbretz Fixed a typo in the description of the commandline arguments.
(edit) @18466   8 years lyard Removed empty .rep file entirely
(edit) @18465   8 years lyard Fix wrong STATE values written to FITS
(edit) @18345   9 years tbretz Put some comments in front of orphaned definitions.
(edit) @17343   11 years tbretz Removed DimWriteStatistics::CreateDirectory - can be replaced by ...
(edit) @17342   11 years tbretz Adapted to the changes in MessageImp to allow the datalogger to write ...
(edit) @16885   11 years tbretz Slightly modified appearance of log-stream.
(edit) @16876   11 years lyard removed wrong error tags in log files
(edit) @16807   11 years tbretz Second argument was missing in all SetCurrentState (although I hope ...
(edit) @16282   11 years tbretz Replaced push_back by emplac_back were reasonable.
(edit) @16088   11 years tbretz Use empty() instead of size() where possible; replaced queues by list ...
(edit) @15407   11 years lyard fixed not-resetting increment number bug
(edit) @15339   11 years lyard added a message to let the user know that the daily log file was ...
(edit) @15338   11 years lyard Fixed discrepency between logger code and Time.cc code related to sunRise
(edit) @15163   12 years tbretz Added some ifdef to make the datalogger also compile without libnova.
(edit) @15153   12 years lyard changed close time of files from noon to 30 minutes after sunrise for ...
(edit) @15107   12 years tbretz Added SUBSCRIPTIONS on the black list by default.
(edit) @15061   12 years lyard added configuration option for service list update interval
(edit) @15060   12 years lyard added extra service and changed behaviour in case of format change for ...
(edit) @14992   12 years lyard Made message in case of service format change more explicit
(edit) @14874   12 years lyard reinstated the extra fence against + characters in the logger
(edit) @14715   12 years lyard changed behavior. Now if service format changes, a new file is opened
(edit) @14574   12 years lyard moved Mjd back 12 hours so that files are closed at noon
(edit) @14573   12 years lyard fixed from Mjd spelling
(edit) @14570   12 years lyard changed day count criterion to MjD
(edit) @14569   12 years lyard removed constraints on QoS value and prevent from replacing ...
(edit) @14438   12 years tbretz Removed some obsolete arguments.
(edit) @14384   12 years lyard testing svn in read-only
(edit) @14383   12 years lyard testing svn read-only
(edit) @14382   12 years lyard testing svn read-only
(edit) @14381   12 years lyard testing read-only svn
(edit) @14380   12 years lyard testing read-only svn
(edit) @14379   12 years lyard testing read-only svn
(edit) @14378   12 years lyard testing read-only svn
(edit) @14377   12 years lyard testing read-only svn
(edit) @14376   12 years lyard testing read-only svn
(edit) @14375   12 years lyard testing read-only svn
(edit) @14373   12 years lyard remove MESSAGE from the service name in log and report files
(edit) @14364   12 years lyard fixed missing columns desc and log entries
(edit) @14348   12 years tbretz Do npt print a message when only a new command appears.
(edit) @14238   12 years tbretz Removed the obsolete data pointer argument from InitDataColumns
(edit) @14235   12 years lyard removed error message when service reappears while still in the ...
(edit) @14233   12 years lyard replaced DimServiceInfoListImp with EventImps. Warning, currently the ...
(edit) @14217   12 years lyard farewell run logs
(edit) @14172   12 years lyard fixed quality bug in datalogger
(edit) @14009   12 years tbretz Exit with 127 if parsing of command line options failed.
(edit) @13838   12 years tbretz Adapted to the changes in the StateMachineDim. Now (almost) all ...
(edit) @13670   12 years tbretz If a Format string is empty this is just a warning.
(edit) @13297   12 years lyard ignore QoS of messages in log file
(edit) @13296   12 years lyard added datalogger prefix to datalogger log messages
(edit) @13204   13 years lyard added output to see which service creates column warning
(edit) @13193   13 years tbretz Print AddService info only when it is really a service.
(edit) @13092   13 years lyard removed useless annoying outputs
(edit) @13083   13 years lyard added more verbosity
(edit) @12954   13 years tbretz Added include of LocalControl.h
(edit) @12907   13 years tbretz Do not throw an exception if a server which is requested to be removed ...
(edit) @12890   13 years tbretz Added a missing parenthesis and a missing cast
(edit) @12889   13 years tbretz Improved grouping. Write more than just a single \0 to end the ascii ...
(edit) @12827   13 years tbretz Changed ifdef to make it compile with boost 1.46
(edit) @12708   13 years lyard added the fits logging of QoS only (I did not want to, Thomas obliged me ;)
(edit) @12705   13 years lyard added more columns in grouping files
(edit) @12704   13 years lyard fixed start bug for aux run files
(edit) @12637   13 years tbretz fMjd now Unix time.
(edit) @12538   13 years lyard moved the flush from every row entry to every minute
(edit) @12536   13 years lyard added flushing of nightly files after each row
(edit) @12535   13 years lyard fixed a poorly dealt with closing of files once a day. Should be better now
(edit) @12480   13 years lyard adapted black-white listing to new requested behaviour
(edit) @12443   13 years lyard added comments into fits files
(edit) @12442   13 years lyard added autostart option
(edit) @12431   13 years lyard added an extra safety check when removing services
(edit) @12419   13 years lyard changed closing behaviour of corrupted files
(edit) @12277   13 years lyard fixed the handling of columns names in the datalogger
(edit) @12167   13 years tbretz Updated graph; unified paths; updated compilation of file-names; ...
(edit) @12120   13 years lyard changed action taken when stopping run (not closing files yet)
(edit) @12119   13 years lyard fixed bug
(edit) @12118   13 years lyard forgot to set the time
(edit) @12117   13 years lyard added a first entry to the run numbers queue
(edit) @12101   13 years lyard enabled the Logging state
(edit) @12098   13 years lyard removed -1 run report
(edit) @12088   13 years tbretz Added commands and states to help output.
(edit) @12083   13 years lyard fixed datalogger
(edit) @12071   13 years lyard various small fixes and improvements
(edit) @12034   13 years lyard merged waiting run and logging states
(edit) @12033   13 years lyard added the run number name check
(edit) @11893   13 years tbretz Implemented a new determination fo run-number after noon in the ...
(edit) @11837   13 years tbretz Changed Dim services to ensure they send the time.
(edit) @11733   13 years tbretz Move dimInfo in the service list at the last position to ensure that ...
(edit) @11719   13 years tbretz Adapted to the changed in FitsFile; encapsulated ...
(edit) @11621   13 years lyard added run number distribution check
(edit) @11604   13 years lyard possible fix for bad run file name
(edit) @11593   13 years tbretz Used a fixed-length type for the Dim reports.
(edit) @11578   13 years tbretz Moved some part of the initialization from main to Configure::DoParse
(edit) @11577   13 years tbretz Moved Dim:Setup to Main::execute
(edit) @11575   13 years tbretz Moved common option setup to Main.h; created Main namespace
(edit) @11574   13 years tbretz Added the possibility to setup DIM_HOST_NODE with the --host program ...
(edit) @11535   13 years tbretz Unified funtions to open an ofstream into a single function; unified ...
(edit) @11500   13 years lyard fixed a bug related to bad services formatting
(edit) @11495   13 years tbretz Fixed a minor compiler issue from last commit.
(edit) @11483   13 years tbretz Added a registry for wildcarded options to detect unaccessed options; ...
(edit) @11481   13 years tbretz Replaced boost::thread by std::thread and boost::bind by std::bind ...
Note: See TracRevisionLog for help on using the revision log.