|
|
@15474
|
12 years |
tbretz |
Removed MAX_SOCK
|
|
|
@15473
|
12 years |
tbretz |
Removed all obsolete definitions.
|
|
|
@15472
|
12 years |
tbretz |
Made rd (the read buffer) a local variable to readFAD; replaced some ...
|
|
|
@15471
|
12 years |
tbretz |
Make sure that if processing is terminated, also empty buffers (events ...
|
|
|
@15470
|
12 years |
tbretz |
Some more renaming; some values can already be initialized as soon as ...
|
|
|
@15469
|
12 years |
tbretz |
Replaced all previosuly assigned IDs (previosly pointing to the entry ...
|
|
|
@15468
|
12 years |
tbretz |
Cleaned up the file removing some old style memory allocation schemes
|
|
|
@15467
|
12 years |
tbretz |
Unified mBuffer and evtCtrl, there is no need to keep those two ...
|
|
|
@15466
|
12 years |
tbretz |
Made sure that if we do a re-connect during configure all servers are ...
|
|
|
@15465
|
12 years |
tbretz |
Removed some obsolete structure members; renamed some for easier ...
|
|
|
@15464
|
12 years |
tbretz |
Added the missing const qualifier to a cast
|
|
|
@15463
|
12 years |
tbretz |
Moved the index to an array of elements instead of arrays of structure ...
|
|
|
@15462
|
12 years |
tbretz |
No need to dynamically allocate the header in RUN_HEAD, we know the ...
|
|
|
@15461
|
12 years |
tbretz |
Missed replaces an rd by rs in GetSock; fixed a typo in one of the new ...
|
|
|
@15460
|
12 years |
tbretz |
Made RUN_HEAD local; first process 'header' and then 'data' so that ...
|
|
|
@15459
|
12 years |
tbretz |
Some little more restructuring; flag a file to be closed as soon as an ...
|
|
|
@15458
|
12 years |
tbretz |
Connection can only be closed by cosy not the FTM ;)
|
|
|
@15457
|
12 years |
tbretz |
Make java.his go to the same path as other 'log'-files
|
|
|
@15455
|
12 years |
tbretz |
Added dimctrl.setInterruptHandler
|
|
|
@15454
|
12 years |
tbretz |
Fixed a crash in the startup information print in case there is no ...
|
|
|
@15443
|
12 years |
tbretz |
Fixed a typo in a warning message
|
|
|
@15442
|
12 years |
tbretz |
Adapted to changed in EventBuilder structure
|
|
|
@15441
|
12 years |
tbretz |
Fixed a problem when flushing buffers, events still in use could be ...
|
|
|
@15430
|
12 years |
tbretz |
Implemented the possibility to send an interrupt request (irq) to a ...
|
|
|
@15428
|
12 years |
tbretz |
Fixed some minor bugs introduced with the previous commit
|
|
|
@15415
|
12 years |
tbretz |
Added a second array element to pcTime to allow saving of start time ...
|
|
|
@15414
|
12 years |
tbretz |
Removes a compiler wrning about an unused argument.
|
|
|
@15413
|
12 years |
tbretz |
Some more structural changes mainly around the allocation of memory ...
|
|
|
@15412
|
12 years |
tbretz |
Updated URL to svn repository
|
|
|
@15411
|
12 years |
tbretz |
Removed obsolete FAD_CONTROL/STATISTICS2 and fixed a problem with the ...
|
|
|
@15410
|
12 years |
tbretz |
|
|
|
@15407
|
12 years |
lyard |
fixed not-resetting increment number bug
|
|
|
@15379
|
12 years |
tbretz |
Removed STATISTICS2 dim service; shortened STATISTICS1 a bit
|
|
|
@15378
|
12 years |
tbretz |
Some cleanup; do repeat configuration re-connects only three times; do ...
|
|
|
@15377
|
12 years |
tbretz |
|
|
|
@15376
|
12 years |
tbretz |
Use some more jquery features; load local version of jquery.
|
|
|
@15375
|
12 years |
tbretz |
Moved showlog stuff to subdirectory.
|
|
|
@15374
|
12 years |
tbretz |
|
|
|
@15373
|
12 years |
tbretz |
Moved styles to style sheet file; added menu with links to all log-files.
|
|
|
@15366
|
12 years |
tbretz |
Fixed a crash when the source was not found.
|
|
|
@15363
|
12 years |
tbretz |
Shift sunrise in a way that it does not consume 100% CPU at day time; ...
|
|
|
@15362
|
12 years |
tbretz |
Set the sunhorizon to -12deg; implemented automatic reconnect; ...
|
|
|
@15361
|
12 years |
tbretz |
Implemented the latest results from the ratescan fits and strengthened ...
|
|
|
@15360
|
12 years |
tbretz |
Some more structure changes; moved some code to functions to get a ...
|
|
|
@15359
|
12 years |
tbretz |
Fixed a typo and correctly document subject as constant
|
|
|
@15358
|
12 years |
tbretz |
Added description for class index; changed from class to namespace
|
|
|
@15357
|
12 years |
tbretz |
An important dot was missing ;)
|
|
|
@15356
|
12 years |
tbretz |
Send gotNewRun as soon as possible (after the header from the first ...
|
|
|
@15355
|
12 years |
tbretz |
Improved the order in runClose to make sure that during DRS ...
|
|
|
@15354
|
12 years |
tbretz |
improved the handling of fad losses; removed AGILENT_CONTROL ...
|
|
|
@15353
|
12 years |
tbretz |
Added TEMPERATURE to the required servers, removed AGILENT_CONTROL ...
|
|
|
@15352
|
12 years |
tbretz |
Added 'now' as a a valid time.
|
|
|
@15351
|
12 years |
tbretz |
Skip empty reports.
|
|
|
@15350
|
12 years |
tbretz |
Forgot to add a check for a valid size
|
|
|
@15349
|
12 years |
tbretz |
Added Shebang (#!) support
|
|
|
@15348
|
12 years |
tbretz |
Another local variable and a logic fixed, a mistake introduced with ...
|
|
|
@15347
|
12 years |
tbretz |
More structural improvements; more local variables; simplified the k0-loop
|
|
|
@15346
|
12 years |
tbretz |
Restructured all the loops from firstPtr to lastPtr for a better ...
|
|
|
@15345
|
12 years |
tbretz |
Replaced some stray %ud by %u
|
|
|
@15344
|
12 years |
tbretz |
More unification of code to close run.
|
|
|
@15343
|
12 years |
tbretz |
Unified two identical pieces of code around runClose
|
|
|
@15342
|
12 years |
tbretz |
Another update to the ii's
|
|
|
@15341
|
12 years |
tbretz |
Use a local buffer for factOut. There is no need to use a ...
|
|
|
@15340
|
12 years |
tbretz |
Added a missing factOut; replaced bzero by memset (bzero is ...
|
|
|
@15339
|
12 years |
lyard |
added a message to let the user know that the daily log file was ...
|
|
|
@15338
|
12 years |
lyard |
Fixed discrepency between logger code and Time.cc code related to sunRise
|
|
|
@15337
|
12 years |
tbretz |
Fixed the bis mask for incomplete events; %ud should be %u
|
|
|
@15336
|
12 years |
tbretz |
Added temperature
|
|
|
@15335
|
12 years |
tbretz |
Set default interval to 60s; output received data to the console.
|
|
|
@15334
|
12 years |
tbretz |
compiling.lock is not executable
|
|
|
@15333
|
12 years |
tbretz |
Updated include to PixelMap.h
|
|
|
@15332
|
12 years |
tbretz |
Print date when a program returns
|
|
|
@15325
|
12 years |
tbretz |
Fixed a compiler warning.
|
|
|
@15324
|
12 years |
tbretz |
New program to readout the temp sensor of the power switch
|
|
|
@15296
|
12 years |
tbretz |
Fixed a typo in a command.
|
|
|
@15295
|
12 years |
tbretz |
Updated includes.
|
|
|
@15294
|
12 years |
tbretz |
Copy the whole network address at once... just to be sure; added a ...
|
|
|
@15293
|
12 years |
tbretz |
Added a check for schedule-database
|
|
|
@15292
|
12 years |
tbretz |
Function to retrieve schedule from database
|
|
|
@15291
|
12 years |
tbretz |
Read the schedule from the database instead of the file directly. The ...
|
|
|
@15290
|
12 years |
tbretz |
Copy of the classical version directly reading the schedule from a file.
|
|
|
@15289
|
12 years |
tbretz |
Improved the code to handle the INCOMPLETE message, added some code to ...
|
|
|
@15288
|
12 years |
tbretz |
Copy property id if available -- needed to read the schedule from the db.
|
|
|
@15286
|
12 years |
tbretz |
Fixed the description of FILE_FORMAT and INCOMPLETE
|
|
|
@15285
|
12 years |
tbretz |
Added the missing termination character in case of incomplete events.
|
|
|
@15284
|
12 years |
tbretz |
Moved getTimeSinceLastDrsCalib to its own function; added automatic ...
|
|
|
@15283
|
12 years |
tbretz |
Show the log according to the link in /users/fact/operation if no path ...
|
|
|
@15282
|
12 years |
tbretz |
Updated to v20r7.
|
|
|
@15281
|
12 years |
tbretz |
Send a report if incomplete events oocur.
|
|
|
@15280
|
12 years |
tbretz |
Added a new, faster, scheme to allocate and free memory. Memeory new ...
|
|
|
@15279
|
12 years |
lyard |
forgot this header in previous commit (15278)
|
|
|
@15278
|
12 years |
lyard |
fixed wrong run type display, fixed calibration loading
|
|
|
@15276
|
12 years |
tbretz |
Updated my email address.
|
|
|
@15275
|
12 years |
tbretz |
Fixed a typo.
|
|
|
@15274
|
12 years |
tbretz |
Fixed a typo... the class name is Mail not Sky
|
|
|
@15273
|
12 years |
tbretz |
Added explanation for new magic variables.
|
|
|
@15272
|
12 years |
tbretz |
Added magic values __DATE__, __FILE__ and __START__
|
|
|
@15271
|
12 years |
tbretz |
Removed obsolete suscription to FAD_CONTROL/STATISTICS2
|
|
|
@15270
|
12 years |
tbretz |
Restructured the code.
|
|
|
@15265
|
12 years |
tbretz |
Adapted the display of the rate graph to the changed in the trgger ...
|
|
|