|
|
@13194
|
13 years |
tbretz |
Updated some dim descriptions; suppress unecessary output by default.
|
|
|
@12954
|
13 years |
tbretz |
Added include of LocalControl.h
|
|
|
@12835
|
13 years |
tbretz |
Commented variables which were defined but never used in a reasonable ...
|
|
|
@12510
|
13 years |
tbretz |
Removed + and - from fits column names.
|
|
|
@12316
|
13 years |
tbretz |
Removed invalid characters from Dim descriptions
|
|
|
@12272
|
13 years |
tbretz |
Exchanged some values whcih were obviously exhanged
|
|
|
@12251
|
13 years |
tbretz |
Added descriptions for the dim services.
|
|
|
@12113
|
13 years |
tbretz |
Exchanged voltages and currents for Crate 1 and 2
|
|
|
@12089
|
13 years |
tbretz |
Updated scaling of some voltages; added commands and states to help output
|
|
|
@12068
|
13 years |
tbretz |
Multiply the ETH voltages not the FTM voltages; added some reference ...
|
|
|
@12005
|
13 years |
tbretz |
Changed order of temperatures (Quirin/Etienne) to make it fit with the ...
|
|
|
@11868
|
13 years |
tbretz |
Two voltages need scaling by 2
|
|
|
@11846
|
13 years |
tbretz |
Convert from milli to Volt and Amp
|
|
|
@11845
|
13 years |
tbretz |
Some minor bug fixes to get the latest changes working.
|
|
|
@11835
|
13 years |
tbretz |
Fixed a bug in a format string.
|
|
|
@11834
|
13 years |
tbretz |
Updated sending DIM services.
|
|
|
@11673
|
13 years |
tbretz |
Added 'no-dim' option to make boost happy; added function to convert ...
|
|
|
@11578
|
13 years |
tbretz |
Moved some part of the initialization from main to Configure::DoParse
|
|
|
@11577
|
13 years |
tbretz |
Moved Dim:Setup to Main::execute
|
|
|
@11575
|
13 years |
tbretz |
Moved common option setup to Main.h; created Main namespace
|
|
|
@11574
|
13 years |
tbretz |
Added the possibility to setup DIM_HOST_NODE with the --host program ...
|
|
|
@11483
|
13 years |
tbretz |
Added a registry for wildcarded options to detect unaccessed options; ...
|
|
|
@11481
|
13 years |
tbretz |
Replaced boost::thread by std::thread and boost::bind by std::bind ...
|
|
|
@11479
|
13 years |
tbretz |
Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
|
|
|
@11476
|
13 years |
tbretz |
Removed some obsolete includes.
|
|
|
@11264
|
13 years |
tbretz |
Removed includes which are now in Main.h
|
|
|
@11253
|
13 years |
tbretz |
Changed SetConfiguration to EvalConfiguration and its return value ...
|
|
|
@11251
|
13 years |
tbretz |
Started to unify the main program of the io_service based control program.
|
|
|
@11218
|
13 years |
tbretz |
Added --cmd and --quit program option.
|
|
|
@11115
|
13 years |
tbretz |
Added DUMP_STREAM command; output number of received bytes
|
|
|
@11076
|
13 years |
tbretz |
Updated FTM to FSC
|
|
|
@11067
|
13 years |
tbretz |
Added some interpretation of the received data.
|
|
|
@11057
|
13 years |
tbretz |
Removed RunDim and replaces it with RunShell and LocalStream
|
|
|
@11043
|
13 years |
tbretz |
Added the --exec command.
|
|
|
@11034
|
13 years |
tbretz |
Added some more implementation.
|
|
|
@11033
|
13 years |
tbretz |
|