Skip to content
Snippets Groups Projects
  1. Aug 11, 2017
  2. Aug 10, 2017
  3. Jul 07, 2017
  4. Jun 24, 2017
  5. Jun 09, 2017
  6. Apr 05, 2016
    • Jonathan Hanks's avatar
      Updating code to build with newer gcc (4.9.3) and get rid of warnings on newer libc. · c01668ff
      Jonathan Hanks authored
      Updated definition of channel_t to get rid of static variables in anonymous struct warnings.
      
      Added the proper defines (_DEFAULT_SOURCE) to get rid of libc's deprication warnings about _BSD_SOURCE.  This required
      minor code path changes replacing sigseg with sigaction.  The code was already in place, for the
      old potential cygwin port.
      
      Renamed an iteration counter to fix an issue in the nds build where there was variable shadowing.
      
      Updated printf strings for pointers to use %p.
      
      Fixed various pointer casting warnings.
      
      There are still some warnings in the src/gds build process with gcc 4.9.3, those will take more work.
      
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4170 6dcd42c9-f523-4c6d-aada-af552506706e
      c01668ff
  7. Jun 25, 2015
  8. Feb 18, 2014
  9. Mar 05, 2013
  10. Aug 26, 2012
    • Alexander Ivanov's avatar
      Implemented testpoint upper limit checking. · 698552a5
      Alexander Ivanov authored
      The DAQ data is sent along with the test point data by the font-end
      to the frame builder in one block. The limit is 4 megabytes per second.
      This data block holds combined DAQ and test point data. Depending on the size of the
      DAQ data a certain number of test points can be selected. This number is not constant.
      The more DAQ data is configured for a given front-end, the less allowed test points
      there will be. This code change implements the total DAQ data block size checking at
      the moment when new test point selection request is received by the awgtpman program
      (the test point manager). awgtpman receives the size of the DAQ data from the front-end
      through the shared memory. When new test point request arrives, it calculates the projected
      DAQ data block size. If this size is determined to be over the limit (4 Mb /sec), then
      the request is rejected. Otherwise the test point manager proceeds with setting of the
      new test points in the tables.
      
      
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3023 6dcd42c9-f523-4c6d-aada-af552506706e
      698552a5
  11. Aug 09, 2012
  12. May 22, 2012
  13. Jan 31, 2012
  14. Dec 20, 2011
  15. Nov 06, 2011
  16. Aug 25, 2011
  17. Jul 12, 2011
  18. Jun 09, 2011
  19. May 19, 2011
  20. May 12, 2011
  21. Mar 10, 2011
  22. Feb 14, 2011
  23. Feb 02, 2011
  24. Feb 01, 2011
  25. Jan 31, 2011
  26. Jan 18, 2011
Loading