source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11340   14 years tbretz Updated help text for RESET
(edit) @11338   14 years tbretz Moved setup of the clock-conditioner to the config-file.
(edit) @11337   14 years tbretz Set the CommandStates_t back to the previous values; updated ResetThread
(edit) @11336   14 years tbretz Added code to allow option values as hexadecimal numbers; added Get ...
(edit) @11335   14 years tbretz Added g_reset and some other updates and minor fixes.
(edit) @11334   14 years tbretz Changed some unsigned int to signed int.
(edit) @11333   14 years tbretz Changed some unsigned int to signed int.
(edit) @11330   14 years tbretz Check whether option is available before accessing 'console' option.
(edit) @11329   14 years tbretz Fixed a typo in HasPrint - print-unknown wasn't recognized correctly; ...
(edit) @11328   14 years tbretz Updated EvalConfiguration to parse the address options one by one.
(edit) @11327   14 years tbretz Removed some obsolete includes.
(edit) @11326   14 years tbretz Added .! command to be able to execute shell commands.
(edit) @11325   14 years tbretz Updated output when opening and closing files.
(edit) @11324   14 years tbretz Updated logging when openeing and closing a file; fixed format of ...
(edit) @11323   14 years tbretz Fixed a wrong array index (should be b instead of k)
(edit) @11320   14 years tbretz Added -d as shortcut for --debug.
(edit) @11319   14 years tbretz Updated program options description.
(edit) @11318   14 years tbretz Removed souble error message.
(edit) @11317   14 years tbretz Removed obsolete fStatsPeriod; updated statistics
(edit) @11316   14 years tbretz Fixed return value for stat() of filename; added GetUpdateInterval
(edit) @11314   14 years tbretz
(edit) @11313   14 years tbretz
(edit) @11309   14 years tbretz Removed confusing output.
(edit) @11308   14 years tbretz Updated name and usage of new statistics class; adapted and fixed new ...
(edit) @11307   14 years tbretz Updated includes.
(edit) @11306   14 years tbretz
(edit) @11305   14 years tbretz
(edit) @11304   14 years tbretz Simplified; removed the mutex; improved thread cencelation
(edit) @11303   14 years tbretz Added command to print only the currently allowed events.
(edit) @11302   14 years tbretz Added PrintListOfAllowedEvents
(edit) @11301   14 years tbretz Replaced the use of the =-operator where possible by the use of a ...
(edit) @11300   14 years tbretz Replaced the operator= by a constructor in StaticData
(edit) @11297   14 years tbretz Added the possibility in ConnectionFTM to compare the requested and ...
(edit) @11296   14 years tbretz Moved state definitions here; added operator== to StaticData
(edit) @11295   14 years tbretz Updated to support new statistics; added sending of filename to fDimRuns
(edit) @11293   14 years tbretz Updated statistics.
(edit) @11292   14 years lyard added configurations to everything that can be tweaked
(edit) @11291   14 years lyard Little changes and cosmetics with statistics service
(edit) @11290   14 years lyard Moved the files statistics to a separate class and improved transitions
(edit) @11288   14 years tbretz Added virtual functions for Lock and Unlock
(edit) @11287   14 years tbretz Added locking around HandleEvent
(edit) @11286   14 years tbretz Updated to new statistic; changed to new runStat values; added ResetThread
(edit) @11285   14 years tbretz Added 'RESET'
(edit) @11284   14 years tbretz Added the possibility to set the update rate for self triggered events.
(edit) @11283   14 years tbretz Adapted some log output to standard used in the other classes.
(edit) @11282   14 years tbretz Mainly new statistics.
(edit) @11281   14 years tbretz Removed obsolete gi_usedMem
(edit) @11280   14 years tbretz Added virtual function for locking; fixed the order of instantiation ...
(edit) @11275   14 years tbretz Fixed fServiceList.erase in RemoveServer; the entry might not exist.
(edit) @11274   14 years tbretz Fixed a typo in a comment.
(edit) @11273   14 years tbretz Added EVT_STAT and GUI_STAT; changed ADC values to signed
(edit) @11271   14 years tbretz Changed default for fDimMessage from en empty string to a NULL pointer.
(edit) @11270   14 years tbretz Added a missing ;
(edit) @11269   14 years tbretz Moved calling of RemoveAllServices from RemoveAllServers and ...
(edit) @11268   14 years Daniela Dorner removed required() for option schedule-database-name
(edit) @11267   14 years tbretz Included a call to RemoveAllServices to RemoveServer.
(edit) @11265   14 years lyard Added the RemoveServer and RemoveAllServers functions. Seems to have ...
(edit) @11264   14 years tbretz Removed includes which are now in Main.h
(edit) @11263   14 years tbretz Added include of boost/thread.hpp and LocalControl.h
(edit) @11262   14 years tbretz Made SetCurrentState a protected functioj so that derives state ...
(edit) @11261   14 years tbretz Removed SetCurrentState; removed includes which are now in Main.h; ...
(edit) @11260   14 years tbretz Fixed a problem introduced with the splitting of Connect which caused ...
(edit) @11257   14 years tbretz Removed the --no-dim option, because it won't work anyway at the moment.
(edit) @11256   14 years tbretz Updated reference about regex for database url.
(edit) @11255   14 years tbretz Updated regex to evaluate schedule-database.
(edit) @11254   14 years tbretz Changed SetConfiguration to EvalConfiguration; changed positional ...
(edit) @11253   14 years tbretz Changed SetConfiguration to EvalConfiguration and its return value ...
(edit) @11252   14 years tbretz Added a first draft of a unified main program.
(edit) @11251   14 years tbretz Started to unify the main program of the io_service based control program.
(edit) @11250   14 years tbretz Fixed a problem in the C version of GetLocalIp
(edit) @11248   14 years tbretz Fixed a function description.
(edit) @11247   14 years tbretz Made destructors virtual.
(edit) @11246   14 years tbretz Made destructor virtual -- destructors of base classes should always ...
(edit) @11245   14 years tbretz Unified all three run modes.
(edit) @11244   14 years tbretz 'repaired' switch in openRun and set default for fFileFormat to kNone
(edit) @11243   14 years tbretz Added SET_FILE_FORMAT
(edit) @11238   14 years tbretz Changed Adc_Data from uint16 to int16
(edit) @11237   14 years tbretz Fixed calculation of g_maxMem
(edit) @11236   14 years tbretz Changed again the default address for ocal ip resolution to a default ...
(edit) @11229   14 years tbretz Reverted commit by mistake.
(edit) @11228   14 years tbretz Layout update FAD tab
(edit) @11226   14 years tbretz broadcast whole events via Dim; made MainWindow and abstract base ...
(edit) @11225   14 years tbretz Implemented REFRENECE_CLOCK
(edit) @11224   14 years tbretz Send FADC data once a second.
(edit) @11221   14 years tbretz Removed q as shortcut for --quit to avoid confusion with --quiet
(edit) @11220   14 years lyard now use the toStrings method of the converter
(edit) @11219   14 years lyard added 2 write error states + bug fix
(edit) @11218   14 years tbretz Added --cmd and --quit program option.
(edit) @11217   14 years tbretz Made ProcessLine a public function to allow for --cmd command.
(edit) @11216   14 years tbretz Added cmd and quit command.
(edit) @11215   14 years tbretz Added NightAsInt
(edit) @11211   14 years tbretz Added ToStrings
(edit) @11210   14 years tbretz Moved coding and decoding of the 12 bit temperature to the conversion ...
(edit) @11209   14 years tbretz Added trigger id and fake temperature.
(edit) @11208   14 years tbretz Added a new constructor which takes special_values as argument.
(edit) @11207   14 years tbretz Many little and more changed to teh FAD and event builder controls; ...
(edit) @11203   14 years tbretz Removedmore obsolete stuff.
(edit) @11202   14 years tbretz Removed some obsolete code.
(edit) @11201   14 years tbretz Inverted bit for command socket.
(edit) @11200   14 years tbretz Restructured the FAD gui; made widgets for run-number and ROI active.
Note: See TracRevisionLog for help on using the revision log.