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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12235   13 years tbretz Some lttle cosmetics; added some help stuff.
(edit) @12216   13 years tbretz Send a different status for FADs which are currently configured.
(edit) @12111   13 years tbretz Fixed missing template argument.
(edit) @12102   13 years tbretz Added some output to better understand the configure procedure.
(edit) @12088   13 years tbretz Added commands and states to help output.
(edit) @11893   13 years tbretz Implemented a new determination fo run-number after noon in the ...
(edit) @11892   13 years tbretz Removed old dummy code for the DRS calibration.
(edit) @11839   13 years tbretz Changed START_RUN service to provide the current run-number (whethe ...
(edit) @11824   13 years tbretz Display some statistics in the FAD tab with th ehelp of ...
(edit) @11817   13 years tbretz Added command to load a DRS calibration.
(edit) @11676   13 years tbretz Added file format 4 for DRS calibration.
(edit) @11638   13 years tbretz Set busy-off to normal and configure all DACs
(edit) @11627   13 years tbretz Split ENABLE_BUSY into ENABLE_BUSY_ON/_OFF
(edit) @11609   13 years tbretz Updated allowed states.
(edit) @11588   13 years tbretz Do not send single trigger by default in configuration - needs some ...
(edit) @11584   13 years tbretz Fixed 'Connecting' status when thread is not running and sockdef!=0.
(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) @11544   13 years tbretz Exchanged wrong fDenable and fDwrite in Configure
(edit) @11531   13 years tbretz Propagate target configuration to EventBuilderWrapper.
(edit) @11498   13 years tbretz Propagate the maximum number of events and the maximum run-type ...
(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) @11444   13 years tbretz Updated access to run-number.
(edit) @11421   13 years tbretz Fall back from configured to connected as soon as the corresponding ...
(edit) @11394   13 years tbretz Fixed a warning in SetTriggerRate
(edit) @11379   13 years tbretz Updated the behaviour of the configure command; allow all possible ...
(edit) @11377   13 years tbretz Renamed TriggerId to EventCounter; added code to configure run-types
(edit) @11356   13 years tbretz Renamed command to switch between command and data socket(s), added ...
(edit) @11342   13 years tbretz Divided Reset into soft and hard reset.
(edit) @11340   13 years tbretz Updated help text for RESET
(edit) @11328   13 years tbretz Updated EvalConfiguration to parse the address options one by one.
(edit) @11285   13 years tbretz Added 'RESET'
(edit) @11264   13 years tbretz Removed includes which are now in Main.h
(edit) @11257   13 years tbretz Removed the --no-dim option, because it won't work anyway at the moment.
(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) @11243   13 years tbretz Added SET_FILE_FORMAT
(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) @11197   13 years tbretz Changed the fStatus2 array to support also an 'all diconnected but ...
(edit) @11194   13 years tbretz Removed an obsolete debug out.
(edit) @11192   13 years tbretz Made the tcp::endpoint and the slot number a member of ConenctionFAD; ...
(edit) @11182   13 years tbretz Updated default base port
(edit) @11160   13 years tbretz Added ENABLE_CONTINOUS_TRIGGER
(edit) @11156   13 years tbretz Added new bits in Status word; removed obsolete ref clock too high; ...
(edit) @11139   13 years tbretz Added option to set maximum event buffer memory.
(edit) @11127   13 years tbretz Debugged the ADC plot with some fixes when sending the Dim data; set ...
(edit) @11126   13 years tbretz Added EventBuilder thread status to UpdateConnectionStatus
(edit) @11118   13 years tbretz Added possibility to debug data transmission to the boards.
(edit) @11116   13 years tbretz Send commands only to connected boards; disable initial sending of any ...
(edit) @11112   13 years tbretz Added TOGGLE for singel FAD connections.
(edit) @11109   13 years tbretz Implemented 'def' and 'default' as replacement for the default ...
(edit) @11100   13 years tbretz Some cosmetics to command descriptions.
(edit) @11099   13 years tbretz Renamed state 'offline' to 'disengaged' to avoid confusion with the ...
(edit) @11098   13 years tbretz Allow CONNECT also when diconnected but event builder thread still ...
(edit) @11095   13 years tbretz Return 0 as default in eventCheck; added comment to commands; fixed ...
(edit) @11091   13 years tbretz Added new connection/disconnection scheme; added eventCheck stub
(edit) @11083   13 years tbretz Removed the _FROM_SLOT from IGNORE_EVENTS
(edit) @11082   13 years tbretz Added commands DUMP_STREAM and DUMP_RECV to have better access to the ...
(edit) @11080   13 years tbretz Added commands to set g_Port.sockDef to 0
(edit) @11079   13 years tbretz Added PRINT_EVENT and BLOCK_TRANSMISSION_RANGE
(edit) @11056   13 years tbretz Removed RunDim and replaces it with RunShell and LocalStream
(edit) @11043   13 years tbretz Added the --exec command.
(edit) @11032   13 years tbretz Added output of blocked state to ListSlots()
(edit) @11031   13 years tbretz Implemented BLOCK_TRANSMISSION, SEND_CMD and SEND_DATA
(edit) @11014   13 years tbretz Fixed some limits; some improvements to the output
(edit) @10997   13 years tbretz Added boot message to interactive session.
(edit) @10987   13 years tbretz Set the timeout between header and data to 500ms. 50ms was to small ...
(edit) @10986   13 years tbretz Replaces vector<Connection> by map<uint8_t, Connection> to allow empty ...
(edit) @10978   13 years tbretz Currently CmdWriteRate doesn't need an execute command.
(edit) @10975   13 years tbretz Added lost line again.
(edit) @10973   13 years tbretz Implemented the new execute command for the write command.
(edit) @10966   13 years tbretz Added an endl which had disappeared.
(edit) @10940   13 years tbretz Adapted to latest changes in EventBuilder; added some Dim services.
(edit) @10882   13 years tbretz Use GetUXtra directly.
(edit) @10880   13 years tbretz Use new Ptr() template to access EventImp contents.
(edit) @10875   13 years tbretz Use EventImp::GetBool; implemented SET_RUN_NUMBER
(edit) @10863   13 years tbretz Improved verbosity; switched on printing channel headers.
(edit) @10859   13 years tbretz Added debug options to address the fake fad boards (debug-port and ...
(edit) @10844   13 years tbretz Print thread status is ListSlots()
(edit) @10842   13 years tbretz Some little fixed to the offline mode
(edit) @10835   13 years tbretz Added --max-mem program option; updated allowed states for CONNECT and ...
(edit) @10824   13 years tbretz Handle operation_aborted in timeouts
(edit) @10821   13 years tbretz Removed the second HandleReadTimeout
(edit) @10816   13 years tbretz Moved commands to HeaderFAD; fixed the range of the loop to set all ROIs
(edit) @10811   13 years tbretz Removed fake connections. We hav ethe event builder now.
(edit) @10798   13 years tbretz Simplified program options handling.
(edit) @10784   13 years tbretz Added some code to redirect error output to fadctrl (still commented); ...
(edit) @10777   13 years tbretz Fixed boost problem with Ubuntu 11.04
(edit) @10773   13 years tbretz
(add) @10772   13 years tbretz
Note: See TracRevisionLog for help on using the revision log.