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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11028   13 years tbretz Allow C:N as Dim format
(edit) @11016   13 years tbretz Improved some logging output; added some debug output for each report; ...
(edit) @10997   13 years tbretz Added boot message to interactive session.
(edit) @10994   13 years tbretz The pulic functions don't need to be pulic.
(edit) @10993   13 years tbretz Added a const-qualifier.
(edit) @10992   13 years tbretz More improvements to logging; log when files are opened and/or closed ...
(edit) @10991   13 years tbretz Fixed a typo in a command description.
(edit) @10990   13 years tbretz Restructured some code; unified some functions; adapted some logging ...
(edit) @10974   13 years lyard Moved update of stats and trim of old run numbers to functions
(edit) @10971   13 years lyard Moved monitoring thread to main thread. Added timeout config
(edit) @10968   13 years tbretz Added some const-qualifiers and did a few minor changes to the layout ...
(edit) @10955   13 years lyard added WriteError state
(edit) @10954   13 years tbretz Instead of comparing shared_ptr with NULL they are converted to bools ...
(edit) @10952   13 years lyard resolved conflict
(edit) @10951   13 years lyard moved various processed from secondary thread to main thread
(edit) @10943   13 years tbretz Fixed the output of the free space.
(edit) @10939   13 years tbretz Some little layout improvements.
(edit) @10932   13 years tbretz Added some more const-qualifiers; replaced a local fTime by ftime; ...
(edit) @10931   13 years tbretz Moved the default black list entries out of the check for the --block ...
(edit) @10930   13 years tbretz Moved Time argument as last and default argument in CompileFileName; ...
(edit) @10927   13 years lyard Fixed a bug with the update of Fits files and grouping of daily files
(edit) @10907   13 years lyard Added automatic reset at noon
(edit) @10906   13 years lyard changed the file name forming scheme
(edit) @10899   13 years lyard various changes, improved path handling, removed run-logs
(edit) @10898   13 years lyard removed serviceList object, replaced by inheritance from DimServiceInfoList
(edit) @10897   13 years tbretz Some updates to the help-text.
(edit) @10896   13 years tbretz More updates to PRINT
(edit) @10895   13 years tbretz Removed the obsolete gHasWhiteList/fHasBlackList; removed the obsolete ...
(edit) @10887   13 years lyard minor changes
(edit) @10867   13 years tbretz Fixed units. 1024 would be kiB and MiB.
(edit) @10866   13 years tbretz Fixed units. 1024 would be kiB and MiB.
(edit) @10829   13 years lyard Moved many things to functions
(edit) @10825   13 years tbretz Unified main() with the other programs
(edit) @10820   13 years tbretz Removed the obsolete *_disable_padding() calls; DimErrorRedirecter ...
(edit) @10819   13 years tbretz Replaced code copied from the Converter class by a proper function call
(edit) @10818   13 years tbretz Unified calls to MessageImp into ostrngstreams
(edit) @10814   13 years lyard Upgrade of the dataLogger to take several run numbers on the fly
(edit) @10780   13 years tbretz Replaced stringstream in log-stream by ostringstream.
(edit) @10758   13 years lyard Fixed an issue with CCfits exceptions handling
(edit) @10741   13 years lyard added configurable grouping and did some cosmetics to the code ...
(edit) @10739   13 years lyard Added Fits grouping
(edit) @10725   13 years lyard Small changes asked by Thomas
(edit) @10707   13 years tbretz Use the functionality of boost program_options better; implemented ...
(edit) @10693   13 years tbretz Implemented support for compilation without fits.
(edit) @10688   13 years tbretz Renamed AddConfiguration and AddTransition to AddEvent
(edit) @10676   13 years tbretz Updated some typos and the layout of the help text.
(edit) @10675   13 years lyard imporved setup, run number can be changed without sending commands
(edit) @10648   13 years tbretz Initialize DIM's environment variables through Dim::Setup
(edit) @10635   13 years tbretz Unified help output more; echanged constructors of DimDescribedService
(edit) @10612   13 years tbretz Fixed BOOST_VERSION number
(edit) @10611   13 years tbretz Removed obsolete #error -- was successfully tested to work.
(edit) @10600   13 years tbretz Added fix because gcc 4.5 is not supported by boost 1.42 which are ...
(edit) @10579   13 years tbretz Changed a llittle bit the formatting of print to make it also readable ...
(edit) @10578   13 years tbretz Changed a llittle bit the formatting of print to make it also readable ...
(edit) @10576   13 years tbretz Fixed the first typo in the new text.
(edit) @10575   13 years tbretz Added descriptions for commands and services.
(edit) @10570   13 years tbretz Improved/fixed the retrieval of times from Dim once again.
(edit) @10549   13 years lyard bug fix: wrong code when fits are opened
(edit) @10546   13 years tbretz Disabled Dim padding to be able to properly receive reports; ...
(edit) @10534   13 years tbretz Added some code to get rid of the getcwd warning - we have to go ...
(edit) @10529   13 years lyard Various bug fixes and new commands added
(edit) @10499   13 years lyard Small fixes
(edit) @10489   13 years lyard Added a number of subscriptions service and better error handling
(edit) @10488   13 years tbretz EXIT command was ignored when running in a shell - fixed.
(edit) @10474   13 years lyard Added more services + define for single run-fits or not
(edit) @10453   13 years tbretz Commented unused functions; fixed a bug in the naming of the services; ...
(edit) @10451   13 years tbretz Fixed the broken service names; changed default paths to something ...
(edit) @10442   13 years lyard Added dataLogger services and use only one file for fits runs
(edit) @10421   13 years tbretz Fixed the millisecond part of the time, the Time class expects ...
(edit) @10392   13 years tbretz Adapted the order in the call for the constructor of Description; ...
(edit) @10377   13 years tbretz Enabled automatic seeting of dns.
(edit) @10375   13 years tbretz Changed second arguemnt of main to be const.
(edit) @10365   13 years lyard Moved from FactFits to Fits
(edit) @10364   13 years lyard Added FactFits class
(edit) @10330   13 years tbretz Little updates to fix some doxygen warnings.
(edit) @10292   13 years tbretz Replaced -> by . in AddTransition and AddConfiguration.
(edit) @10289   13 years tbretz The Converter functions now throw exceptions. The previous way of ...
(edit) @10272   13 years tbretz Implemented a proper interfacing to the reception of a possible EXIT ...
(edit) @10271   13 years tbretz Adapted usage of Converter class, make use of std::replace and ...
(edit) @10265   13 years lyard
(edit) @10264   13 years lyard
(add) @10183   14 years tbretz New import.
Note: See TracRevisionLog for help on using the revision log.