Skip to content
Snippets Groups Projects
  1. Mar 10, 2015
  2. Mar 09, 2015
  3. Mar 07, 2015
  4. Mar 06, 2015
  5. Mar 05, 2015
  6. Mar 04, 2015
  7. Mar 03, 2015
  8. Mar 02, 2015
  9. Feb 27, 2015
  10. Feb 26, 2015
  11. Feb 25, 2015
  12. Feb 24, 2015
    • Alexander van Amesfoort's avatar
      Task #7490: move createStream to LCS/Stream in StreamFactory.cc .h. + clean ups. · 65dcc8ba
      Alexander van Amesfoort authored
      Also:
      - Move deadline check from createStream() into SocketStream().
      - Get rid of unused code in an old attempt by me to refactor createStream().
      - Fix inverted check > 0 vs < 0 on one of the 2 usleep()s to back-off connect() in SocketStream().
      - Move EndOfStreamException and TimeOutException out of their classes (and fix up users).
      - Replace readdir() by readdir_r(). Probably irrel since only retval checked vs 0.
      - Clarify ~FileDescriptorBasedStream() somewhat, only delay cancellation if actually calling close().
      - Constify a few local vars in SocketStream.cc.
      
      Reason: In APERTIF, we need to receive UDP frames from the FPGA correlator.
      We can live with LOFAR Common and Stream, but prefer not to have CoInterface just for createStream().
      (All other network communication will be done via QPID messaging middleware.)
      
      Build tested only.
      65dcc8ba
    • Alexander van Amesfoort's avatar
      Task #7490: create task branch · 9d5ac467
      Alexander van Amesfoort authored
      9d5ac467
  13. Feb 23, 2015
Loading