-
- Downloads
Avoid acquiring dada buffers when the buffer is full (writer) or when it is...
Avoid acquiring dada buffers when the buffer is full (writer) or when it is empty (reader) -> Allows interruption before blocking the thread; some utility functions and testing
parent
8dc5c124
No related branches found
No related tags found
Showing
- psrdada_cpp/dada_client_base.hpp 62 additions, 0 deletionspsrdada_cpp/dada_client_base.hpp
- psrdada_cpp/dada_write_client.hpp 1 addition, 0 deletionspsrdada_cpp/dada_write_client.hpp
- psrdada_cpp/src/dada_client_base.cpp 70 additions, 7 deletionspsrdada_cpp/src/dada_client_base.cpp
- psrdada_cpp/src/dada_read_client.cpp 6 additions, 1 deletionpsrdada_cpp/src/dada_read_client.cpp
- psrdada_cpp/src/dada_write_client.cpp 41 additions, 5 deletionspsrdada_cpp/src/dada_write_client.cpp
- psrdada_cpp/test/CMakeLists.txt 1 addition, 0 deletionspsrdada_cpp/test/CMakeLists.txt
- psrdada_cpp/test/dada_client_tester.hpp 73 additions, 0 deletionspsrdada_cpp/test/dada_client_tester.hpp
- psrdada_cpp/test/src/dada_client_tester.cpp 246 additions, 0 deletionspsrdada_cpp/test/src/dada_client_tester.cpp
Loading
Please register or sign in to comment