|
|
@16814
|
11 years |
lyard |
added block headers and changed compression mechanism
|
|
|
@16813
|
11 years |
tbretz |
Implemented some debug out to a log-file when the sql query fails.
|
|
|
@16812
|
11 years |
tbretz |
When a user was logged in, the setting of a collaborator failed.. this ...
|
|
|
@16810
|
11 years |
lyard |
Added tile header to zfits
|
|
|
@16809
|
11 years |
lyard |
Added tile num rows tag
|
|
|
@16808
|
11 years |
tbretz |
kSM_KeepState must also be accounted for Events.
|
|
|
@16807
|
11 years |
tbretz |
Second argument was missing in all SetCurrentState (although I hope ...
|
|
|
@16806
|
11 years |
lyard |
Fixed HEAP size calculation bug
|
|
|
@16805
|
11 years |
lyard |
Added TILE marker and size between tile data
|
|
|
@16804
|
11 years |
tbretz |
Updated the description of setInterruptHandler and added triggerInterrupt
|
|
|
@16803
|
11 years |
tbretz |
If the first argument does contain an equal sign consider it to be the ...
|
|
|
@16802
|
11 years |
tbretz |
Allow arguments to be given to the interrupt handler and added a ...
|
|
|
@16801
|
11 years |
tbretz |
Replaced the new invalid FTM::State::kConfigured with Configured1 and ...
|
|
|
@16800
|
11 years |
tbretz |
Changed 90V to 80V
|
|
|
@16799
|
11 years |
lyard |
fixed fitsCompressor's copy verification issue. I was closing the file ...
|
|
|
@16798
|
11 years |
tbretz |
Reoragnized the logging output, to get closer to a final version ...
|
|
|
@16797
|
11 years |
tbretz |
Improved output when a command is sent.
|
|
|
@16796
|
11 years |
tbretz |
Wait for ftmctrl to be in Valid not Idle; changed the level to detect ...
|
|
|
@16795
|
11 years |
tbretz |
Added Configuring3 state; improved output whena command is sent:
|
|
|
@16794
|
11 years |
tbretz |
output some information so that it is aparent which FTU gives the problem.
|
|
|
@16793
|
11 years |
tbretz |
Fixed a problem with the 32bit shift operator when evaluating the ...
|
|
|
@16792
|
11 years |
tbretz |
There is not much we can do in Configured2 other than waiting for the ...
|
|
|
@16791
|
11 years |
tbretz |
Configured is now Configured1 and Configured2
|
|
|
@16790
|
11 years |
tbretz |
Added a chck for the clock conditioner; ftmctrl should now be in Valid ...
|
|
|
@16789
|
11 years |
tbretz |
Debugging output seems not needed anymore.
|
|
|
@16788
|
11 years |
tbretz |
|
|
|
@16787
|
11 years |
tbretz |
Improved the output whenever a command is sent.
|
|
|
@16786
|
11 years |
tbretz |
Make sure no threshold is set initially below the limit (the limit is ...
|
|
|
@16785
|
11 years |
tbretz |
Replaced kConfigured with kConfigured1 according to the recent change ...
|
|
|
@16784
|
11 years |
tbretz |
Adapted the state checks according to the recent change in the ftmctrl.
|
|
|
@16783
|
11 years |
tbretz |
Replaced kConfigured by kConfigured1. This is the state in which ...
|
|
|
@16782
|
11 years |
tbretz |
Added MagicLidar and Temperature to status page; replaced some ...
|
|
|
@16781
|
11 years |
tbretz |
Implemented the algorithms needed for the new type current control ...
|
|
|
@16780
|
11 years |
tbretz |
Of course the server has to run the central loop... looks like it was ...
|
|
|
@16778
|
11 years |
tbretz |
Set all thresholds at once after the steps have been calculated using ...
|
|
|
@16777
|
11 years |
tbretz |
Added the long awaited customized template for vector<T>
|
|
|
@16776
|
11 years |
tbretz |
Implemented SET_SELECTED_THRESHOLDS to allow setting severalö ...
|
|
|
@16775
|
11 years |
tbretz |
Introduced a new state kConfiguring3 which checks if the messages to ...
|
|
|
@16774
|
11 years |
tbretz |
After five minutes of inactivity, sleep 10ms instead of 1us if all ...
|
|
|
@16773
|
11 years |
tbretz |
Introduced the new state kConfiguring3
|
|
|
@16772
|
11 years |
tbretz |
When calibrated by currents after the calibration was started, wait ...
|
|
|
@16771
|
11 years |
tbretz |
When compiling a new static buffer to be sent to the FTM, not the last ...
|
|
|
@16770
|
11 years |
tbretz |
We don't want to dispatch the event (blokcing) but to post the event ...
|
|
|
@16769
|
11 years |
tbretz |
There is no need to make the scheduling of the async write ...
|
|
|
@16768
|
11 years |
tbretz |
There is no need to make the scheduling of the async write ...
|
|
|
@16762
|
11 years |
tbretz |
Do not add zero values, they just bias the average.
|
|
|
@16761
|
11 years |
tbretz |
|
|
|
@16760
|
11 years |
tbretz |
|
|
|
@16759
|
11 years |
tbretz |
Removed an unintentional debug out.
|
|
|
@16745
|
11 years |
tbretz |
Should be DRS temperature not FAD tempreature.
|
|
|
@16744
|
11 years |
tbretz |
Produce some more output in case the FADs don't got properly connected.
|
|
|
@16743
|
11 years |
tbretz |
Use the QoS (num open files) of the RUNS service to detect whether a ...
|
|
|
@16742
|
11 years |
tbretz |
The format string did not match the description.
|
|
|
@16741
|
11 years |
tbretz |
Removed a stray comma from a dim service description.
|
|
|
@16737
|
11 years |
tbretz |
Implement a way to check if the (Log) Message Queue is empty. Only ...
|
|
|
@16736
|
11 years |
tbretz |
Of course we cannot call Execute of the base class, but have to make ...
|
|
|
@16735
|
11 years |
tbretz |
Some improvements on the messages when changing states.
|
|
|
@16734
|
11 years |
tbretz |
Some cosmetics.
|
|
|
@16733
|
11 years |
tbretz |
Removed some obsolete comments:
|
|
|
@16732
|
11 years |
tbretz |
Make use of the new StateMachineAsio which gets the CPU consumption to ...
|
|
|
@16731
|
11 years |
tbretz |
Make use of the new StateMachineAsio which gets the CPU consumption to ...
|
|
|
@16730
|
11 years |
tbretz |
Changed the default queue in three ways: 1) Execute() is called after ...
|
|
|
@16729
|
11 years |
tbretz |
Make use of the new StateMachineAsio which gets the CPU consumption to ...
|
|
|
@16728
|
11 years |
tbretz |
Gets the CPU consumption to basically 0 by a more intelligent event ...
|
|
|
@16727
|
11 years |
tbretz |
Make use of the new StateMachineAsio which gets the CPU consumption to ...
|
|
|
@16726
|
11 years |
tbretz |
Changed the scope of some variables and functions to allow for ...
|
|
|
@16697
|
11 years |
tbretz |
Fixed the missing ')'
|
|
|
@16696
|
11 years |
tbretz |
Ignore non finite values. This can happen if a board is diabled and ...
|
|
|
@16695
|
11 years |
tbretz |
The timing was not yet correct
|
|
|
@16694
|
11 years |
tbretz |
Removed the min/max of temperature and refclock and replaced it by 5s ...
|
|
|
@16692
|
11 years |
tbretz |
Adapted to change in FAD_CONTROL/TEMPERATURE and REFERENCE_CLOCK
|
|
|
@16691
|
11 years |
tbretz |
Nagle switched off... no idea if this makes any sense, but it could ...
|
|
|
@16620
|
11 years |
tbretz |
Removed some obsolete stuff.
|
|
|
@16619
|
11 years |
tbretz |
The incompolete event timeout can now be set as configuration value
|
|
|
@16618
|
11 years |
tbretz |
Added a different way to count the byted for the statistics; added the ...
|
|
|
@16617
|
11 years |
tbretz |
Removed the total number of bytes, replaced by a relative one.
|
|
|
@16616
|
11 years |
tbretz |
setEnable must be setEnabled
|
|
|
@16614
|
11 years |
tbretz |
Adapted to changes in FAD_CONTROL/RUNS
|
|
|
@16612
|
11 years |
tbretz |
Removed some obsolete values from FAD_CONTROL/RUNS
|
|
|
@16589
|
11 years |
tbretz |
Removed Errors and SoftTrig
|
|
|
@16588
|
11 years |
tbretz |
Access the static data members as static data members (removes also ...
|
|
|
@16587
|
11 years |
tbretz |
If the calibration has been updated, update it in runClose; removed ...
|
|
|
@16585
|
11 years |
tbretz |
Removed Errors and SoftTrig
|
|
|
@16584
|
11 years |
tbretz |
Removed Errors and SoftTrig; let the runClose access the RUN_CTRL (to ...
|
|
|
@16582
|
11 years |
tbretz |
Removed reference to SoftTrig
|
|
|
@16581
|
11 years |
tbretz |
Moved also the output to the console to the Queue... let's see if that ...
|
|
|
@16579
|
11 years |
tbretz |
Reset the whole memory... this should relly not make a big difference; ...
|
|
|
@16577
|
11 years |
tbretz |
Changed again the logic how the scale is calculated.
|
|
|
@16572
|
11 years |
tbretz |
Made the last changes compile and removed the stray #
|
|
|
@16571
|
11 years |
tbretz |
Make sure that no run-file is open (this gives quite some probability ...
|
|
|
@16570
|
11 years |
tbretz |
We have to check for the MCP state, too, to make sure that the state ...
|
|
|
@16569
|
11 years |
tbretz |
Show an out-of-memory message not more often than once a second; ...
|
|
|
@16568
|
11 years |
tbretz |
Updated the scale on the event plot - the scale for drs-gain events ...
|
|
|
@16567
|
11 years |
tbretz |
Sending the RawData must be the vector (the data) not the pointer itself.
|
|
|
@16566
|
11 years |
tbretz |
Added some more output to the log for debugging.
|
|
|
@16565
|
11 years |
tbretz |
Ratecontrol might still believe that the trigger is on, so we force ...
|
|
|
@16562
|
11 years |
tbretz |
Added a possibility to move an entry from another list into this list.
|
|
|
@16541
|
11 years |
tbretz |
Use the Time already determined.
|
|
|
@16540
|
11 years |
tbretz |
Fixed some typos in the last commit
|
|
|
@16539
|
11 years |
tbretz |
Move the update for the fDimWriteStats to UpdateRuns, so it does not ...
|
|
|