lasp/cpp_src/pybind11
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F 3ec15ec645
Some checks failed
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after -1m19s
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped
New smoothing implementation, that runs a bit faster
2024-03-11 16:04:24 +01:00
..
arma_npy.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_daq.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_daqconfig.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_deviceinfo.cpp Added physicalOutputQty for daq devices, added possibility to inspect from Python whether device has monitor. Added unit for equation in Qtys. Version bump 1.3.0 2024-01-10 12:26:38 +01:00
lasp_dsp_pybind.cpp New smoothing implementation, that runs a bit faster 2024-03-11 16:04:24 +01:00
lasp_pyindatahandler.cpp BUGfix of segfault. Very subtle. ThreadedInDataHandler could be deleted, while a task was just pushed to the thread pool. Then, when the task is finally run, the object could be deleted, as the _thread_running flag was not set. Besides this, we made some fixes that makes sure that the handles to a Recording class are stored as a weakref inside of the C++ code. This makes it easier to garbage-collect a recording, even when the IndataHandler is still running. 2024-03-06 21:41:04 +01:00
lasp_siggen.cpp Merged in develop. 2023-08-30 21:44:20 +02:00
lasp_streammgr.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00