source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11544   13 years tbretz Exchanged wrong fDenable and fDwrite in Configure
(edit) @11542   13 years tbretz Replaced BOARDID in fits header by just id (BOARDID is too long); made ...
(edit) @11539   13 years tbretz Another fix to fix the min/max temperatures
(edit) @11538   13 years tbretz Added the variables for the light pulser settings in StaticData
(edit) @11537   13 years tbretz Fixed once more the temperature compilation for the FADs; removed the ...
(edit) @11535   13 years tbretz Unified funtions to open an ofstream into a single function; unified ...
(edit) @11534   13 years tbretz Changed GetFileSizeOnDisk to be static so it can be accessed from the ...
(edit) @11533   13 years tbretz Optimized event creation.
(edit) @11532   13 years tbretz Changed fExpectedRuns to keep target configuration; added NumBoards ...
(edit) @11531   13 years tbretz Propagate target configuration to EventBuilderWrapper.
(edit) @11530   13 years tbretz Flush the output during startup immediately.
(edit) @11529   13 years tbretz Added getter for fNullOUtput and fEnableBacklog
(edit) @11528   13 years tbretz Replace a v6 loopback address by a v4 loopback address; we do not ...
(edit) @11527   13 years tbretz Added operator!= to Header
(edit) @11526   13 years tbretz Moved output to Setup function; changed output contents; return ...
(edit) @11525   13 years tbretz Added kCmdConfigFTU as a stub.
(edit) @11524   13 years tbretz Write now takes a const reference
(edit) @11522   13 years tbretz Fixed format of fDimStatistics1.
(edit) @11521   13 years tbretz folgende bug-fixes sind drin: - gotNewRun sollte jetzt immer ...
(edit) @11520   13 years tbretz Request static data instead of just the register.
(edit) @11519   13 years tbretz Added new command to configure a single FTU and use this in ...
(edit) @11518   13 years tbretz Fixed includes for g++ 4.5.2
(edit) @11517   13 years tbretz Explicit conversion of function to bool needed for newer g++
(edit) @11516   13 years tbretz Removed some arguments to suppress compiler warnings.
(edit) @11511   13 years tbretz Updated to latest version of event builder.
(edit) @11510   13 years tbretz improvements to pulse simulation - needs optimization.
(edit) @11509   13 years tbretz send STOP_RUN instead of STOP to FTM.
(edit) @11500   13 years lyard fixed a bug related to bad services formatting
(edit) @11499   13 years tbretz Propagate the maximum number of events and the maximum run-type ...
(edit) @11498   13 years tbretz Propagate the maximum number of events and the maximum run-type ...
(edit) @11496   13 years tbretz Optimized ToFits according to the result of the optimization of the ...
(edit) @11495   13 years tbretz Fixed a minor compiler issue from last commit.
(edit) @11494   13 years tbretz Added some code to stop the ftm and the fads.
(edit) @11493   13 years tbretz Receive the trigger id from the ftm; added gauss pulses in case the ...
(edit) @11492   13 years tbretz Send the trigger id with the trigger.
(edit) @11484   13 years tbretz Added a specialized template of SendCommand, suitable to send a string
(edit) @11483   13 years tbretz Added a registry for wildcarded options to detect unaccessed options; ...
(edit) @11482   13 years tbretz Fixed a problem with stoi when the string was empty.
(edit) @11481   13 years tbretz Replaced boost::thread by std::thread and boost::bind by std::bind ...
(edit) @11480   13 years tbretz Removed obsolete include.
(edit) @11479   13 years tbretz Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
(edit) @11478   13 years tbretz Removed some obsolete include.
(edit) @11477   13 years tbretz Make use of Main.h
(edit) @11476   13 years tbretz Removed some obsolete includes.
(edit) @11474   13 years tbretz Removed some obsolete includes; made it compile again.
(edit) @11473   13 years tbretz Removed some obsolete includes.
(edit) @11472   13 years tbretz Replaced boost::thread by std::thread.
(edit) @11471   13 years tbretz Replaced boost::array by std::array
(edit) @11470   13 years tbretz Improved output.
(edit) @11469   13 years tbretz Fixed EnableAllPixels
(edit) @11468   13 years tbretz Only plot the created commands in debig mode.
(edit) @11467   13 years tbretz Replaced value by INT32_MAX; replaced StartPix with StartCell
(edit) @11466   13 years tbretz Improved random data.
(edit) @11465   13 years tbretz Fixed the expected size in the SetClockFrequency tab.
(edit) @11463   13 years lyard added backlog of events and log without dim
(edit) @11446   13 years tbretz Removed the debug values for maxevt and maxtime; removed two obsolete ...
(edit) @11445   13 years tbretz Updated access to run-number and store it into fExpectedRuns instead ...
(edit) @11444   13 years tbretz Updated access to run-number.
(edit) @11443   13 years tbretz Latest updates.
(edit) @11441   13 years tbretz Write a proper FITS header; removed obsolete fMjdRef data member
(edit) @11440   13 years tbretz Added some comment.
(edit) @11439   13 years tbretz Added Iso() member function.
(edit) @11423   13 years tbretz To be able to properly remobe the .libs also check the current path if ...
(edit) @11422   13 years tbretz Don't use just a single buffer for writing, it might become ...
(edit) @11421   13 years tbretz Fall back from configured to connected as soon as the corresponding ...
(edit) @11420   13 years tbretz Added Prescaler stuff and goNewRun feature.
(edit) @11418   13 years tbretz Replaced the include of MessageDim with MessageImp
(edit) @11417   13 years tbretz Removed an obsolete comment block.
(edit) @11416   13 years tbretz Removed an obsolete bool.
(edit) @11415   13 years tbretz Added some const qualifiers.
(edit) @11406   13 years lyard Open the log file right away if path given in configuration
(edit) @11405   13 years lyard various improvements of the datalogger
(edit) @11404   13 years tbretz Added fact++.rc global configuration file.
(edit) @11403   13 years tbretz Use Vec instead of Get and make sure 'console' is not accessed if not ...
(edit) @11402   13 years tbretz Changed the default qos from kInfo to kMessage
(edit) @11401   13 years tbretz Do not output = if avlue is empty
(edit) @11400   13 years tbretz Do not output = if value is empty
(edit) @11399   13 years tbretz Added microseconds to time output.
(edit) @11398   13 years tbretz Added microseconds to time output.
(edit) @11397   13 years tbretz Made write public to be accessed from Main.h
(edit) @11396   13 years tbretz Adapted output to what we have now elsewhere.
(edit) @11395   13 years tbretz Set the Dim timestamp to the given time.
(edit) @11394   13 years tbretz Fixed a warning in SetTriggerRate
(edit) @11393   13 years tbretz Added Time_t()
(edit) @11390   13 years tbretz Updated startup block
(edit) @11389   13 years tbretz UPdated startup block
(edit) @11388   13 years tbretz Added svn revision to output at startup.
(edit) @11387   13 years tbretz Added code to unify access to parsed options; added GetOptions
(edit) @11386   13 years tbretz Added output of a lot of information at startup.
(edit) @11384   13 years tbretz
(edit) @11381   13 years tbretz Some changes to the way filenames are determined; made MessageImp a ...
(edit) @11380   13 years tbretz Implemented sending triggers from the ftm to the fad via Dim.
(edit) @11379   13 years tbretz Updated the behaviour of the configure command; allow all possible ...
(edit) @11378   13 years tbretz Updated the bahaviour of the CONFIGURE command.
(edit) @11377   13 years tbretz Renamed TriggerId to EventCounter; added code to configure run-types
(edit) @11376   13 years tbretz Updated writing of FITS; pipe MessageImp to all writers; enabled ...
(edit) @11375   13 years tbretz Renamed TriggerId to EventCounter; added struct Configuration; added ...
(edit) @11374   13 years tbretz Set default run-number to 1; renamed TriggerId to EventCounter
(edit) @11373   13 years tbretz Minor change to some log-output
(edit) @11372   13 years tbretz Some little changes to the output; use Vec<> instead of ...
Note: See TracRevisionLog for help on using the revision log.