source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16803   12 years tbretz If the first argument does contain an equal sign consider it to be the ...
(edit) @16802   12 years tbretz Allow arguments to be given to the interrupt handler and added a ...
(edit) @16801   12 years tbretz Replaced the new invalid FTM::State::kConfigured with Configured1 and ...
(edit) @16800   12 years tbretz Changed 90V to 80V
(edit) @16799   12 years lyard fixed fitsCompressor's copy verification issue. I was closing the file ...
(edit) @16798   12 years tbretz Reoragnized the logging output, to get closer to a final version ...
(edit) @16797   12 years tbretz Improved output when a command is sent.
(edit) @16796   12 years tbretz Wait for ftmctrl to be in Valid not Idle; changed the level to detect ...
(edit) @16795   12 years tbretz Added Configuring3 state; improved output whena command is sent:
(edit) @16794   12 years tbretz output some information so that it is aparent which FTU gives the problem.
(edit) @16793   12 years tbretz Fixed a problem with the 32bit shift operator when evaluating the ...
(edit) @16792   12 years tbretz There is not much we can do in Configured2 other than waiting for the ...
(edit) @16791   12 years tbretz Configured is now Configured1 and Configured2
(edit) @16790   12 years tbretz Added a chck for the clock conditioner; ftmctrl should now be in Valid ...
(edit) @16789   12 years tbretz Debugging output seems not needed anymore.
(edit) @16788   12 years tbretz
(edit) @16787   12 years tbretz Improved the output whenever a command is sent.
(edit) @16786   12 years tbretz Make sure no threshold is set initially below the limit (the limit is ...
(edit) @16785   12 years tbretz Replaced kConfigured with kConfigured1 according to the recent change ...
(edit) @16784   12 years tbretz Adapted the state checks according to the recent change in the ftmctrl.
(edit) @16783   12 years tbretz Replaced kConfigured by kConfigured1. This is the state in which ...
(edit) @16782   12 years tbretz Added MagicLidar and Temperature to status page; replaced some ...
(edit) @16781   12 years tbretz Implemented the algorithms needed for the new type current control ...
(edit) @16780   12 years tbretz Of course the server has to run the central loop... looks like it was ...
(edit) @16779   12 years tbretz A less CPU hungry version of the msg queue using C++11 techniques.
(edit) @16778   12 years tbretz Set all thresholds at once after the steps have been calculated using ...
(edit) @16777   12 years tbretz Added the long awaited customized template for vector<T>
(edit) @16776   12 years tbretz Implemented SET_SELECTED_THRESHOLDS to allow setting severalö ...
(edit) @16775   12 years tbretz Introduced a new state kConfiguring3 which checks if the messages to ...
(edit) @16774   12 years tbretz After five minutes of inactivity, sleep 10ms instead of 1us if all ...
(edit) @16773   12 years tbretz Introduced the new state kConfiguring3
(edit) @16772   12 years tbretz When calibrated by currents after the calibration was started, wait ...
(edit) @16771   12 years tbretz When compiling a new static buffer to be sent to the FTM, not the last ...
(edit) @16770   12 years tbretz We don't want to dispatch the event (blokcing) but to post the event ...
(edit) @16769   12 years tbretz There is no need to make the scheduling of the async write ...
(edit) @16768   12 years tbretz There is no need to make the scheduling of the async write ...
(edit) @16767   12 years tbretz Do not print the string in the RADEC command; added a cast to allow ...
(edit) @16766   12 years tbretz Changed to use v4l2.
(edit) @16765   12 years tbretz Added an explicit cast to allow for c++0x
(edit) @16764   12 years tbretz Updated Interpolate so that for the sum image there is only one loop ...
(edit) @16763   12 years tbretz Adapted the status setting to the IsPositioning information from the ...
(edit) @16762   12 years tbretz Do not add zero values, they just bias the average.
(edit) @16761   12 years tbretz
(edit) @16760   12 years tbretz
(edit) @16759   12 years tbretz Removed an unintentional debug out.
(edit) @16745   12 years tbretz Should be DRS temperature not FAD tempreature.
(edit) @16744   12 years tbretz Produce some more output in case the FADs don't got properly connected.
(edit) @16743   12 years tbretz Use the QoS (num open files) of the RUNS service to detect whether a ...
(edit) @16742   12 years tbretz The format string did not match the description.
(edit) @16741   12 years tbretz Removed a stray comma from a dim service description.
(edit) @16737   12 years tbretz Implement a way to check if the (Log) Message Queue is empty. Only ...
(edit) @16736   12 years tbretz Of course we cannot call Execute of the base class, but have to make ...
(edit) @16735   12 years tbretz Some improvements on the messages when changing states.
(edit) @16734   12 years tbretz Some cosmetics.
(edit) @16733   12 years tbretz Removed some obsolete comments:
(edit) @16732   12 years tbretz Make use of the new StateMachineAsio which gets the CPU consumption to ...
(edit) @16731   12 years tbretz Make use of the new StateMachineAsio which gets the CPU consumption to ...
(edit) @16730   12 years tbretz Changed the default queue in three ways: 1) Execute() is called after ...
(edit) @16729   12 years tbretz Make use of the new StateMachineAsio which gets the CPU consumption to ...
(edit) @16728   12 years tbretz Gets the CPU consumption to basically 0 by a more intelligent event ...
(edit) @16727   12 years tbretz Make use of the new StateMachineAsio which gets the CPU consumption to ...
(edit) @16726   12 years tbretz Changed the scope of some variables and functions to allow for ...
(edit) @16725   12 years mknoetig edit currents.C to work with fCurrentsDiffToPrediction
(edit) @16724   12 years mknoetig edit FillAuxCurrents.sh to work with fCurrentsDiffToPrediction
(edit) @16697   12 years tbretz Fixed the missing ')'
(edit) @16696   12 years tbretz Ignore non finite values. This can happen if a board is diabled and ...
(edit) @16695   12 years tbretz The timing was not yet correct
(edit) @16694   12 years tbretz Removed the min/max of temperature and refclock and replaced it by 5s ...
(edit) @16693   12 years Daniela Dorner bugfix in query
(edit) @16692   12 years tbretz Adapted to change in FAD_CONTROL/TEMPERATURE and REFERENCE_CLOCK
(edit) @16691   12 years tbretz Nagle switched off... no idea if this makes any sense, but it could ...
(edit) @16690   12 years Daniela Dorner updated path for macro, implemented check whether ...
(edit) @16679   12 years Daniela Dorner small fix in usage of lsof
(edit) @16678   12 years Daniela Dorner reworked output, added summary
(edit) @16677   12 years Daniela Dorner added loop over dates and usage of sge
(edit) @16676   12 years Daniela Dorner added checking of command line options to allow for usage of sge
(edit) @16675   12 years Daniela Dorner removed time command
(edit) @16674   12 years Daniela Dorner use compiled version of macro
(edit) @16673   12 years Daniela Dorner added setup for gla, adapted setup for jobmanager for new cluster
(edit) @16672   12 years Daniela Dorner fixed that lightcurve stopped at midnight
(edit) @16671   12 years Daniela Dorner implemented fOnTimeAfterCuts, made macro compile,fixed some small bugs
(edit) @16670   12 years tbretz Removed the include for arpa/inet.h for CINT to make CINT be happy.
(edit) @16669   12 years tbretz Error messages wrongly formatted; setting the bad-bit was missing - ...
(edit) @16620   12 years tbretz Removed some obsolete stuff.
(edit) @16619   12 years tbretz The incompolete event timeout can now be set as configuration value
(edit) @16618   12 years tbretz Added a different way to count the byted for the statistics; added the ...
(edit) @16617   12 years tbretz Removed the total number of bytes, replaced by a relative one.
(edit) @16616   12 years tbretz setEnable must be setEnabled
(edit) @16614   12 years tbretz Adapted to changes in FAD_CONTROL/RUNS
(edit) @16612   12 years tbretz Removed some obsolete values from FAD_CONTROL/RUNS
(edit) @16603   12 years tbretz Fixed some stupid mistakes of the changes yesterday... maybe I was too ...
(edit) @16602   12 years tbretz Just some cosmetics... using a reverse iterator to inetrate from the ...
(edit) @16589   12 years tbretz Removed Errors and SoftTrig
(edit) @16588   12 years tbretz Access the static data members as static data members (removes also ...
(edit) @16587   12 years tbretz If the calibration has been updated, update it in runClose; removed ...
(edit) @16585   12 years tbretz Removed Errors and SoftTrig
(edit) @16584   12 years tbretz Removed Errors and SoftTrig; let the runClose access the RUN_CTRL (to ...
(edit) @16582   12 years tbretz Removed reference to SoftTrig
(edit) @16581   12 years tbretz Moved also the output to the console to the Queue... let's see if that ...
(edit) @16579   12 years tbretz Reset the whole memory... this should relly not make a big difference; ...
Note: See TracRevisionLog for help on using the revision log.