source: trunk/FACT++/src/mcp.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18847   7 years tbretz Fixed the help text.
(edit) @16784   11 years tbretz Adapted the state checks according to the recent change in the ftmctrl.
(edit) @16534   11 years tbretz Send CLOSE_OPEN_FILES when a run is stopped.
(edit) @16532   11 years tbretz Renamed state WritingData of fadctrl to RunInProgress
(edit) @16527   11 years tbretz Do not go out of TakingData only because the trigger is switched off.
(edit) @16446   11 years tbretz Added some comments
(edit) @16375   11 years tbretz First make sure that the ratecontrol is switched off before starting ...
(edit) @16197   11 years tbretz Also stop configuration of ratecontrol when a configuration is reset.
(edit) @15239   11 years tbretz Fixed a race-condition during configuration with the states of the ...
(edit) @15036   12 years tbretz Use new CALIBRATE_RUN and propagate the run-type to the ratecontrol.
(edit) @14683   12 years tbretz Took out automatic crate reset for the moment. That is something which ...
(edit) @14682   12 years tbretz If we are in TakingData and the trigger is switchd off, return to idle
(edit) @14615   12 years tbretz Removed obsolete includes.
(edit) @14350   12 years tbretz It is not necessary to check the rate control only for the timeout of ...
(edit) @14244   12 years tbretz Removed a stray line left over from last commit.
(edit) @14243   12 years tbretz Promote the state to idle if it is less than idle but all clients are ...
(edit) @14222   12 years tbretz Added an automatic procedure to perform a create reset.
(edit) @14009   12 years tbretz Exit with 127 if parsing of command line options failed.
(edit) @13916   12 years tbretz Replaced Execute by callbacks and moved state definition to own header ...
(edit) @13847   12 years tbretz Removed obsolete include of DimServiceInfoList
(edit) @13844   12 years tbretz Removed the DimServiceInfoList; unified the Printing of states.
(edit) @13838   12 years tbretz Adapted to the changes in the StateMachineDim. Now (almost) all ...
(edit) @13794   12 years tbretz Also propagate the new Idle state when resetted.
(edit) @13750   12 years tbretz Fixed a typo.
(edit) @13712   12 years tbretz Added more command descriptions.
(edit) @13711   12 years tbretz Fixed a typo in a help text thanks to Dominik; added missing state ...
(edit) @13608   12 years tbretz Removed a stray empty line.
(edit) @13606   12 years tbretz The service name didn't icnlude the server name as it ought to be.
(edit) @13605   12 years tbretz In the new states the check should be fStatusFAD not fStatusFTM
(edit) @13585   12 years tbretz Added two new states: trigger on and taking data
(edit) @13571   12 years tbretz Added description to the new service.
(edit) @13570   12 years tbretz Added a service to distribute the current run-type information.
(edit) @13554   12 years tbretz Added an error output if we still miss a connection to a subsystem and ...
(edit) @13190   13 years tbretz Propagate max number of events and time correctly as signed int.
(edit) @12808   13 years tbretz Removed an obsolete log message.
(edit) @12526   13 years tbretz Added descriptions for some states.
(edit) @12525   13 years tbretz Included rate control into the mcp status.
(edit) @12456   13 years tbretz Do only go from configuring to configured if FTM is configured.
(edit) @12440   13 years tbretz Fixed a wrong number in the RATE_CONTROL states.
(edit) @12434   13 years tbretz Implemented starting of the rate control.
(edit) @12428   13 years tbretz Added the controlling of the rate control.
(edit) @12405   13 years tbretz Replaced START_RUN by START_TRIGGER
(edit) @12336   13 years tbretz For the time being go back to idle when a new run was successfully started.
(edit) @12314   13 years tbretz Stop startinga run if datalogger went into error state.
(edit) @12247   13 years tbretz Added state descriptions; replaced WAIT_FOR_RUN_NUMBER by ...
(edit) @12244   13 years tbretz Reverting to last revision.
(edit) @12243   13 years tbretz Added output of commands and states to --help
(edit) @12218   13 years tbretz Adapted the datalogger state checks
(edit) @12088   13 years tbretz Added commands and states to help output.
(edit) @11983   13 years tbretz Reverted unintentional last commit.
(edit) @11982   13 years tbretz Added possibility to set a single channel to its reference value.
(edit) @11619   13 years tbretz Added more log output.
(edit) @11587   13 years tbretz Allow RESET in Configuring3; do not disable trigger line before ftm ...
(edit) @11578   13 years tbretz Moved some part of the initialization from main to Configure::DoParse
(edit) @11577   13 years tbretz Moved Dim:Setup to Main::execute
(edit) @11575   13 years tbretz Moved common option setup to Main.h; created Main namespace
(edit) @11574   13 years tbretz Added the possibility to setup DIM_HOST_NODE with the --host program ...
(edit) @11516   13 years tbretz Removed some arguments to suppress compiler warnings.
(edit) @11509   13 years tbretz send STOP_RUN instead of STOP to FTM.
(edit) @11498   13 years tbretz Propagate the maximum number of events and the maximum run-type ...
(edit) @11494   13 years tbretz Added some code to stop the ftm and the fads.
(edit) @11483   13 years tbretz Added a registry for wildcarded options to detect unaccessed options; ...
(edit) @11481   13 years tbretz Replaced boost::thread by std::thread and boost::bind by std::bind ...
(edit) @11480   13 years tbretz Removed obsolete include.
(add) @11384   13 years tbretz
Note: See TracRevisionLog for help on using the revision log.