Skip to content
Snippets Groups Projects
  1. May 06, 2021
  2. May 05, 2021
  3. May 04, 2021
  4. May 03, 2021
  5. Apr 30, 2021
  6. Apr 23, 2021
  7. Apr 22, 2021
  8. Apr 21, 2021
    • Jonathan Hanks's avatar
      Daqd, updates to the logic to read requests from the buffers first. · 0e8d7ef5
      Jonathan Hanks authored
      Consolidated the online and in memory logic in the net_writer into one location, making sure the absolute gps request gets a termination block.
      
      Updated the nds live test to also test doing a in buffer test with absolute gps times.
      0e8d7ef5
    • Jonathan Hanks's avatar
      Daqd, when servicing get_data requests attempt to read from the circular buffer first. · a72feee2
      Jonathan Hanks authored
      Previously requests that did not have a start/delta time could go from the buffer by default, and a start/delta would read from frame first and then finish up in reading from ram.
      The implications are that short reads that use absolute gps times that fall in the time span the data is available but where a frame has not been written yet will fail as it will attempt
      to read a frame, fail, then return.  This pushes a check up front to see if the start/delta is caught completely in the in memory buffer and then attempts to read that before falling back to reading from frames.
      a72feee2
Loading