|
|
@11275
|
13 years |
tbretz |
Fixed fServiceList.erase in RemoveServer; the entry might not exist.
|
|
|
@11274
|
13 years |
tbretz |
Fixed a typo in a comment.
|
|
|
@11273
|
13 years |
tbretz |
Added EVT_STAT and GUI_STAT; changed ADC values to signed
|
|
|
@11271
|
13 years |
tbretz |
Changed default for fDimMessage from en empty string to a NULL pointer.
|
|
|
@11270
|
13 years |
tbretz |
Added a missing ;
|
|
|
@11269
|
13 years |
tbretz |
Moved calling of RemoveAllServices from RemoveAllServers and ...
|
|
|
@11268
|
13 years |
Daniela Dorner |
removed required() for option schedule-database-name
|
|
|
@11267
|
13 years |
tbretz |
Included a call to RemoveAllServices to RemoveServer.
|
|
|
@11265
|
13 years |
lyard |
Added the RemoveServer and RemoveAllServers functions. Seems to have ...
|
|
|
@11264
|
13 years |
tbretz |
Removed includes which are now in Main.h
|
|
|
@11263
|
13 years |
tbretz |
Added include of boost/thread.hpp and LocalControl.h
|
|
|
@11262
|
13 years |
tbretz |
Made SetCurrentState a protected functioj so that derives state ...
|
|
|
@11261
|
13 years |
tbretz |
Removed SetCurrentState; removed includes which are now in Main.h; ...
|
|
|
@11260
|
13 years |
tbretz |
Fixed a problem introduced with the splitting of Connect which caused ...
|
|
|
@11257
|
13 years |
tbretz |
Removed the --no-dim option, because it won't work anyway at the moment.
|
|
|
@11256
|
13 years |
tbretz |
Updated reference about regex for database url.
|
|
|
@11255
|
13 years |
tbretz |
Updated regex to evaluate schedule-database.
|
|
|
@11254
|
13 years |
tbretz |
Changed SetConfiguration to EvalConfiguration; changed positional ...
|
|
|
@11253
|
13 years |
tbretz |
Changed SetConfiguration to EvalConfiguration and its return value ...
|
|
|
@11252
|
13 years |
tbretz |
Added a first draft of a unified main program.
|
|
|
@11251
|
13 years |
tbretz |
Started to unify the main program of the io_service based control program.
|
|
|
@11250
|
13 years |
tbretz |
Fixed a problem in the C version of GetLocalIp
|
|
|
@11248
|
13 years |
tbretz |
Fixed a function description.
|
|
|
@11247
|
13 years |
tbretz |
Made destructors virtual.
|
|
|
@11246
|
13 years |
tbretz |
Made destructor virtual -- destructors of base classes should always ...
|
|
|
@11245
|
13 years |
tbretz |
Unified all three run modes.
|
|
|
@11244
|
13 years |
tbretz |
'repaired' switch in openRun and set default for fFileFormat to kNone
|
|
|
@11243
|
13 years |
tbretz |
Added SET_FILE_FORMAT
|
|
|
@11238
|
13 years |
tbretz |
Changed Adc_Data from uint16 to int16
|
|
|
@11237
|
13 years |
tbretz |
Fixed calculation of g_maxMem
|
|
|
@11236
|
13 years |
tbretz |
Changed again the default address for ocal ip resolution to a default ...
|
|
|
@11229
|
13 years |
tbretz |
Reverted commit by mistake.
|
|
|
@11228
|
13 years |
tbretz |
Layout update FAD tab
|
|
|
@11226
|
13 years |
tbretz |
broadcast whole events via Dim; made MainWindow and abstract base ...
|
|
|
@11225
|
13 years |
tbretz |
Implemented REFRENECE_CLOCK
|
|
|
@11224
|
13 years |
tbretz |
Send FADC data once a second.
|
|
|
@11221
|
13 years |
tbretz |
Removed q as shortcut for --quit to avoid confusion with --quiet
|
|
|
@11220
|
13 years |
lyard |
now use the toStrings method of the converter
|
|
|
@11219
|
13 years |
lyard |
added 2 write error states + bug fix
|
|
|
@11218
|
13 years |
tbretz |
Added --cmd and --quit program option.
|
|
|
@11217
|
13 years |
tbretz |
Made ProcessLine a public function to allow for --cmd command.
|
|
|
@11216
|
13 years |
tbretz |
Added cmd and quit command.
|
|
|
@11215
|
13 years |
tbretz |
Added NightAsInt
|
|
|
@11211
|
13 years |
tbretz |
Added ToStrings
|
|
|
@11210
|
13 years |
tbretz |
Moved coding and decoding of the 12 bit temperature to the conversion ...
|
|
|
@11209
|
13 years |
tbretz |
Added trigger id and fake temperature.
|
|
|
@11208
|
13 years |
tbretz |
Added a new constructor which takes special_values as argument.
|
|
|
@11207
|
13 years |
tbretz |
Many little and more changed to teh FAD and event builder controls; ...
|
|
|
@11203
|
13 years |
tbretz |
Removedmore obsolete stuff.
|
|
|
@11202
|
13 years |
tbretz |
Removed some obsolete code.
|
|
|
@11201
|
13 years |
tbretz |
Inverted bit for command socket.
|
|
|
@11200
|
13 years |
tbretz |
Restructured the FAD gui; made widgets for run-number and ROI active.
|
|
|
@11199
|
13 years |
tbretz |
Removed fDimCurrentEvent; wrapped update of fDimEvents into a 1s check.
|
|
|
@11198
|
13 years |
tbretz |
Do noz print 'Trying to connect' message more than once.
|
|
|
@11197
|
13 years |
tbretz |
Changed the fStatus2 array to support also an 'all diconnected but ...
|
|
|
@11195
|
13 years |
tbretz |
Updated with some more status bit support.
|
|
|
@11194
|
13 years |
tbretz |
Removed an obsolete debug out.
|
|
|
@11193
|
13 years |
tbretz |
Replaced the constructor of EventHeader with a vector<uint16_t> by ...
|
|
|
@11192
|
13 years |
tbretz |
Made the tcp::endpoint and the slot number a member of ConenctionFAD; ...
|
|
|
@11191
|
13 years |
tbretz |
Workaroudn for a problem with negative gi_NumConnects
|
|
|
@11190
|
13 years |
tbretz |
Added the possbility to give an IP Address with a port rather than a ...
|
|
|
@11188
|
13 years |
tbretz |
Also update status informations when connection information has ...
|
|
|
@11187
|
13 years |
tbretz |
Removed some debug code.
|
|
|
@11186
|
13 years |
tbretz |
Tried another fix for the CompareBits
|
|
|
@11183
|
13 years |
tbretz |
Must be i instead of i/7 when checking for identical values.
|
|
|
@11182
|
13 years |
tbretz |
Updated default base port
|
|
|
@11181
|
13 years |
tbretz |
Added more infos to debugRead; some fixed to CompareBit
|
|
|
@11180
|
13 years |
tbretz |
Added check whether all ports are connected again.
|
|
|
@11179
|
13 years |
tbretz |
Added FAD DNA.
|
|
|
@11177
|
13 years |
tbretz |
Display more FAD status bits.
|
|
|
@11176
|
13 years |
tbretz |
Added output of frequency calculated from the clock conditioner values.
|
|
|
@11175
|
13 years |
tbretz |
Removed some obsolete stuff
|
|
|
@11174
|
13 years |
tbretz |
New scheme to transmit the status bits.
|
|
|
@11169
|
13 years |
tbretz |
Added DrsEnabled
|
|
|
@11166
|
13 years |
tbretz |
Added PLL lock.
|
|
|
@11165
|
13 years |
tbretz |
Reverse EventHeader::ftriggerId
|
|
|
@11164
|
13 years |
tbretz |
Switch on keep alive packates with 10s timeouts.
|
|
|
@11163
|
13 years |
tbretz |
Added kCmdContTrigger and EventHeader::Id()
|
|
|
@11162
|
13 years |
tbretz |
Added code to send changed distributions from headers.
|
|
|
@11161
|
13 years |
tbretz |
Changed enable continous trigger command.
|
|
|
@11160
|
13 years |
tbretz |
Added ENABLE_CONTINOUS_TRIGGER
|
|
|
@11157
|
13 years |
tbretz |
Fixed output for data transmission socket.
|
|
|
@11156
|
13 years |
tbretz |
Added new bits in Status word; removed obsolete ref clock too high; ...
|
|
|
@11154
|
13 years |
tbretz |
Added constructor to EventHeader.
|
|
|
@11153
|
13 years |
tbretz |
Piped data from debugHead to EventBuilderWrapper
|
|
|
@11150
|
13 years |
tbretz |
Changed default.
|
|
|
@11149
|
13 years |
tbretz |
Removed obsolete include of iostream
|
|
|
@11148
|
13 years |
tbretz |
Switched to DimDescribedService::Update
|
|
|
@11147
|
13 years |
tbretz |
Do not write 0 byte reads to debug stream.
|
|
|
@11146
|
13 years |
tbretz |
Added some output for opening and closing debug files.
|
|
|
@11145
|
13 years |
tbretz |
Removed typo.
|
|
|
@11144
|
13 years |
tbretz |
Removed some debug out.
|
|
|
@11140
|
13 years |
tbretz |
Removed some debug output.
|
|
|
@11139
|
13 years |
tbretz |
Added option to set maximum event buffer memory.
|
|
|
@11136
|
13 years |
tbretz |
Send more Dim infos.
|
|
|
@11135
|
13 years |
tbretz |
Added two more templates for simplicifations.
|
|
|
@11134
|
13 years |
tbretz |
Latest Update.
|
|
|
@11131
|
13 years |
tbretz |
Put everything into the history, but only successfull commands into ...
|
|
|
@11130
|
13 years |
tbretz |
Further improved output of PLL locks.
|
|
|
@11129
|
13 years |
tbretz |
Updated clock conditioner settings.
|
|
|