|
|
@16413
|
11 years |
tbretz |
Replaced some size() by empty() where possible.
|
|
|
@16412
|
11 years |
tbretz |
Reverting to last revision.
|
|
|
@16387
|
11 years |
tbretz |
Replaced target by state; target is not needed and might even throw an ...
|
|
|
@16383
|
11 years |
tbretz |
Added some info to some log-message
|
|
|
@16382
|
11 years |
tbretz |
Some more performance improvements (e.g. emplace instead of post, ...
|
|
|
@16381
|
11 years |
tbretz |
There is no need to copy shared_ptrs when the pointer is kept valid ...
|
|
|
@16380
|
11 years |
tbretz |
Added more kRequest enums; moved the request form the run-ctrl (where ...
|
|
|
@16379
|
11 years |
tbretz |
The closing paranthesis was missing
|
|
|
@16378
|
11 years |
tbretz |
The argument for cos() must be float
|
|
|
@16377
|
11 years |
tbretz |
Added the updated formula for the decrease of energy threshold with ...
|
|
|
@16376
|
11 years |
tbretz |
Fixed a problem with one of the constructors. We should keep the ...
|
|
|
@16375
|
11 years |
tbretz |
First make sure that the ratecontrol is switched off before starting ...
|
|
|
@16285
|
11 years |
lyard |
added new files for fitsCompressor and compressed files read headers
|
|
|
@16283
|
11 years |
tbretz |
In analogy to the container functions, added post and emplace
|
|
|
@16282
|
11 years |
tbretz |
Replaced push_back by emplac_back were reasonable.
|
|
|
@16197
|
11 years |
tbretz |
Also stop configuration of ratecontrol when a configuration is reset.
|
|
|
@16196
|
11 years |
tbretz |
Added a constructor with a timeval... fixed a problem with the time_t ...
|
|
|
@16108
|
11 years |
tbretz |
Added a new run-close condition for the case an invalid event was received.
|
|
|
@16107
|
11 years |
tbretz |
Removed the C-interface and added the C++-interface to the event ...
|
|
|
@16106
|
11 years |
tbretz |
Removed a lot of debug code which was never used anyway; improved ...
|
|
|
@16105
|
11 years |
tbretz |
Added the new structures EVT_CTRL2 and RUN_CTRL2
|
|
|
@16104
|
11 years |
tbretz |
Removed some obsolete old structs; some imporvement to the ...
|
|
|
@16103
|
11 years |
tbretz |
some imporvements of the output; some improvements to the statistics; ...
|
|
|
@16102
|
11 years |
tbretz |
Added a user supplied 'this' argument to v8.timeout and the Thread class.
|
|
|
@16097
|
11 years |
tbretz |
Fixed handling of fTstart/fTstop; the start time is now available in ...
|
|
|
@16096
|
11 years |
tbretz |
Replaces size() by empty() where possible
|
|
|
@16095
|
11 years |
tbretz |
Replaced size() by empty()
|
|
|
@16094
|
11 years |
tbretz |
Improved performance; renamed functions; added fSize; improved ...
|
|
|
@16093
|
11 years |
tbretz |
Replaced size() by empty() where possible
|
|
|
@16092
|
11 years |
tbretz |
Display correct run type in dummy mode
|
|
|
@16091
|
11 years |
tbretz |
Replaced size() by empty() where possible
|
|
|
@16090
|
11 years |
tbretz |
Replaced queue by list; added Connection::IsTxQueueEmpty
|
|
|
@16089
|
11 years |
tbretz |
Use empty() instead of size() where possible; replaced queues by list ...
|
|
|
@16088
|
11 years |
tbretz |
Use empty() instead of size() where possible; replaced queues by list ...
|
|
|
@16087
|
11 years |
tbretz |
Use empty() instead of size() where possible; replaced queues by list ...
|
|
|
@16081
|
11 years |
tbretz |
Some deque can also be lists
|
|
|
@16080
|
11 years |
tbretz |
EventHist can be a list and must not be a deque.
|
|
|
@16073
|
11 years |
tbretz |
Minor change of unintentionally wrong indentation.
|
|
|
@16072
|
11 years |
tbretz |
The new version of the event builder currently does not supper the ...
|
|
|
@16071
|
11 years |
tbretz |
Added console.warn to print a highlighted message to the ocnsole.
|
|
|
@16059
|
11 years |
tbretz |
Specified the return type of NightAsInt more accurately.
|
|
|
@16058
|
11 years |
tbretz |
Specified the return type of NightAsInt more accurately.
|
|
|
@16057
|
11 years |
tbretz |
Added the CoolingFailure to the alarm messages
|
|
|
@16056
|
11 years |
tbretz |
Added the night to the FadConfiguration.
|
|
|
@16055
|
11 years |
tbretz |
Replaced the pointer argument when opening a file or writing an event ...
|
|
|
@16054
|
11 years |
tbretz |
Print a red warning in case of Cooling failure.
|
|
|
@16040
|
11 years |
tbretz |
First working version of the event builder in C++
|
|
|
@15633
|
11 years |
tbretz |
Issue an error on the console in case there is a cooling failre.
|
|
|
@15628
|
11 years |
tbretz |
Changed argument for writing event data and tail to const
|
|
|
@15625
|
11 years |
tbretz |
Secure fThread.join() against joining a thread which was already stopped.
|
|
|
@15610
|
11 years |
tbretz |
Decoupled updating ROI from eventCheck.
|
|
|
@15606
|
12 years |
tbretz |
Fixed some typos in the new code.
|
|
|
@15605
|
12 years |
tbretz |
Decoupled updating event number from writing data to ensure that a ...
|
|
|
@15514
|
12 years |
tbretz |
Moved updating of dim-services which were previously emitted in ...
|
|
|
@15512
|
12 years |
tbretz |
First draft of a C++ version of the event builder.
|
|
|
@15511
|
12 years |
tbretz |
Processing queue in another thread.
|
|
|
@15510
|
12 years |
tbretz |
Sanity check for mem==NULL in TGB_free; make sure that for each event ...
|
|
|
@15495
|
12 years |
tbretz |
Removed some more obsolete code; improved the logic of the processing ...
|
|
|
@15494
|
12 years |
tbretz |
Reverting to last revision.
|
|
|
@15493
|
12 years |
tbretz |
Reverting to last revision.
|
|
|
@15490
|
12 years |
tbretz |
Let the event buffer store the index of the corresponding runCtrl entry.
|
|
|
@15483
|
12 years |
tbretz |
Replaced MAX_EVT*MAX_RUN by just MAX_EVT; simplified evtStat to have ...
|
|
|
@15477
|
12 years |
tbretz |
Moved all Dim emitting services called from the event builder#s main ...
|
|
|
@15476
|
12 years |
tbretz |
When a new start flag is searched, the one byte was missed -- i am ...
|
|
|
@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 ...
|
|
|
@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
|
|
|
@15443
|
12 years |
tbretz |
Fixed a typo in a warning message
|
|
|
@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 ...
|
|
|
@15407
|
12 years |
lyard |
fixed not-resetting increment number bug
|
|
|
@15379
|
12 years |
tbretz |
Removed STATISTICS2 dim service; shortened STATISTICS1 a bit
|
|
|
@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; ...
|
|
|
@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 ...
|
|
|
@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 ...
|
|
|
@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 ...
|
|
|