Skip to content
Snippets Groups Projects
  1. Jun 05, 2020
  2. Jun 04, 2020
  3. May 29, 2020
  4. May 27, 2020
  5. May 19, 2020
  6. May 15, 2020
  7. May 13, 2020
    • Jonathan Hanks's avatar
      Closes #63. Update the error handling code when daqd calls nice. · b8ae42ad
      Jonathan Hanks authored
      Fix the error handling code to work with how nice has been implemented for a while.  Change to clearing errno and checking it after the call as proscribed by the man page.
      b8ae42ad
    • Jonathan Hanks's avatar
      Removing unneeded GPS leap second handling code. · 95924c20
      Jonathan Hanks authored
      The daqd has carried code for at least 9 years to set the GPS leap seconds in the frameH structure that is not used, too small, and the configs where never updated.
      
      Remove the code.  Putting the correct leap second value into the FrameH structure is done by FrameCPP in the call to SetGTime.  There is no need to keep this old code around.
      
      * For now turning the set gps-leaps into a no-op in the config.
      * Removing the leap seconds field from the circular buffer
      * Removing some member variables and a helper function from daqd.
      95924c20
  8. May 12, 2020
  9. May 11, 2020
  10. May 08, 2020
  11. May 06, 2020
  12. May 04, 2020
  13. May 02, 2020
  14. May 01, 2020
  15. Apr 30, 2020
    • Rolf Bork's avatar
      Bug fix advligorts issue #9. · d7a817a5
      Rolf Bork authored
      1) For now, the RCG will accept either ifo= or site=, eg ifo=X2 or site=X2 to designate the IFO in the cdsParameter block. This
          obviates the need for immediate changes to present Matlab control models. All new models, and eventually all old models,
          should use the ifo= designator as the site= designator will be deprecated in a TBD future release.
      2) At compile time, if a model still contains the site= designator, a warning message will be written to alert user to change to ifo=.
           This is simply a warning for now.
      3) I have gone thru all the RCG Perl code to change site to ifo, where appropriate.  I think things are consistent now ie site is a
           location eg lho, llo, lao, etc. and ifo is the IFO designator eg ifo=H1, L1, A1, etc.
      d7a817a5
  16. Apr 29, 2020
Loading