This website requires JavaScript.
Explore
Help
Sign In
ASCEE
/
lasp
Watch
5
Star
1
Fork
0
You've already forked lasp
Code
Issues
5
Pull Requests
Actions
Releases
14
Activity
lasp
/
cpp_src
/
pybind11
History
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F.
bf06402b11
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
..
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
Switch to pyproject build structure
2023-07-14 16:40:57 +02: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