source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16481   11 years tbretz included the header for list
(edit) @16479   11 years tbretz Use the new Queue class to queue the Messages. This avoids Dim ...
(edit) @16477   11 years tbretz Increased waiting time to check for server availablility a bit.
(edit) @16476   11 years tbretz Added descriptions; use time as service time.
(edit) @16475   11 years tbretz Added the missing setData with a typename template.
(edit) @16470   11 years tbretz The C version is not needed anymore.
(edit) @16469   11 years tbretz Made compile also with the root version on gate.
(edit) @16466   11 years tbretz Check if 'dir' property exists.
(edit) @16451   11 years tbretz Replaced some SendCommand by SendCommandNB and some DimClient by Dim
(edit) @16450   11 years tbretz Fixed a typo and replaced another DImClient by Dim
(edit) @16449   11 years tbretz Changed some SendCommand to SendCommandNB - no need to block; added ...
(edit) @16448   11 years tbretz Fixed a typo and added DimNetworkNotAvailable.
(edit) @16447   11 years tbretz Added time to output -- to be further improved.
(edit) @16446   11 years tbretz Added some comments
(edit) @16445   11 years tbretz Added time to output; Require the physics trigger be enables and ...
(edit) @16444   11 years tbretz First send the command to the FTM then the Dim message; change the ...
(edit) @16443   11 years lyard more tweaks to factfits
(edit) @16442   11 years tbretz If exceptions are not enabled, don't throw...
(edit) @16441   11 years tbretz Some updates to the output; added a timeout when waiting for the ...
(edit) @16428   11 years tbretz Added copy cnstructor to DrsCalibration; allow CorrectStep to be ...
(edit) @16427   11 years tbretz Replaced push_back by emplace_back and size() by empty() where ...
(edit) @16426   11 years tbretz Fixed some typos and a compiler warning.
(edit) @16425   11 years tbretz requestedTile and currentTile should be uint32_t in ReadBinaryRow; no ...
(edit) @16424   11 years tbretz Added new member in Column to store the total number of bytes; ...
(edit) @16423   11 years tbretz Use zfits instead of fits.
(edit) @16418   11 years lyard Fixed bugs from improvements
(edit) @16417   11 years tbretz removed the obsolete mightFail from the constructor; some little ...
(edit) @16416   11 years tbretz removed the obsolete mightFail from the constructor; some little ...
(edit) @16415   11 years tbretz added total_bytes to support the new member functions GetHeapShift and ...
(edit) @16414   11 years lyard Fixed little size_t to off_t bug
(edit) @16413   11 years tbretz Replaced some size() by empty() where possible.
(edit) @16412   11 years tbretz Reverting to last revision.
(edit) @16387   11 years tbretz Replaced target by state; target is not needed and might even throw an ...
(edit) @16386   11 years tbretz Also send a CLOSE_OPEN_FILES
(edit) @16385   11 years tbretz Theoretically, the fadctrl can also hang in Configuring1 because that ...
(edit) @16384   11 years tbretz Some improvements switching on the drive cabinet.
(edit) @16383   11 years tbretz Added some info to some log-message
(edit) @16382   11 years tbretz Some more performance improvements (e.g. emplace instead of post, ...
(edit) @16381   11 years tbretz There is no need to copy shared_ptrs when the pointer is kept valid ...
(edit) @16380   11 years tbretz Added more kRequest enums; moved the request form the run-ctrl (where ...
(edit) @16379   11 years tbretz The closing paranthesis was missing
(edit) @16378   11 years tbretz The argument for cos() must be float
(edit) @16377   11 years tbretz Added the updated formula for the decrease of energy threshold with ...
(edit) @16376   11 years tbretz Fixed a problem with one of the constructors. We should keep the ...
(edit) @16375   11 years tbretz First make sure that the ratecontrol is switched off before starting ...
(edit) @16374   11 years tbretz Added ln_get_lunar_phase
(edit) @16331   11 years lyard Added comment functions to ofits.h
(edit) @16287   11 years lyard got rid of a cast on tellg
(edit) @16286   11 years lyard added fitsCompressor executable
(edit) @16285   11 years lyard added new files for fitsCompressor and compressed files read headers
(edit) @16284   11 years lyard added fitsCompressor and compressed files read headers
(edit) @16283   11 years tbretz In analogy to the container functions, added post and emplace
(edit) @16282   11 years tbretz Replaced push_back by emplac_back were reasonable.
(edit) @16197   11 years tbretz Also stop configuration of ratecontrol when a configuration is reset.
(edit) @16196   11 years tbretz Added a constructor with a timeval... fixed a problem with the time_t ...
(edit) @16110   11 years tbretz Replaced deque by list
(edit) @16109   11 years tbretz Switched from the C-version for the event builder to the C++ version
(edit) @16108   11 years tbretz Added a new run-close condition for the case an invalid event was received.
(edit) @16107   11 years tbretz Removed the C-interface and added the C++-interface to the event ...
(edit) @16106   11 years tbretz Removed a lot of debug code which was never used anyway; improved ...
(edit) @16105   11 years tbretz Added the new structures EVT_CTRL2 and RUN_CTRL2
(edit) @16104   11 years tbretz Removed some obsolete old structs; some imporvement to the ...
(edit) @16103   11 years tbretz some imporvements of the output; some improvements to the statistics; ...
(edit) @16102   11 years tbretz Added a user supplied 'this' argument to v8.timeout and the Thread class.
(edit) @16099   11 years tbretz Skip the message in the log stream.
(edit) @16098   11 years tbretz For the event the descriptions are needed.
(edit) @16097   11 years tbretz Fixed handling of fTstart/fTstop; the start time is now available in ...
(edit) @16096   11 years tbretz Replaces size() by empty() where possible
(edit) @16095   11 years tbretz Replaced size() by empty()
(edit) @16094   11 years tbretz Improved performance; renamed functions; added fSize; improved ...
(edit) @16093   11 years tbretz Replaced size() by empty() where possible
(edit) @16092   11 years tbretz Display correct run type in dummy mode
(edit) @16091   11 years tbretz Replaced size() by empty() where possible
(edit) @16090   11 years tbretz Replaced queue by list; added Connection::IsTxQueueEmpty
(edit) @16089   11 years tbretz Use empty() instead of size() where possible; replaced queues by list ...
(edit) @16088   11 years tbretz Use empty() instead of size() where possible; replaced queues by list ...
(edit) @16087   11 years tbretz Use empty() instead of size() where possible; replaced queues by list ...
(edit) @16081   11 years tbretz Some deque can also be lists
(edit) @16080   11 years tbretz EventHist can be a list and must not be a deque.
(edit) @16078   11 years tbretz Improved the calculation of the date for loading the DRS calib. This ...
(edit) @16077   11 years tbretz Removed the 'last measurement must be a SHUTDOWN' check. This is not ...
(edit) @16076   11 years tbretz Only print a warning if drive is locked.
(edit) @16075   11 years tbretz Take agilentctrl back into the list of checked states; added Locked ...
(edit) @16074   11 years tbretz Allow for observation types singlepe, drscalib and idle.
(edit) @16073   11 years tbretz Minor change of unintentionally wrong indentation.
(edit) @16072   11 years tbretz The new version of the event builder currently does not supper the ...
(edit) @16071   11 years tbretz Added console.warn to print a highlighted message to the ocnsole.
(edit) @16060   11 years tbretz Code from Main.js related to taking a run including the solution for ...
(edit) @16059   11 years tbretz Specified the return type of NightAsInt more accurately.
(edit) @16058   11 years tbretz Specified the return type of NightAsInt more accurately.
(edit) @16057   11 years tbretz Added the CoolingFailure to the alarm messages
(edit) @16056   11 years tbretz Added the night to the FadConfiguration.
(edit) @16055   11 years tbretz Replaced the pointer argument when opening a file or writing an event ...
(edit) @16054   11 years tbretz Print a red warning in case of Cooling failure.
(edit) @16053   11 years tbretz Added some note...
(edit) @16052   11 years tbretz Handle the case NoConnection
(edit) @16051   11 years tbretz Moved AGILENT_CONTROL back in place.
(edit) @16050   11 years tbretz Make use of takeRun.js to 'fix' FAD problems also during the test run ...
(edit) @16049   11 years tbretz Moved some code around data taking (automatic reconnect etc) to ...
(edit) @16040   11 years tbretz First working version of the event builder in C++
Note: See TracRevisionLog for help on using the revision log.