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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14596   12 years tbretz Make sure that state machin will stay in the error state if an error ...
(edit) @14505   12 years tbretz Fixed some typos
(edit) @14504   12 years tbretz Allow to reset the new state.
(edit) @14503   12 years tbretz Added a third configuration error state which checks if the clock ...
(edit) @14491   12 years tbretz Send trigger status as QoS of sveral dim reports.
(edit) @14366   12 years tbretz Shortened a few descriptions complained by the datalogger
(edit) @14224   12 years tbretz Allow ENABLE_FTU and RESET_CRATE in state configured to allow the ...
(edit) @14211   12 years tbretz Added a description for SET_PRESCALING
(edit) @14009   12 years tbretz Exit with 127 if parsing of command line options failed.
(edit) @13989   12 years tbretz Fixed the help text for SET_TRIGGER_INTERVAL
(edit) @13910   12 years tbretz Moved state machine states to namespace State
(edit) @13829   12 years tbretz Replaced boost::function by std::function
(edit) @13216   13 years tbretz Updated some FITS descriptions.
(edit) @12954   13 years tbretz Added include of LocalControl.h
(edit) @12534   13 years tbretz Improved some log message
(edit) @12450   13 years lyard added columns descriptions for ftmctrl
(edit) @12433   13 years tbretz Allow SET_THRESHOLD also in state configured to allow the ratecontrol ...
(edit) @12400   13 years tbretz Replaced START_RUN and STOP_RUN by START_TRIGFGER and STOP_TRIGGER
(edit) @12332   13 years tbretz Replaced kTakingData by kTriggerOn
(edit) @12313   13 years tbretz Added an option to disable whole patches. fixed scaling factor in ...
(edit) @12287   13 years tbretz Adapted format string for TRIGGER_RATES
(edit) @12177   13 years tbretz Added new commands ENABLE_PATCH and DISABLE_PATCH
(edit) @12125   13 years tbretz Made the empty description for SET_PRESCALING really empty.
(edit) @12088   13 years tbretz Added commands and states to help output.
(edit) @12038   13 years tbretz Fixed the check for the sampling-frequency check.
(edit) @12000   13 years tbretz Renamed TakingData state (description) to TriggerOn to avoid confusion ...
(edit) @11929   13 years tbretz Use the new enum for the first free user state to define the states.
(edit) @11887   13 years tbretz Removed obsolete comments.
(edit) @11777   13 years tbretz Added options to set N/4 threshold; renamed options for thresholds.
(edit) @11763   13 years tbretz Fixed the broken format of STATIC_DATA
(edit) @11739   13 years tbretz Fixed Dim format for STATIC_DATA
(edit) @11731   13 years tbretz Removed DimTriggerCounter; added DimTreiggerRates
(edit) @11662   13 years tbretz Added header.fState to dynamic data.
(edit) @11647   13 years tbretz Allow negative values in diable other patches.
(edit) @11644   13 years tbretz Fixed a bug in SetThreshold.
(edit) @11634   13 years tbretz Fixed index when setting thresholds in EvealOptions
(edit) @11633   13 years tbretz Fixed a double dot when checking the trigger options.
(edit) @11630   13 years tbretz Added program options to set the DAC of the trheshold values.
(edit) @11595   13 years tbretz Automatically enable all FTUs.
(edit) @11579   13 years tbretz Added some descriptions for program options.
(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) @11563   13 years tbretz Added support for the light pulser settings; changed most option names.
(edit) @11520   13 years tbretz Request static data instead of just the register.
(edit) @11519   13 years tbretz Added new command to configure a single FTU and use this in ...
(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.
(edit) @11471   13 years tbretz Replaced boost::array by std::array
(edit) @11465   13 years tbretz Fixed the expected size in the SetClockFrequency tab.
(edit) @11378   13 years tbretz Updated the bahaviour of the CONFIGURE command.
(edit) @11372   13 years tbretz Some little changes to the output; use Vec<> instead of ...
(edit) @11344   13 years tbretz Implemented the possibility to setup a full run-type.
(edit) @11338   13 years tbretz Moved setup of the clock-conditioner to the config-file.
(edit) @11301   13 years tbretz Replaced the use of the =-operator where possible by the use of a ...
(edit) @11297   13 years tbretz Added the possibility in ConnectionFTM to compare the requested and ...
(edit) @11264   13 years tbretz Removed includes which are now in Main.h
(edit) @11253   13 years tbretz Changed SetConfiguration to EvalConfiguration and its return value ...
(edit) @11251   13 years tbretz Started to unify the main program of the io_service based control program.
(edit) @11221   13 years tbretz Removed q as shortcut for --quit to avoid confusion with --quiet
(edit) @11218   13 years tbretz Added --cmd and --quit program option.
(edit) @11148   13 years tbretz Switched to DimDescribedService::Update
(edit) @11129   13 years tbretz Updated clock conditioner settings.
(edit) @11128   13 years tbretz Updated clock conditioner values.
(edit) @11127   13 years tbretz Debugged the ADC plot with some fixes when sending the Dim data; set ...
(edit) @11107   13 years tbretz Changed clock conditioner values.
(edit) @11105   13 years tbretz Added the default values for the clock conditioner, marked with a star.
(edit) @11102   13 years tbretz Added possibility to set the clock conditioner's frequency for some ...
(edit) @11058   13 years tbretz Fixed adding the '.bin' extension to the filename in LOAD and SAVE
(edit) @11056   13 years tbretz Removed RunDim and replaces it with RunShell and LocalStream
(edit) @11043   13 years tbretz Added the --exec command.
(edit) @10997   13 years tbretz Added boot message to interactive session.
(edit) @10960   13 years tbretz Fixed the all and all-except commands.
(edit) @10953   13 years tbretz Added the possibility to disable all patches/pixels except one.
(edit) @10880   13 years tbretz Use new Ptr() template to access EventImp contents.
(edit) @10874   13 years tbretz Use EventImp::GetBool
(edit) @10834   13 years tbretz Removed obsolete include of Timers.h
(edit) @10824   13 years tbretz Handle operation_aborted in timeouts
(edit) @10815   13 years tbretz Take care of canceled timeouts.
(edit) @10799   13 years tbretz Simplified program options handling; only send enable of a general ...
(edit) @10790   13 years tbretz Added commands for crate reset.
(edit) @10789   13 years tbretz Added commands for crate reset.
(edit) @10785   13 years tbretz Fixed order of arguments in description of SET_TRIGGER_SEQUENCE; ...
(edit) @10780   13 years tbretz Replaced stringstream in log-stream by ostringstream.
(edit) @10749   13 years tbretz Implemented enable/disable pixel; renamed kTimeMarker to ...
(edit) @10735   13 years tbretz Added DISABLE_PIXEL
(edit) @10727   13 years tbretz Some fixes about LPext and LPint; DimStaticData::fEnable is now 90 not 80.
(edit) @10721   13 years tbretz Initialize fState.
(edit) @10707   13 years tbretz Use the functionality of boost program_options better; implemented ...
(edit) @10700   13 years tbretz Fixed Dim format of TRIGGER_COUNTER and replaced Multiplicity by ...
(edit) @10691   13 years tbretz Added some docu; renamed Coincidence to multiplicity.
(edit) @10688   13 years tbretz Renamed AddConfiguration and AddTransition to AddEvent
(edit) @10679   13 years tbretz To simplify the interaction with the GUI SET_*_COINCIDENCE has been ...
(edit) @10661   13 years tbretz Removed obsolete comment block
(edit) @10655   13 years tbretz Little changed to the command descriptions.
(edit) @10651   13 years tbretz Removed sending static data 100 times when loaded from file which was ...
(edit) @10647   13 years tbretz Initialize DIM's environment variables through Dim::Setup; made ...
(edit) @10637   13 years tbretz Added some descriptions.
Note: See TracRevisionLog for help on using the revision log.