source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10959   13 years tbretz Implemented Enable/Disable all button; added the correct hw/sw-pixel ...
(edit) @10958   13 years neise
(edit) @10957   13 years neise
(edit) @10956   13 years ogrimm Read-out for FSC board
(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) @10953   13 years tbretz Added the possibility to disable all patches/pixels except one.
(edit) @10952   13 years lyard resolved conflict
(edit) @10951   13 years lyard moved various processed from secondary thread to main thread
(edit) @10950   13 years tbretz Choose pixel even with double click; update enable.
(edit) @10949   13 years tbretz Added some code to write FITS files.
(edit) @10948   13 years tbretz Implemented Crate/Board/Patch in addition to pixel index.
(edit) @10947   13 years tbretz Fixed a typo.
(edit) @10946   13 years tbretz Changed order in Write; properly catch exceptions from Converter::ToFits
(edit) @10945   13 years tbretz Removed obsolete include of <mutex>
(edit) @10944   13 years tbretz Removed the obsolete extern-declaration for lock/unlock
(edit) @10943   13 years tbretz Fixed the output of the free space.
(edit) @10942   13 years tbretz Fixed format of EVENTS
(edit) @10941   13 years tbretz Fixed a dead-lock in the mutex by replacing it with the global ...
(edit) @10940   13 years tbretz Adapted to latest changes in EventBuilder; added some Dim services.
(edit) @10939   13 years tbretz Some little layout improvements.
(edit) @10938   13 years tbretz Send some dim messages.
(edit) @10937   13 years tbretz Implemented some first FAD stuff.
(edit) @10936   13 years tbretz Decreased cpu usage for time display update.
(edit) @10935   13 years tbretz Set some names.
(edit) @10934   13 years tbretz Added some const-qualifier
(edit) @10933   13 years tbretz Removed the leading FACT- from the table names.
(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) @10929   13 years weitzel FTM: patch in LP interface to correct for swapped channels; change in ...
(edit) @10928   13 years ogrimm Improved responsiveness of GUI at start-up
(edit) @10927   13 years lyard Fixed a bug with the update of Fits files and grouping of daily files
(edit) @10926   13 years tbretz Fixed setting run number.
(edit) @10925   13 years tbretz Suppress notice about sent data by define.
(edit) @10924   13 years tbretz Some small updates; added possibility for compilation under C and C++
(edit) @10923   13 years tbretz Adapted to latest version of code; first implementration of an ...
(edit) @10922   13 years tbretz Added a wait command.
(edit) @10921   13 years tbretz Added SendCommand taking a pointer and the size as argument.
(edit) @10920   13 years tbretz Started with the implementation of the FAD controls.
(edit) @10919   13 years tbretz Added local mutices to protect Write calls from different threads - ...
(edit) @10918   13 years neise
(edit) @10917   13 years tbretz Renamed fPing to fFtuPing; added fFtuAllOn and fFtuAllOff buttons
(edit) @10916   13 years tbretz Added some primitive FAD controls and one connection LED per Board
(edit) @10915   13 years neise
(edit) @10914   13 years neise
(edit) @10913   13 years ogrimm FADctrl will write and publish data only for active boards
(edit) @10912   13 years ogrimm Simplified temporary file handling
(edit) @10911   13 years neise atmega thinks it receives 512 bytes all the time ... thats not true ...
(edit) @10910   13 years neise
(edit) @10909   13 years ogrimm Magic number not checked for online display
(edit) @10908   13 years neise
(edit) @10907   13 years lyard Added automatic reset at noon
(edit) @10906   13 years lyard changed the file name forming scheme
(edit) @10905   13 years neise Fixed a bug in board addressing
(edit) @10904   13 years ogrimm Add browsing of raw data files
(edit) @10903   13 years ogrimm Added write command for PEBS
(edit) @10902   13 years neise
(edit) @10901   13 years neise gui stuff
(edit) @10900   13 years neise it compiles but doenst work....
(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) @10894   13 years neise simple daq to talk with FSC ... needs testing
(edit) @10893   13 years neise just added an FSC dir ... didnt work from Win
(edit) @10892   13 years neise
(edit) @10891   13 years neise completed w5300_interface implementation. needs testing now
(edit) @10890   13 years neise minor changes
(edit) @10889   13 years neise memory_manager_2.vhd is a hopefully simpler version of the original ...
(edit) @10888   13 years neise - not yet tested; not yet simulated - w5300_modul2.vhd implements the ...
(edit) @10887   13 years lyard minor changes
(edit) @10886   13 years neise new try to oout source the W5300 read/write access in order to get ...
(edit) @10885   13 years tbretz Use GetBool and Ptr from EventImp directly.
(edit) @10884   13 years tbretz Changed stringstream to ostringstream for the use with MessageImp
(edit) @10883   13 years neise one week of changes in zurich :-(
(edit) @10882   13 years tbretz Use GetUXtra directly.
(edit) @10881   13 years tbretz Improved templates with range check; replaced return types by well ...
(edit) @10880   13 years tbretz Use new Ptr() template to access EventImp contents.
(edit) @10879   13 years weitzel FTM: new light pulser interface, new timing constraint in .ucf file
(edit) @10878   13 years tbretz Use GetText in pointer arithmetics.
(edit) @10877   13 years tbretz Added templates for easier access to the data.
(edit) @10876   13 years tbretz Implemented command to set run number.
(edit) @10875   13 years tbretz Use EventImp::GetBool; implemented SET_RUN_NUMBER
(edit) @10874   13 years tbretz Use EventImp::GetBool
(edit) @10873   13 years tbretz Replaced a self-done loop by std::find; changed some comments.
(edit) @10872   13 years tbretz Changed DIM prefix.
(edit) @10871   13 years tbretz Removed LocalControl.cc
(edit) @10870   13 years tbretz Remove the necessity for a source file (of just three lines)
(edit) @10869   13 years tbretz Unified return code with the convention that 0 is success.
(edit) @10868   13 years tbretz Addes some missing comments.
(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) @10865   13 years tbretz Don't catch exceptions in main
(edit) @10864   13 years tbretz Don't catch exceptions in main; propagare continous number as board id.
(edit) @10863   13 years tbretz Improved verbosity; switched on printing channel headers.
(edit) @10862   13 years tbretz Added the possibility to fake more than just one board.
(edit) @10861   13 years tbretz Adapted Start() once more.
(edit) @10860   13 years tbretz Delete the line after CR.
Note: See TracRevisionLog for help on using the revision log.