- Sep 28, 2006
-
-
blaakmeer authored
Added abort handler to check application cleanup
-
blaakmeer authored
Added some more logging
-
blaakmeer authored
Added OnlineControl and OfflineControl parameters to the OTDB specification files
-
blaakmeer authored
Updated observation parameters
-
blaakmeer authored
Added datapoint definition for Station. __childDp allows the Navigator to jump to another point in the tree when the user clicks on the station
-
blaakmeer authored
Implemented special case handling of __childDp element of the Station type Along the way, added support for multi-rooted trees, otherwise we could only view one station with the navigator.
-
- Sep 27, 2006
-
-
Ruud Overeem authored
Added run, suspend, release and finish state.
-
wierenga authored
Selection of subarray of cross-correlation is no longer done in RSPDriver. Clients always receive the full array and need to do their own selection.
-
wierenga authored
selection of subarray of cross-correlation array is no longer done in the RSPDriver but in the client
-
wierenga authored
selection no longer done in RSPDriver
-
wierenga authored
rectangular subarray selection of rsp boards in cross correlation matrix
-
wierenga authored
use XC_GAIN and BF_GAIN configuration variables
-
wierenga authored
Timestamp should be written to all FPGA's, BP and all AP's.
-
wierenga authored
make gains configurable
-
Ger van Diepen authored
Use BBSKernel instead of BBS in test programs
-
- Sep 26, 2006
- Sep 25, 2006
-
-
Marcel Loose authored
Removed some unnecessary dependencies.
-
blaakmeer authored
The dynamic_cast of the dataholder in the destructor fails with a huge bang. The resulting pointer points "ins blaue hinein". Destructing the non-casted object works fine.
-
blaakmeer authored
Cleaned the default navigator configuration
-
blaakmeer authored
Offline control implemented and tested
-
zwart authored
Fixed >=
-
- Sep 22, 2006
-
-
Adriaan Renting authored
Needed to add a variants file for listgfen to build CS1_Flagger, CS1_BBS and CS1_Imager
-
Pieter Donker authored
Further development of the TBBDriver
-
wierenga authored
Dit is het BP image V5.2 waarbij de CDO frame data geinterleaved is. Je moet hierbij nog wel de lane mode voor beamlets en crosslet gelijk houden. Ik werk nu aan V5.3 waarbij de lanes onafhankelijk werken, weet niet of dat vandaag nog lukt. Dit image haalt >199 MHz ipv 200 MHz. Het is echter wel geschikt om al vast te testen of de CDO output zo goed is (als jullie tijd hebben).
-
- Sep 21, 2006
-
-
Ruud Overeem authored
Added expansion of wan elements,
-
blaakmeer authored
Replaced all Debug[T][N] calls with LOG_TRACE, LOG_WARN, LOG_INFO or LOG_ERROR calls which results in clearer loggings. This should also be done for all nav_usr panels
-
Ruud Overeem authored
-
blaakmeer authored
Removed the files that were erroneously rehabilitated during a previous CVS merge (nav-config.ctl, nav-view.ctl and nav-main.ctl)
-
blaakmeer authored
Removed logging inside dpAccessable() to the calling functions. Replaced all Debug[T][N] calls with LOG_TRACE, LOG_WARN, LOG_INFO or LOG_ERROR calls which results in clearer loggings. This should also be done for all nav_usr panels
-
wierenga authored
Fix bug that prevented more than ~16 plots. This was caused by an overflow of a string buffer which was filled in a loop. Now each iteration of the loop calls gnucmd_plot requiring a smaller buffer for each individual call. Now we can plot large nummbers of graphs.
-
wierenga authored
Add newline in call to gnucmd_plot to enable multiple calls to gnucmd_plot without a newline. This is needed construct long plot commands in rspctl.cc.
-
Arthur Coolen authored
Icon objects for CEP WAN and Software committed and mainpanel changed according to 1st setup
-
Arthur Coolen authored
Icon objects for CEP WAN and Software committed
-
- Sep 20, 2006
-
-
Ruud Overeem authored
added resolving of @observation@
-
Ruud Overeem authored
Major enhancements in order to get the datapoint set complete. Moved FixedDataPoints.base and ObservationDataPoints.bas files to PVSSDataPoints.base file adding two extra columns. Added Clusters.list and RSPBoards.list files to manage the central clusternodes and the number of RSPboards per station.
-
- Sep 19, 2006
-
-
Ruud Overeem authored
New file format for the base-file with all PVSS datapoints.
-
Ruud Overeem authored
Changed time_t types in DH_ApplControl to int32 types to be portable with 64-bit platforms.
-
- Sep 18, 2006