Skip to content
Snippets Groups Projects
  1. Sep 21, 2006
    • blaakmeer's avatar
      BugID: 752 · d3c59413
      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
      d3c59413
    • wierenga's avatar
      BugID: 891 · 30430a26
      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.
      30430a26
    • wierenga's avatar
      BugID: 891 · 028b01d5
      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.
      028b01d5
    • Arthur Coolen's avatar
      BugID: 788 · 8360caa1
      Arthur Coolen authored
      Icon objects for CEP WAN and Software committed and mainpanel changed according to 1st setup
      8360caa1
    • Arthur Coolen's avatar
      BugID: 788 · dfd8c515
      Arthur Coolen authored
      Icon objects for CEP WAN and Software committed
      dfd8c515
  2. Sep 20, 2006
    • Ruud Overeem's avatar
      BugID: 810 · 1b891eb2
      Ruud Overeem authored
      added resolving of @observation@
      1b891eb2
    • Ruud Overeem's avatar
      BugID: 810 · 91068ef9
      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.
      91068ef9
  3. Sep 19, 2006
    • Ruud Overeem's avatar
      BugID: 810 · ea0203bb
      Ruud Overeem authored
      New file format for the base-file with all PVSS datapoints.
      ea0203bb
    • Ruud Overeem's avatar
      BugID: 826 · 448c62f9
      Ruud Overeem authored
      Changed time_t types in DH_ApplControl to int32 types to be portable with
      64-bit platforms.
      448c62f9
  4. Sep 18, 2006
    • zwart's avatar
      BugID: 692 · 1662dcb4
      zwart authored
      Removed friend class declaration
      1662dcb4
    • zwart's avatar
      BugID: 692 · aa726542
      zwart authored
      Several changes
      aa726542
    • zwart's avatar
      BugID: 692 · 3978fddd
      zwart authored
      several updates
      3978fddd
    • Marcel Loose's avatar
      BugID: 61 · f5235a39
      Marcel Loose authored
      Should have been removed when CyclicBuffer.h was moved to CEPFrame. Did it now.
      f5235a39
    • zwart's avatar
      BugID: 692 · 612b058c
      zwart authored
      Added debugging output
      612b058c
    • zwart's avatar
      BugID: 692 · 731facfc
      zwart authored
      added support for flagged packets (the rsp boards will make the second counter 0xffff)
      731facfc
    • zwart's avatar
      BugID: 692 · 186bb7b9
      zwart authored
      Added statistics for skipped data
      Added lock around flags. This could have given a problem in the past (two threads accessing the flags)
      186bb7b9
    • zwart's avatar
      BugID: 692 · 104bfb44
      zwart authored
      Added test for RSPTimeStamp
      104bfb44
    • zwart's avatar
      BugID: 692 · 13b6da8e
      zwart authored
      Fixed typo
      13b6da8e
    • zwart's avatar
      BugID: 692 · a8ec17f7
      zwart authored
      Added support for more samples in uneven seconds. This can be switched at compile time.
      Changed printing of timestamps slightly
      a8ec17f7
    • zwart's avatar
      BugID: 692 · 5c915f30
      zwart authored
      Changed access to subbands in DH_RSP.
      Added default blank flags.
      5c915f30
  5. Sep 15, 2006
    • Marcel Loose's avatar
      BugID: 753 · 68ca7cdb
      Marcel Loose authored
      * Added support for transferring a BBSStrategy object using a DataHolder.
      * Added a preliminary version of BBSProcessControl, which implements the
        interface of the ACC/PLC ProcessControl class.
      68ca7cdb
    • Marcel Loose's avatar
      BugID: 753 · 557269f5
      Marcel Loose authored
      * Added support for transferring a BBSStrategy object using a DataHolder.
      * Added a preliminary version of BBSProcessControl, which implements the
        interface of the ACC/PLC ProcessControl class.
      557269f5
    • Joris van Zwieten's avatar
      BugID: 873 · dbe9e403
      Joris van Zwieten authored
      - fixed namespace issue (ParmDB:: -> LOFAR::ParmDB::)
      dbe9e403
    • Joris van Zwieten's avatar
      BugID: 873 · 0f7989f5
      Joris van Zwieten authored
      - updated #include BBS/* to #include BBSKernel/*
      0f7989f5
    • John Romein's avatar
      BugID: 225 · 0f0a550e
      John Romein authored
      Removed redundant and annoying progress messages; replaced by timer that only
      prints output when the compute core is actually used.
      0f0a550e
    • John Romein's avatar
      BugID: 225 · 4e677fc3
      John Romein authored
      Fixed USE_TIMER.
      4e677fc3
    • Marcel Loose's avatar
      BugID: 753 · 380f850a
      Marcel Loose authored
      Renamed package BBS to BBSKernel.
      380f850a
  6. Sep 14, 2006
Loading