source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10355   14 years tbretz Replaced some strings with just characters.
(edit) @10354   14 years tbretz Added some comment.
(edit) @10353   14 years tbretz Added some comment.
(edit) @10352   14 years tbretz Added some comment.
(edit) @10351   14 years tbretz Removed an obsolete comment.
(edit) @10350   14 years tbretz Throw logic_error instead of runtime_error and throw in case the ...
(edit) @10349   14 years tbretz Updated comment.
(edit) @10348   14 years tbretz Undoing change committed by mistake in r10347.
(edit) @10347   14 years tbretz Removed printing of command list from constructor; added help2man ...
(edit) @10346   14 years tbretz Upadted according to latest changes in the configuration.
(edit) @10345   14 years tbretz Implemented help for a single server or command.
(edit) @10344   14 years tbretz Added arguments to PrintListOfEvents.
(edit) @10343   14 years tbretz Replaces local Trim function by function from tools; set ...
(edit) @10342   14 years tbretz Replaces local Trim function by new function from tools
(edit) @10341   14 years tbretz Implemented help for a single server or command.
(edit) @10340   14 years tbretz Fixed description for PrintDescription
(edit) @10339   14 years tbretz Added server and service argument to PrintDescription.
(edit) @10338   14 years tbretz Added Trim function.
(edit) @10337   14 years tbretz Added Ctrl-d to the key bindings and a help message in the boot sequence.
(edit) @10336   14 years tbretz Added targets for several kind of help pages (man, html, pdf).
(edit) @10335   14 years tbretz Updated with latest changes in configure.ac.
(edit) @10334   14 years tbretz New macro implementing --with-package option.
(edit) @10333   14 years tbretz Added support for cfitsio, CCfitsio and several kind of help pages; ...
(edit) @10332   14 years tbretz Slightly modified the Print() output.
(edit) @10331   14 years tbretz Added Stop member function to interrupt readline.
(edit) @10330   14 years tbretz Little updates to fix some doxygen warnings.
(edit) @10329   14 years tbretz Removed some unintentional debug output.
(edit) @10328   14 years weitzel changes in FTM firmware to debug rates readout, clock conditioner added
(edit) @10327   14 years tbretz Switched on the non dim-standard formats for DimCommands; improved the ...
(edit) @10326   14 years tbretz Fixed the conversion for the Option-argument.
(edit) @10325   14 years tbretz Remove lt- prefix from libtool from program name.
(edit) @10324   14 years tbretz Added a constructor whihc allows construction from MJD.
(edit) @10323   14 years tbretz Some fixed to the docu.
(edit) @10322   14 years tbretz Initialize fPrintUsage in constructor.
(edit) @10321   14 years tbretz Display only the basename of the program.
(edit) @10320   14 years tbretz Removed an obsolete std::
(edit) @10319   14 years tbretz Removed two obsolete macro calls.
(edit) @10318   14 years tbretz Added some more information.
(edit) @10317   14 years tbretz Added missing files
(edit) @10316   14 years tbretz Added some more --help text.
(edit) @10315   14 years tbretz Added const qualifier to member functions returning fOut.
(edit) @10314   14 years tbretz Added descriptions for the default states; added PrintListOfStates ...
(edit) @10313   14 years tbretz Some updates to the output of help messages.
(edit) @10312   14 years tbretz Some updates to the output of help messages.
(edit) @10311   14 years tbretz Added some links to the class reference.
(edit) @10310   14 years tbretz Removed some little code which is in the base classes anyway.
(edit) @10309   14 years tbretz Added typedef for StateNames; changed the getter such that they can ...
(edit) @10308   14 years tbretz Added the RedirectionWrapper member function; made the comparison for ...
(edit) @10307   14 years tbretz Fixed a small problem with wether changing the server should be stored ...
(edit) @10306   14 years tbretz Implemented GetComment and GetDescription member functions.
(edit) @10305   14 years tbretz Use ReadlineColor for unified look and feel.
(edit) @10304   14 years tbretz Added namespace ReadlineColor to provide some colored output for ...
(edit) @10303   14 years tbretz Added some examples how a proper --help output should look to be ...
(edit) @10302   14 years tbretz Added some missing files for the distribution; added new classes.
(edit) @10301   14 years tbretz Implemented commands to display the command description and the ...
(edit) @10300   14 years tbretz Fixed typo in function name.
(edit) @10299   14 years tbretz Implemented event description into all kind of events.
(edit) @10298   14 years tbretz Added the automatic retrieval of the description strings as send by ...
(edit) @10297   14 years tbretz New struct implementing breaking a descriptive string into name, unit ...
(edit) @10296   14 years tbretz Changed some output from cout to cerr to avoid it going to man pages ...
(edit) @10295   14 years tbretz Added operator() for easy configuration; Added fDescription for ...
(edit) @10294   14 years tbretz AddTransitions and AddConfiguration now return a reference; ...
(edit) @10293   14 years tbretz Fixed the conversion for cases like 'C:5'
(edit) @10292   14 years tbretz Replaced -> by . in AddTransition and AddConfiguration.
(edit) @10291   14 years ogrimm Bug fix to internal pipe communication
(edit) @10290   14 years ogrimm FADctrl publishes event rate per board
(edit) @10289   14 years tbretz The Converter functions now throw exceptions. The previous way of ...
(edit) @10288   14 years tbretz Added Debug() member functions.
(edit) @10287   14 years tbretz Replaced some int by size_t.
(edit) @10286   14 years tbretz Added fReadBuffer, replaced CloseImp() by PostClose().
(edit) @10285   14 years tbretz Romved some nonsense comments.
(edit) @10284   14 years tbretz - Added enum ConnectionStatus_t - change fConnectionStatus type to ...
(edit) @10283   14 years tbretz Added asignment of conversion function of TProfile2D.
(edit) @10282   14 years tbretz Fixed a problem with a wrong cast.
(edit) @10281   14 years tbretz
(edit) @10280   14 years ogrimm Separated Edd into generic Evidence part and FACT-specific part
(edit) @10279   14 years ogrimm Frequency available as DIM service
(edit) @10278   14 years tbretz Skipped processing of the terminating entry in the list.
(edit) @10277   14 years tbretz Fixed an exception when Get<string> returned in empty string in case ...
(edit) @10276   14 years tbretz Changed from teh default argument in Run() to an overloaded function, ...
(edit) @10275   14 years tbretz Implemented that all identical previous history entries are removed ...
(edit) @10274   14 years tbretz Slight modification to logging output, by default now the output of ...
(edit) @10273   14 years tbretz Adapted to new interface of Converter class, added the possibility to ...
(edit) @10272   14 years tbretz Implemented a proper interfacing to the reception of a possible EXIT ...
(edit) @10271   14 years tbretz Adapted usage of Converter class, make use of std::replace and ...
(edit) @10270   14 years tbretz Change the interface. Now it first compiles the format string into a ...
(edit) @10269   14 years tbretz
(edit) @10268   14 years tbretz Some improvements to the connection handling, added some PostMessage ...
(edit) @10267   14 years tbretz Changed to the new usage of the Converter class.
(edit) @10266   14 years tbretz Omitted a variable - just cosmetics.
(edit) @10265   14 years lyard
(edit) @10264   14 years lyard
(edit) @10263   14 years ogrimm Limited DIM slow-control update rate
(edit) @10262   14 years neise Added status message for each board
(edit) @10261   14 years ogrimm Boards with communication error are set inactive
(edit) @10260   14 years vogler ftm_definitions clock constants and array for conditioner interface updated
(edit) @10259   14 years vogler ftm_definitions update constants for clock conditioner interface introduced
(edit) @10258   14 years vogler ftm_definitions update clk_cond_array_type
(edit) @10257   14 years vogler ftm_definitions update clk_cond_array_type
(edit) @10256   14 years weitzel new version of FTM ethernet module; first version of clock conditioner
Note: See TracRevisionLog for help on using the revision log.