|
|
@11022
|
13 years |
tbretz |
Added more const qualifiers.
|
|
|
@11021
|
13 years |
tbretz |
Changed name from schedule-database to schedule-database-name
|
|
|
@11020
|
13 years |
tbretz |
Commented out some checks; mysqlpp throws exceptions
|
|
|
@11019
|
13 years |
tbretz |
Many structural updates; catch mysqlpp exceptions outside Scheudle(); ...
|
|
|
@11018
|
13 years |
tbretz |
Don't assign dbname to something which might be local.
|
|
|
@11017
|
13 years |
tbretz |
Removed the wrong string conversion from ToFits; fixed the sanity ...
|
|
|
@11016
|
13 years |
tbretz |
Improved some logging output; added some debug output for each report; ...
|
|
|
@11015
|
13 years |
tbretz |
Added some const-qualifiers.
|
|
|
@11014
|
13 years |
tbretz |
Fixed some limits; some improvements to the output
|
|
|
@11013
|
13 years |
tbretz |
Some little updates; added DataFileDebug
|
|
|
@11012
|
13 years |
tbretz |
Fixed compilation of chatserv.
|
|
|
@11011
|
13 years |
tbretz |
Fixed a compilation problem introduced with the latest changes.
|
|
|
@11010
|
13 years |
tbretz |
Set '192.168.0.255' as default address because it is a broadcast address.
|
|
|
@11009
|
13 years |
tbretz |
Added new library where needed.
|
|
|
@11008
|
13 years |
tbretz |
Removed obsolete Dim.cc
|
|
|
@11007
|
13 years |
tbretz |
Updated.
|
|
|
@11006
|
13 years |
tbretz |
Updated.
|
|
|
@11005
|
13 years |
tbretz |
A wrapper around dim's dns to set DIM_HOST_NODE automatically.
|
|
|
@11004
|
13 years |
tbretz |
|
|
|
@11003
|
13 years |
tbretz |
Moved GetLocalIp and Setup to DimSetup
|
|
|
@11002
|
13 years |
tbretz |
Added a C-wrapper around GetLocalIp.
|
|
|
@11001
|
13 years |
tbretz |
Added libDimExtension.la and a wrapped dns
|
|
|
@11000
|
13 years |
tbretz |
|
|
|
@10999
|
13 years |
tbretz |
Also print DIM_DNS_NODE.
|
|
|
@10998
|
13 years |
tbretz |
Added compile time to boot message, added interactive flag.
|
|
|
@10997
|
13 years |
tbretz |
Added boot message to interactive session.
|
|
|
@10995
|
13 years |
tbretz |
Added some example code to handle FITS errors.
|
|
|
@10994
|
13 years |
tbretz |
The pulic functions don't need to be pulic.
|
|
|
@10993
|
13 years |
tbretz |
Added a const-qualifier.
|
|
|
@10992
|
13 years |
tbretz |
More improvements to logging; log when files are opened and/or closed ...
|
|
|
@10991
|
13 years |
tbretz |
Fixed a typo in a command description.
|
|
|
@10990
|
13 years |
tbretz |
Restructured some code; unified some functions; adapted some logging ...
|
|
|
@10987
|
13 years |
tbretz |
Set the timeout between header and data to 500ms. 50ms was to small ...
|
|
|
@10986
|
13 years |
tbretz |
Replaces vector<Connection> by map<uint8_t, Connection> to allow empty ...
|
|
|
@10985
|
13 years |
tbretz |
Made the pixel mapping and patch mapping finally working -- although ...
|
|
|
@10983
|
13 years |
tbretz |
Canceled conecction atempts now stop the connection atempt.
|
|
|
@10982
|
13 years |
tbretz |
As a workaround the FAD tab is already enabled in Connecting state - ...
|
|
|
@10981
|
13 years |
tbretz |
Fixed sending a chat message.
|
|
|
@10979
|
13 years |
tbretz |
Replaced Adc_data[1] by Adc_data[]
|
|
|
@10978
|
13 years |
tbretz |
Currently CmdWriteRate doesn't need an execute command.
|
|
|
@10977
|
13 years |
tbretz |
Added some debug messages to see when commands get posted and/or handled.
|
|
|
@10976
|
13 years |
tbretz |
Added a log-file for everything entered.
|
|
|
@10975
|
13 years |
tbretz |
Added lost line again.
|
|
|
@10974
|
13 years |
lyard |
Moved update of stats and trim of old run numbers to functions
|
|
|
@10973
|
13 years |
tbretz |
Implemented the new execute command for the write command.
|
|
|
@10972
|
13 years |
tbretz |
Added a comment.
|
|
|
@10971
|
13 years |
lyard |
Moved monitoring thread to main thread. Added timeout config
|
|
|
@10968
|
13 years |
tbretz |
Added some const-qualifiers and did a few minor changes to the layout ...
|
|
|
@10967
|
13 years |
tbretz |
Check for NULL in Close
|
|
|
@10966
|
13 years |
tbretz |
Added an endl which had disappeared.
|
|
|
@10965
|
13 years |
tbretz |
Exchanged version and type in block header
|
|
|
@10964
|
13 years |
tbretz |
First version of writing data into binary files.
|
|
|
@10963
|
13 years |
tbretz |
Some new version -- now chnagelog informations available.
|
|
|
@10962
|
13 years |
tbretz |
Fixed ThresholdDisableOthers
|
|
|
@10961
|
13 years |
tbretz |
Added kMaxPatchIdx
|
|
|
@10960
|
13 years |
tbretz |
Fixed the all and all-except commands.
|
|
|
@10959
|
13 years |
tbretz |
Implemented Enable/Disable all button; added the correct hw/sw-pixel ...
|
|
|
@10955
|
13 years |
lyard |
added WriteError state
|
|
|
@10954
|
13 years |
tbretz |
Instead of comparing shared_ptr with NULL they are converted to bools ...
|
|
|
@10953
|
13 years |
tbretz |
Added the possibility to disable all patches/pixels except one.
|
|
|
@10952
|
13 years |
lyard |
resolved conflict
|
|
|
@10951
|
13 years |
lyard |
moved various processed from secondary thread to main thread
|
|
|
@10950
|
13 years |
tbretz |
Choose pixel even with double click; update enable.
|
|
|
@10949
|
13 years |
tbretz |
Added some code to write FITS files.
|
|
|
@10948
|
13 years |
tbretz |
Implemented Crate/Board/Patch in addition to pixel index.
|
|
|
@10947
|
13 years |
tbretz |
Fixed a typo.
|
|
|
@10946
|
13 years |
tbretz |
Changed order in Write; properly catch exceptions from Converter::ToFits
|
|
|
@10945
|
13 years |
tbretz |
Removed obsolete include of <mutex>
|
|
|
@10944
|
13 years |
tbretz |
Removed the obsolete extern-declaration for lock/unlock
|
|
|
@10943
|
13 years |
tbretz |
Fixed the output of the free space.
|
|
|
@10942
|
13 years |
tbretz |
Fixed format of EVENTS
|
|
|
@10941
|
13 years |
tbretz |
Fixed a dead-lock in the mutex by replacing it with the global ...
|
|
|
@10940
|
13 years |
tbretz |
Adapted to latest changes in EventBuilder; added some Dim services.
|
|
|
@10939
|
13 years |
tbretz |
Some little layout improvements.
|
|
|
@10938
|
13 years |
tbretz |
Send some dim messages.
|
|
|
@10937
|
13 years |
tbretz |
Implemented some first FAD stuff.
|
|
|
@10936
|
13 years |
tbretz |
Decreased cpu usage for time display update.
|
|
|
@10935
|
13 years |
tbretz |
Set some names.
|
|
|
@10934
|
13 years |
tbretz |
Added some const-qualifier
|
|
|
@10933
|
13 years |
tbretz |
Removed the leading FACT- from the table names.
|
|
|
@10932
|
13 years |
tbretz |
Added some more const-qualifiers; replaced a local fTime by ftime; ...
|
|
|
@10931
|
13 years |
tbretz |
Moved the default black list entries out of the check for the --block ...
|
|
|
@10930
|
13 years |
tbretz |
Moved Time argument as last and default argument in CompileFileName; ...
|
|
|
@10927
|
13 years |
lyard |
Fixed a bug with the update of Fits files and grouping of daily files
|
|
|
@10926
|
13 years |
tbretz |
Fixed setting run number.
|
|
|
@10925
|
13 years |
tbretz |
Suppress notice about sent data by define.
|
|
|
@10924
|
13 years |
tbretz |
Some small updates; added possibility for compilation under C and C++
|
|
|
@10923
|
13 years |
tbretz |
Adapted to latest version of code; first implementration of an ...
|
|
|
@10922
|
13 years |
tbretz |
Added a wait command.
|
|
|
@10921
|
13 years |
tbretz |
Added SendCommand taking a pointer and the size as argument.
|
|
|
@10920
|
13 years |
tbretz |
Started with the implementation of the FAD controls.
|
|
|
@10919
|
13 years |
tbretz |
Added local mutices to protect Write calls from different threads - ...
|
|
|
@10917
|
13 years |
tbretz |
Renamed fPing to fFtuPing; added fFtuAllOn and fFtuAllOff buttons
|
|
|
@10916
|
13 years |
tbretz |
Added some primitive FAD controls and one connection LED per Board
|
|
|
@10907
|
13 years |
lyard |
Added automatic reset at noon
|
|
|
@10906
|
13 years |
lyard |
changed the file name forming scheme
|
|
|
@10899
|
13 years |
lyard |
various changes, improved path handling, removed run-logs
|
|
|
@10898
|
13 years |
lyard |
removed serviceList object, replaced by inheritance from DimServiceInfoList
|
|
|
@10897
|
13 years |
tbretz |
Some updates to the help-text.
|
|
|
@10896
|
13 years |
tbretz |
More updates to PRINT
|
|
|