source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11013   15 years tbretz Some little updates; added DataFileDebug
(edit) @11012   15 years tbretz Fixed compilation of chatserv.
(edit) @11011   15 years tbretz Fixed a compilation problem introduced with the latest changes.
(edit) @11010   15 years tbretz Set '192.168.0.255' as default address because it is a broadcast address.
(edit) @11009   15 years tbretz Added new library where needed.
(edit) @11008   15 years tbretz Removed obsolete Dim.cc
(edit) @11007   15 years tbretz Updated.
(edit) @11006   15 years tbretz Updated.
(edit) @11005   15 years tbretz A wrapper around dim's dns to set DIM_HOST_NODE automatically.
(edit) @11004   15 years tbretz
(edit) @11003   15 years tbretz Moved GetLocalIp and Setup to DimSetup
(edit) @11002   15 years tbretz Added a C-wrapper around GetLocalIp.
(edit) @11001   15 years tbretz Added libDimExtension.la and a wrapped dns
(edit) @11000   15 years tbretz
(edit) @10999   15 years tbretz Also print DIM_DNS_NODE.
(edit) @10998   15 years tbretz Added compile time to boot message, added interactive flag.
(edit) @10997   15 years tbretz Added boot message to interactive session.
(edit) @10996   15 years ogrimm History allows to exclude services
(edit) @10995   15 years tbretz Added some example code to handle FITS errors.
(edit) @10994   15 years tbretz The pulic functions don't need to be pulic.
(edit) @10993   15 years tbretz Added a const-qualifier.
(edit) @10992   15 years tbretz More improvements to logging; log when files are opened and/or closed ...
(edit) @10991   15 years tbretz Fixed a typo in a command description.
(edit) @10990   15 years tbretz Restructured some code; unified some functions; adapted some logging ...
(edit) @10989   15 years neise
(edit) @10988   15 years neise
(edit) @10987   15 years tbretz Set the timeout between header and data to 500ms. 50ms was to small ...
(edit) @10986   15 years tbretz Replaces vector<Connection> by map<uint8_t, Connection> to allow empty ...
(edit) @10985   15 years tbretz Made the pixel mapping and patch mapping finally working -- although ...
(edit) @10984   15 years ogrimm Edd allows to set plot update rate
(edit) @10983   15 years tbretz Canceled conecction atempts now stop the connection atempt.
(edit) @10982   15 years tbretz As a workaround the FAD tab is already enabled in Connecting state - ...
(edit) @10981   15 years tbretz Fixed sending a chat message.
(edit) @10980   15 years ogrimm DIM event service contains active boards only
(edit) @10979   15 years tbretz Replaced Adc_data[1] by Adc_data[]
(edit) @10978   15 years tbretz Currently CmdWriteRate doesn't need an execute command.
(edit) @10977   15 years tbretz Added some debug messages to see when commands get posted and/or handled.
(edit) @10976   15 years tbretz Added a log-file for everything entered.
(edit) @10975   15 years tbretz Added lost line again.
(edit) @10974   15 years lyard Moved update of stats and trim of old run numbers to functions
(edit) @10973   15 years tbretz Implemented the new execute command for the write command.
(edit) @10972   15 years tbretz Added a comment.
(edit) @10971   15 years lyard Moved monitoring thread to main thread. Added timeout config
(edit) @10970   15 years neise new version 0x0200
(edit) @10969   15 years neise support for Firmware Version 0200
(edit) @10968   15 years tbretz Added some const-qualifiers and did a few minor changes to the layout ...
(edit) @10967   15 years tbretz Check for NULL in Close
(edit) @10966   15 years tbretz Added an endl which had disappeared.
(edit) @10965   15 years tbretz Exchanged version and type in block header
(edit) @10964   15 years tbretz First version of writing data into binary files.
(edit) @10963   15 years tbretz Some new version -- now chnagelog informations available.
(edit) @10962   15 years tbretz Fixed ThresholdDisableOthers
(edit) @10961   15 years tbretz Added kMaxPatchIdx
(edit) @10960   15 years tbretz Fixed the all and all-except commands.
(edit) @10959   15 years tbretz Implemented Enable/Disable all button; added the correct hw/sw-pixel ...
(edit) @10958   15 years neise
(edit) @10957   15 years neise
(edit) @10956   15 years ogrimm Read-out for FSC board
(edit) @10955   15 years lyard added WriteError state
(edit) @10954   15 years tbretz Instead of comparing shared_ptr with NULL they are converted to bools ...
(edit) @10953   15 years tbretz Added the possibility to disable all patches/pixels except one.
(edit) @10952   15 years lyard resolved conflict
(edit) @10951   15 years lyard moved various processed from secondary thread to main thread
(edit) @10950   15 years tbretz Choose pixel even with double click; update enable.
(edit) @10949   15 years tbretz Added some code to write FITS files.
(edit) @10948   15 years tbretz Implemented Crate/Board/Patch in addition to pixel index.
(edit) @10947   15 years tbretz Fixed a typo.
(edit) @10946   15 years tbretz Changed order in Write; properly catch exceptions from Converter::ToFits
(edit) @10945   15 years tbretz Removed obsolete include of <mutex>
(edit) @10944   15 years tbretz Removed the obsolete extern-declaration for lock/unlock
(edit) @10943   15 years tbretz Fixed the output of the free space.
(edit) @10942   15 years tbretz Fixed format of EVENTS
(edit) @10941   15 years tbretz Fixed a dead-lock in the mutex by replacing it with the global ...
(edit) @10940   15 years tbretz Adapted to latest changes in EventBuilder; added some Dim services.
(edit) @10939   15 years tbretz Some little layout improvements.
(edit) @10938   15 years tbretz Send some dim messages.
(edit) @10937   15 years tbretz Implemented some first FAD stuff.
(edit) @10936   15 years tbretz Decreased cpu usage for time display update.
(edit) @10935   15 years tbretz Set some names.
(edit) @10934   15 years tbretz Added some const-qualifier
(edit) @10933   15 years tbretz Removed the leading FACT- from the table names.
(edit) @10932   15 years tbretz Added some more const-qualifiers; replaced a local fTime by ftime; ...
(edit) @10931   15 years tbretz Moved the default black list entries out of the check for the --block ...
(edit) @10930   15 years tbretz Moved Time argument as last and default argument in CompileFileName; ...
(edit) @10929   15 years weitzel FTM: patch in LP interface to correct for swapped channels; change in ...
(edit) @10928   15 years ogrimm Improved responsiveness of GUI at start-up
(edit) @10927   15 years lyard Fixed a bug with the update of Fits files and grouping of daily files
(edit) @10926   15 years tbretz Fixed setting run number.
(edit) @10925   15 years tbretz Suppress notice about sent data by define.
(edit) @10924   15 years tbretz Some small updates; added possibility for compilation under C and C++
(edit) @10923   15 years tbretz Adapted to latest version of code; first implementration of an ...
(edit) @10922   15 years tbretz Added a wait command.
(edit) @10921   15 years tbretz Added SendCommand taking a pointer and the size as argument.
(edit) @10920   15 years tbretz Started with the implementation of the FAD controls.
(edit) @10919   15 years tbretz Added local mutices to protect Write calls from different threads - ...
(edit) @10918   15 years neise
(edit) @10917   15 years tbretz Renamed fPing to fFtuPing; added fFtuAllOn and fFtuAllOff buttons
(edit) @10916   15 years tbretz Added some primitive FAD controls and one connection LED per Board
(edit) @10915   15 years neise
(edit) @10914   15 years neise
Note: See TracRevisionLog for help on using the revision log.