Skip to content
Snippets Groups Projects
  1. Jun 12, 2006
    • Ruud Overeem's avatar
      BugID: 679 · 0c88b4e0
      Ruud Overeem authored
      First (partially) working chain with MACScheduler and ObservationControl.
      Startup sequence is OK.
      0c88b4e0
  2. Jun 10, 2006
  3. Jun 09, 2006
    • Marcel Loose's avatar
      BugID: 687 · 525933e5
      Marcel Loose authored
      Final(?) version of the DelayCompensation package.
      525933e5
    • Marcel Loose's avatar
      BugID: 687 · b894383a
      Marcel Loose authored
      Placed fields `coarseDelay', `fineDelayAtBegin', and `fineDelayAfterEnd' into
      a struct `DelayInfo'. Elements of `DelayInfo' can be retrieved using
      operator[](uint).
      b894383a
    • pompert's avatar
      BugID: 701 · d39838de
      pompert authored
      Additions:
      -Swing code that triggers the plotter's updatedata method.
      -Extra popupmenu that enables the user to add data to an existing plot (has to be further implemented)
      d39838de
    • pompert's avatar
      701 · 345109cd
      pompert authored
      Clean up empty lines
      345109cd
    • Arthur Coolen's avatar
      BugId: 742 · 88c05262
      Arthur Coolen authored
      Gnu license included
      88c05262
    • Ger van Diepen's avatar
      BugID: 630 · 0dd1c891
      Ger van Diepen authored
      Added support for type parmexpr and functional
      Added columns EXPRESSION and TIMESTAMP
      0dd1c891
    • blaakmeer's avatar
      BugID: 654 · 224f1aa1
      blaakmeer authored
      Partially implemented. The VB will probably not be used anymore
      224f1aa1
  4. Jun 08, 2006
    • Arthur Coolen's avatar
      BugId: 742 · 841ce22a
      Arthur Coolen authored
      Gnu license included
      841ce22a
    • Arthur Coolen's avatar
      BugId: 742 · e35135ea
      Arthur Coolen authored
      Gnu license included
      e35135ea
    • pompert's avatar
      BugID: 701 · e2dc9f2d
      pompert authored
      Additions:
      -Added XML file build targets that enables defining the ParmDB interface at pre-run level. These targets make sure the XML is in the correct place for in-Netbeans testing, and standalone. Also cleaning is integrated.
      e2dc9f2d
    • pompert's avatar
      BugID: 701 · f4e5b4e6
      pompert authored
      Additions:
      -Improved Handling of popupmenus. They now are multiple levels to improve extendability and usability
      -Added XML file that enables defining the ParmDB interface at pre-run level. Modified build.xml as a result!
      -Various classes that help read and encapsulate the XML configuration file.
      Mods:
      -Various modifications to ParmDB plot panel
      f4e5b4e6
    • wierenga's avatar
      bugid:726 · c9d76f3f
      wierenga authored
      New AP & BP images
      - RCU input OK @200MHz
      - BLP startup improvements, once BLP processes data, it never stops, so it
      should remain in sync under normal conditions.
      c9d76f3f
    • Marcel Loose's avatar
      BugID: 687 · e9e41480
      Marcel Loose authored
      Putting in the last pieces. Now only need to fill the DataHolders and I guess
      everything will be fine.
      e9e41480
    • Arthur Coolen's avatar
      BugId: 742 · 6eef8782
      Arthur Coolen authored
      Gnu license included
      6eef8782
    • Arthur Coolen's avatar
      BugId: 742 · 22cef4ad
      Arthur Coolen authored
      Gnu license included
      22cef4ad
    • Arthur Coolen's avatar
      BugId: 604 · 833257c4
      Arthur Coolen authored
      Models for new BBS tables
      833257c4
    • Ger van Diepen's avatar
      BugID: 738 · 4f24cb04
      Ger van Diepen authored
      Make default alignment max 8
      4f24cb04
    • Arthur Coolen's avatar
      BugId: 742 · 544d5c5b
      Arthur Coolen authored
      Gnu license imported
      544d5c5b
    • Arthur Coolen's avatar
      BugId: 742 · 78cad444
      Arthur Coolen authored
      Gnu license imported
      78cad444
    • Arthur Coolen's avatar
      BugId: 742 · d8e992b8
      Arthur Coolen authored
      Gnu license imported
      d8e992b8
    • blaakmeer's avatar
      BugID: 654 · 92b7d0d8
      blaakmeer authored
      Made GCF build with the latest developments in GCFCommon
      92b7d0d8
    • Marcel Loose's avatar
      BugID: 670 · 4485e0a0
      Marcel Loose authored
      I was overzealous by tunrning the LOG_TRACE_LIFETIME(_STR) macros into real
      statements using a do {...} while(0) construct. This caused the lifetime
      tracer to be destroyed at the end of the do-while loop, instead of at the end
      of the enclosing loop.
      4485e0a0
    • Ger van Diepen's avatar
      BugID: 737 · cfe11068
      Ger van Diepen authored
      Set correct python info
      cfe11068
  5. Jun 07, 2006
    • pompert's avatar
      BugID: 725 · 3f39038e
      pompert authored
      Additions:
      -Singleton methods in IViewPanel to make it possible to use only one panel for a specific treenode application
      --Implemented these necessary changes in implementing classes.
      -jParmDBnode is extended so the parmDB source is known for every treenode. It is therefore possible to mix data from various parmdb tables. Also a method is added to identify the node as a root node for a parmdb table.
      Mods:
      -Various small layout and plotter mods.
      3f39038e
    • pompert's avatar
      725 · 0bc1a1ce
      pompert authored
      Mods:
      -Temporarily removed the hard coded range setting. It should be reactivated when proper parmdb testdata is used.
      0bc1a1ce
    • Ger van Diepen's avatar
      BugID: 630 · 9bbe63bf
      Ger van Diepen authored
      Make input buffer much longer
      9bbe63bf
    • Ger van Diepen's avatar
      BugID: 738 · 72f20a63
      Ger van Diepen authored
      Improved default alignment value.
      Also improved comments.
      72f20a63
    • zwart's avatar
      BugID: 719 · 6b89f3e1
      zwart authored
      Changed long long to in64 so we can use dataConvert64.
      Fixed opertor ++'s
      6b89f3e1
    • wierenga's avatar
      BugID: 716 · aa04e53c
      wierenga authored
      ppsinfo_t type is not defined in the header file, it needs to be guarded by HAVE_SYS_TIMEPPS_H
      aa04e53c
  6. Jun 06, 2006
    • pompert's avatar
      BugID: 701 · 2a5d1f00
      pompert authored
      Additions:
      -None
      Mods:
      -Small layout mods
      2a5d1f00
    • pompert's avatar
      BugID: 725 · 1957324a
      pompert authored
      Additions:
      -None
      Mods:
      -Modified getRootNode() so it checks if the ParmDB root node is already present in the tree to prevent unnecessary additions.
      1957324a
    • Arthur Coolen's avatar
      BugID: 604 · 21038668
      Arthur Coolen authored
      removed space from file
      21038668
    • Ger van Diepen's avatar
      BugID: 593 · fb8f0eee
      Ger van Diepen authored
      Added funklet type tabular
      fb8f0eee
    • pompert's avatar
      701 · dc7bc327
      pompert authored
      Additions:
      -Working RMI calls to jParmFacade interface in plotter data access class
      dc7bc327
    • pompert's avatar
      701 · d174d514
      pompert authored
      Additions:
      -Working RMI calls to jParmFacade interface in plotter data access class
      Mods:
      Fixed bug in Server that caused the 'im ready for incoming calls' message to be incomplete
      d174d514
    • Arthur Coolen's avatar
      BugID: 703 · 06850cc9
      Arthur Coolen authored
      removed some errors
      06850cc9
    • Ger van Diepen's avatar
      BugID: 737 · 03866b85
      Ger van Diepen authored
      Removed library name
      03866b85
    • Ger van Diepen's avatar
      BugID: 737 · 6e117c96
      Ger van Diepen authored
      Add cfitsio to search path for Timba
      6e117c96
Loading