source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11291   13 years lyard Little changes and cosmetics with statistics service
(edit) @11290   13 years lyard Moved the files statistics to a separate class and improved transitions
(edit) @11288   13 years tbretz Added virtual functions for Lock and Unlock
(edit) @11287   13 years tbretz Added locking around HandleEvent
(edit) @11286   13 years tbretz Updated to new statistic; changed to new runStat values; added ResetThread
(edit) @11285   13 years tbretz Added 'RESET'
(edit) @11284   13 years tbretz Added the possibility to set the update rate for self triggered events.
(edit) @11283   13 years tbretz Adapted some log output to standard used in the other classes.
(edit) @11282   13 years tbretz Mainly new statistics.
(edit) @11281   13 years tbretz Removed obsolete gi_usedMem
(edit) @11280   13 years tbretz Added virtual function for locking; fixed the order of instantiation ...
(edit) @11275   13 years tbretz Fixed fServiceList.erase in RemoveServer; the entry might not exist.
(edit) @11274   13 years tbretz Fixed a typo in a comment.
(edit) @11273   13 years tbretz Added EVT_STAT and GUI_STAT; changed ADC values to signed
(edit) @11271   13 years tbretz Changed default for fDimMessage from en empty string to a NULL pointer.
(edit) @11270   13 years tbretz Added a missing ;
(edit) @11269   13 years tbretz Moved calling of RemoveAllServices from RemoveAllServers and ...
(edit) @11268   13 years Daniela Dorner removed required() for option schedule-database-name
(edit) @11267   13 years tbretz Included a call to RemoveAllServices to RemoveServer.
(edit) @11265   13 years lyard Added the RemoveServer and RemoveAllServers functions. Seems to have ...
(edit) @11264   13 years tbretz Removed includes which are now in Main.h
(edit) @11263   13 years tbretz Added include of boost/thread.hpp and LocalControl.h
(edit) @11262   13 years tbretz Made SetCurrentState a protected functioj so that derives state ...
(edit) @11261   13 years tbretz Removed SetCurrentState; removed includes which are now in Main.h; ...
(edit) @11260   13 years tbretz Fixed a problem introduced with the splitting of Connect which caused ...
(edit) @11257   13 years tbretz Removed the --no-dim option, because it won't work anyway at the moment.
(edit) @11256   13 years tbretz Updated reference about regex for database url.
(edit) @11255   13 years tbretz Updated regex to evaluate schedule-database.
(edit) @11254   13 years tbretz Changed SetConfiguration to EvalConfiguration; changed positional ...
(edit) @11253   13 years tbretz Changed SetConfiguration to EvalConfiguration and its return value ...
(edit) @11252   13 years tbretz Added a first draft of a unified main program.
(edit) @11251   13 years tbretz Started to unify the main program of the io_service based control program.
(edit) @11250   13 years tbretz Fixed a problem in the C version of GetLocalIp
(edit) @11248   13 years tbretz Fixed a function description.
(edit) @11247   13 years tbretz Made destructors virtual.
(edit) @11246   13 years tbretz Made destructor virtual -- destructors of base classes should always ...
(edit) @11245   13 years tbretz Unified all three run modes.
(edit) @11244   13 years tbretz 'repaired' switch in openRun and set default for fFileFormat to kNone
(edit) @11243   13 years tbretz Added SET_FILE_FORMAT
(edit) @11238   13 years tbretz Changed Adc_Data from uint16 to int16
(edit) @11237   13 years tbretz Fixed calculation of g_maxMem
(edit) @11236   13 years tbretz Changed again the default address for ocal ip resolution to a default ...
(edit) @11229   13 years tbretz Reverted commit by mistake.
(edit) @11228   13 years tbretz Layout update FAD tab
(edit) @11226   13 years tbretz broadcast whole events via Dim; made MainWindow and abstract base ...
(edit) @11225   13 years tbretz Implemented REFRENECE_CLOCK
(edit) @11224   13 years tbretz Send FADC data once a second.
(edit) @11221   13 years tbretz Removed q as shortcut for --quit to avoid confusion with --quiet
(edit) @11220   13 years lyard now use the toStrings method of the converter
(edit) @11219   13 years lyard added 2 write error states + bug fix
(edit) @11218   13 years tbretz Added --cmd and --quit program option.
(edit) @11217   13 years tbretz Made ProcessLine a public function to allow for --cmd command.
(edit) @11216   13 years tbretz Added cmd and quit command.
(edit) @11215   13 years tbretz Added NightAsInt
(edit) @11211   13 years tbretz Added ToStrings
(edit) @11210   13 years tbretz Moved coding and decoding of the 12 bit temperature to the conversion ...
(edit) @11209   13 years tbretz Added trigger id and fake temperature.
(edit) @11208   13 years tbretz Added a new constructor which takes special_values as argument.
(edit) @11207   13 years tbretz Many little and more changed to teh FAD and event builder controls; ...
(edit) @11203   13 years tbretz Removedmore obsolete stuff.
(edit) @11202   13 years tbretz Removed some obsolete code.
(edit) @11201   13 years tbretz Inverted bit for command socket.
(edit) @11200   13 years tbretz Restructured the FAD gui; made widgets for run-number and ROI active.
(edit) @11199   13 years tbretz Removed fDimCurrentEvent; wrapped update of fDimEvents into a 1s check.
(edit) @11198   13 years tbretz Do noz print 'Trying to connect' message more than once.
(edit) @11197   13 years tbretz Changed the fStatus2 array to support also an 'all diconnected but ...
(edit) @11195   13 years tbretz Updated with some more status bit support.
(edit) @11194   13 years tbretz Removed an obsolete debug out.
(edit) @11193   13 years tbretz Replaced the constructor of EventHeader with a vector<uint16_t> by ...
(edit) @11192   13 years tbretz Made the tcp::endpoint and the slot number a member of ConenctionFAD; ...
(edit) @11191   13 years tbretz Workaroudn for a problem with negative gi_NumConnects
(edit) @11190   13 years tbretz Added the possbility to give an IP Address with a port rather than a ...
(edit) @11188   13 years tbretz Also update status informations when connection information has ...
(edit) @11187   13 years tbretz Removed some debug code.
(edit) @11186   13 years tbretz Tried another fix for the CompareBits
(edit) @11183   13 years tbretz Must be i instead of i/7 when checking for identical values.
(edit) @11182   13 years tbretz Updated default base port
(edit) @11181   13 years tbretz Added more infos to debugRead; some fixed to CompareBit
(edit) @11180   13 years tbretz Added check whether all ports are connected again.
(edit) @11179   13 years tbretz Added FAD DNA.
(edit) @11177   13 years tbretz Display more FAD status bits.
(edit) @11176   13 years tbretz Added output of frequency calculated from the clock conditioner values.
(edit) @11175   13 years tbretz Removed some obsolete stuff
(edit) @11174   13 years tbretz New scheme to transmit the status bits.
(edit) @11169   13 years tbretz Added DrsEnabled
(edit) @11166   13 years tbretz Added PLL lock.
(edit) @11165   13 years tbretz Reverse EventHeader::ftriggerId
(edit) @11164   13 years tbretz Switch on keep alive packates with 10s timeouts.
(edit) @11163   13 years tbretz Added kCmdContTrigger and EventHeader::Id()
(edit) @11162   13 years tbretz Added code to send changed distributions from headers.
(edit) @11161   13 years tbretz Changed enable continous trigger command.
(edit) @11160   13 years tbretz Added ENABLE_CONTINOUS_TRIGGER
(edit) @11157   13 years tbretz Fixed output for data transmission socket.
(edit) @11156   13 years tbretz Added new bits in Status word; removed obsolete ref clock too high; ...
(edit) @11154   13 years tbretz Added constructor to EventHeader.
(edit) @11153   13 years tbretz Piped data from debugHead to EventBuilderWrapper
(edit) @11150   13 years tbretz Changed default.
(edit) @11149   13 years tbretz Removed obsolete include of iostream
(edit) @11148   13 years tbretz Switched to DimDescribedService::Update
(edit) @11147   13 years tbretz Do not write 0 byte reads to debug stream.
Note: See TracRevisionLog for help on using the revision log.