Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAQ: support for FRD file header with file locking #30206

Merged
merged 5 commits into from
Jun 16, 2020

Commits on Jun 11, 2020

  1. fix single-threaded file deletion and several small memory leaks when

    calling release on unique_ptr instead of reset
    smorovic committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    47288cc View commit details
    Browse the repository at this point in the history
  2. suppord RAW (FRD) file with header and no JSON file also with file lo…

    …cking mode (Hilton
    
    and testing use case).
    
    includes bugfix: initial value of rawFd should be -1 when reading the file by the
    worker thread.
    smorovic committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    3c73a3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff3cd99 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. improve error handling for file-locking mode. Missing index(raw) file…

    … now results in exception
    
    which allows unit test to fail in case of error
    smorovic committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    1a49eb5 View commit details
    Browse the repository at this point in the history
  2. code format

    smorovic committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    8c55286 View commit details
    Browse the repository at this point in the history