source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11030   13 years Daniela Dorner added configuration parameters
(edit) @11029   13 years Daniela Dorner added inserting fObservationKEY into the table ScheduledRun
(edit) @11028   13 years tbretz Allow C:N as Dim format
(edit) @11027   13 years tbretz Allow support for chars; assume that the given size is the destination size
(edit) @11026   13 years tbretz Implemented that even chars are returned as numbers if converted to a ...
(edit) @11025   13 years tbretz Changed schedule-database-name back to be a required option.
(edit) @11024   13 years Daniela Dorner fixed name
(edit) @11023   13 years tbretz Changed schedule-database-name from required to default empty
(edit) @11022   13 years tbretz Added more const qualifiers.
(edit) @11021   13 years tbretz Changed name from schedule-database to schedule-database-name
(edit) @11020   13 years tbretz Commented out some checks; mysqlpp throws exceptions
(edit) @11019   13 years tbretz Many structural updates; catch mysqlpp exceptions outside Scheudle(); ...
(edit) @11018   13 years tbretz Don't assign dbname to something which might be local.
(edit) @11017   13 years tbretz Removed the wrong string conversion from ToFits; fixed the sanity ...
(edit) @11016   13 years tbretz Improved some logging output; added some debug output for each report; ...
(edit) @11015   13 years tbretz Added some const-qualifiers.
(edit) @11014   13 years tbretz Fixed some limits; some improvements to the output
(edit) @11013   13 years tbretz Some little updates; added DataFileDebug
(edit) @11011   13 years tbretz Fixed a compilation problem introduced with the latest changes.
(edit) @11010   13 years tbretz Set '192.168.0.255' as default address because it is a broadcast address.
(edit) @11005   13 years tbretz A wrapper around dim's dns to set DIM_HOST_NODE automatically.
(edit) @11004   13 years tbretz
(edit) @11003   13 years tbretz Moved GetLocalIp and Setup to DimSetup
(edit) @11002   13 years tbretz Added a C-wrapper around GetLocalIp.
(edit) @11000   13 years tbretz
(edit) @10999   13 years tbretz Also print DIM_DNS_NODE.
(edit) @10998   13 years tbretz Added compile time to boot message, added interactive flag.
(edit) @10997   13 years tbretz Added boot message to interactive session.
(edit) @10995   13 years tbretz Added some example code to handle FITS errors.
(edit) @10994   13 years tbretz The pulic functions don't need to be pulic.
(edit) @10993   13 years tbretz Added a const-qualifier.
(edit) @10992   13 years tbretz More improvements to logging; log when files are opened and/or closed ...
(edit) @10991   13 years tbretz Fixed a typo in a command description.
(edit) @10990   13 years tbretz Restructured some code; unified some functions; adapted some logging ...
(edit) @10987   13 years tbretz Set the timeout between header and data to 500ms. 50ms was to small ...
(edit) @10986   13 years tbretz Replaces vector<Connection> by map<uint8_t, Connection> to allow empty ...
(edit) @10983   13 years tbretz Canceled conecction atempts now stop the connection atempt.
(edit) @10979   13 years tbretz Replaced Adc_data[1] by Adc_data[]
(edit) @10978   13 years tbretz Currently CmdWriteRate doesn't need an execute command.
(edit) @10977   13 years tbretz Added some debug messages to see when commands get posted and/or handled.
(edit) @10976   13 years tbretz Added a log-file for everything entered.
(edit) @10975   13 years tbretz Added lost line again.
(edit) @10974   13 years lyard Moved update of stats and trim of old run numbers to functions
(edit) @10973   13 years tbretz Implemented the new execute command for the write command.
(edit) @10972   13 years tbretz Added a comment.
(edit) @10971   13 years lyard Moved monitoring thread to main thread. Added timeout config
(edit) @10968   13 years tbretz Added some const-qualifiers and did a few minor changes to the layout ...
(edit) @10967   13 years tbretz Check for NULL in Close
(edit) @10966   13 years tbretz Added an endl which had disappeared.
(edit) @10965   13 years tbretz Exchanged version and type in block header
(edit) @10964   13 years tbretz First version of writing data into binary files.
(edit) @10963   13 years tbretz Some new version -- now chnagelog informations available.
(edit) @10961   13 years tbretz Added kMaxPatchIdx
(edit) @10960   13 years tbretz Fixed the all and all-except commands.
(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) @10949   13 years tbretz Added some code to write FITS files.
(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) @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) @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) @10919   13 years tbretz Added local mutices to protect Write calls from different threads - ...
(edit) @10907   13 years lyard Added automatic reset at noon
(edit) @10906   13 years lyard changed the file name forming scheme
(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) @10887   13 years lyard minor changes
(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) @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) @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
Note: See TracRevisionLog for help on using the revision log.