source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   14 years tbretz Use GetBool and Ptr from EventImp directly.
(edit) @10884   14 years tbretz Changed stringstream to ostringstream for the use with MessageImp
(edit) @10882   14 years tbretz Use GetUXtra directly.
(edit) @10881   14 years tbretz Improved templates with range check; replaced return types by well ...
(edit) @10880   14 years tbretz Use new Ptr() template to access EventImp contents.
(edit) @10878   14 years tbretz Use GetText in pointer arithmetics.
(edit) @10877   14 years tbretz Added templates for easier access to the data.
(edit) @10876   14 years tbretz Implemented command to set run number.
(edit) @10875   14 years tbretz Use EventImp::GetBool; implemented SET_RUN_NUMBER
(edit) @10874   14 years tbretz Use EventImp::GetBool
(edit) @10873   14 years tbretz Replaced a self-done loop by std::find; changed some comments.
(edit) @10872   14 years tbretz Changed DIM prefix.
(edit) @10870   14 years tbretz Remove the necessity for a source file (of just three lines)
(edit) @10869   14 years tbretz Unified return code with the convention that 0 is success.
(edit) @10868   14 years tbretz Addes some missing comments.
(edit) @10867   14 years tbretz Fixed units. 1024 would be kiB and MiB.
(edit) @10866   14 years tbretz Fixed units. 1024 would be kiB and MiB.
(edit) @10865   14 years tbretz Don't catch exceptions in main
(edit) @10864   14 years tbretz Don't catch exceptions in main; propagare continous number as board id.
(edit) @10863   14 years tbretz Improved verbosity; switched on printing channel headers.
(edit) @10862   14 years tbretz Added the possibility to fake more than just one board.
(edit) @10861   14 years tbretz Adapted Start() once more.
(edit) @10860   14 years tbretz Delete the line after CR.
(edit) @10859   14 years tbretz Added debug options to address the fake fad boards (debug-port and ...
(edit) @10858   14 years tbretz Changed the data member cnt's name -- it sometimes gave warnings using ...
(edit) @10856   14 years tbretz Further improvement in Start(), accept negative numbers in NumConnect ...
(edit) @10854   14 years tbretz Allow to use several ports on localhost for several fake boards for ...
(edit) @10853   14 years tbretz Fixed a floating point exception if no connection is open.
(edit) @10852   14 years tbretz Fixed workaround to open the seven sockets correctly; added some debug ...
(edit) @10851   14 years tbretz Added support for switching between command socket and data sockets.
(edit) @10850   14 years tbretz Removed some obsolete output.
(edit) @10848   14 years tbretz Changed GetLocalIP code to boost::asio for better readability.
(edit) @10846   14 years tbretz Start to listen on eight ports like the FAD boards.
(edit) @10845   14 years tbretz Improved workaround for ports.
(edit) @10844   14 years tbretz Print thread status is ListSlots()
(edit) @10843   14 years tbretz Added a workaround to pass the ports to the eventbuilder
(edit) @10842   14 years tbretz Some little fixed to the offline mode
(edit) @10841   14 years tbretz Added check in GetMaxMemory
(edit) @10837   14 years tbretz Some performance improvements; added some comments with code to fill ...
(edit) @10836   14 years tbretz
(edit) @10835   14 years tbretz Added --max-mem program option; updated allowed states for CONNECT and ...
(edit) @10834   14 years tbretz Removed obsolete include of Timers.h
(edit) @10833   14 years tbretz An unknown Dim message is a warning now.
(edit) @10832   14 years tbretz Added state to signal whether the event-builder thread is still ...
(edit) @10831   14 years tbretz Replaces some Message calls by Info
(edit) @10829   14 years lyard Moved many things to functions
(edit) @10828   14 years tbretz Added missing variable name in SendDynData
(edit) @10827   14 years lyard Fixed ushort and short
(edit) @10826   14 years tbretz
(edit) @10825   14 years tbretz Unified main() with the other programs
(edit) @10824   14 years tbretz Handle operation_aborted in timeouts
(edit) @10823   14 years tbretz Handle operation_aborted in timeouts; multiply timestamp by 10000; ...
(edit) @10822   14 years tbretz Handle operation_aborted in timeouts; improved ...
(edit) @10821   14 years tbretz Removed the second HandleReadTimeout
(edit) @10820   14 years tbretz Removed the obsolete *_disable_padding() calls; DimErrorRedirecter ...
(edit) @10819   14 years tbretz Replaced code copied from the Converter class by a proper function call
(edit) @10818   14 years tbretz Unified calls to MessageImp into ostrngstreams
(edit) @10817   14 years tbretz Moved commands here; added some more member functions.
(edit) @10816   14 years tbretz Moved commands to HeaderFAD; fixed the range of the loop to set all ROIs
(edit) @10815   14 years tbretz Take care of canceled timeouts.
(edit) @10814   14 years lyard Upgrade of the dataLogger to take several run numbers on the fly
(edit) @10811   14 years tbretz Removed fake connections. We hav ethe event builder now.
(edit) @10806   14 years tbretz Renamed test3.cc to dimctrl.cc
(edit) @10805   14 years tbretz Simplified program options handling.
(edit) @10804   14 years tbretz Simplified program options handling.
(edit) @10802   14 years tbretz Simplified program options handling.
(edit) @10799   14 years tbretz Simplified program options handling; only send enable of a general ...
(edit) @10798   14 years tbretz Simplified program options handling.
(edit) @10797   14 years tbretz Simplified program options handling.
(edit) @10796   14 years tbretz Added PrintVersion directly to avoid clashes with exceptions.
(edit) @10795   14 years tbretz Replaced a stringstream by an ostringstream
(edit) @10794   14 years tbretz
(edit) @10793   14 years tbretz fitsdump - the program.
(edit) @10790   14 years tbretz Added commands for crate reset.
(edit) @10789   14 years tbretz Added commands for crate reset.
(edit) @10785   14 years tbretz Fixed order of arguments in description of SET_TRIGGER_SEQUENCE; ...
(edit) @10784   14 years tbretz Added some code to redirect error output to fadctrl (still commented); ...
(edit) @10783   14 years tbretz Moved soem decoding from print to header; commented obsolete Dim stuff.
(edit) @10782   14 years tbretz Minor changes to output.
(edit) @10780   14 years tbretz Replaced stringstream in log-stream by ostringstream.
(edit) @10778   14 years tbretz
(edit) @10777   14 years tbretz Fixed boost problem with Ubuntu 11.04
(edit) @10774   14 years tbretz
(edit) @10773   14 years tbretz
(edit) @10772   14 years tbretz
(edit) @10771   14 years tbretz Fixed a minor compiler warning.
(edit) @10767   14 years tbretz Deconded general setting for output, added some const-qualifiers
(edit) @10766   14 years tbretz Some improvement and name changes.
(edit) @10765   14 years tbretz Made it compatible with older boost versions.
(edit) @10763   14 years lyard created a simple example about how to read fits
Note: See TracRevisionLog for help on using the revision log.