lasp/src/lasp/device
Anne de Jong 43cf2427ea
continuous-integration/drone/push Build is passing Details
Workaround for bug in RtAudio when first channel not equal to 0
2023-05-25 16:52:55 +02:00
..
CMakeLists.txt Splitted UlDAQ code in header and cpp file to make a more logical separation between declaration and implementation. BUGFIX: lasp_record did not return True in self.finish(), resulting in a stream stop. 2023-01-04 14:21:39 +01:00
lasp_daq.cpp Not allowing a monitor when not running in duplex mode 2023-03-10 15:44:19 +01:00
lasp_daq.h Splitted UlDAQ code in header and cpp file to make a more logical separation between declaration and implementation. BUGFIX: lasp_record did not return True in self.finish(), resulting in a stream stop. 2023-01-04 14:21:39 +01:00
lasp_daqconfig.cpp Made PPM meter range-aware. Improved PPM-code. Made RtAps sensitivity-aware. Improved code to get ranges for each channel from Daq object 2022-10-17 19:37:31 +02:00
lasp_daqconfig.h Made PPM meter range-aware. Improved PPM-code. Made RtAps sensitivity-aware. Improved code to get ranges for each channel from Daq object 2022-10-17 19:37:31 +02:00
lasp_daqdata.cpp (Re)implemented digital highpass filter on input data. 2022-10-20 17:12:34 +02:00
lasp_daqdata.h Fixed Doxygen warnings on not properly documented methods 2023-01-20 15:59:08 +01:00
lasp_deviceinfo.cpp DeviceInfo is now base class for derived variants for UlDaqDeviceInfo and RtAudioDeviceInfo. Dynamic casts are used in contstructors when stream is created. For UlDaq, device inventory list is not scanned anymore when starting device. This should speed up starting the device as well. Added a flag duplexModeForced to DeviceInfo. This one is true for DT9837A, as this device can only use input and output at the same time when running in duplex mode. Fixed the bug of printing an Uldaq error called noerror. 2023-01-20 15:50:51 +01:00
lasp_deviceinfo.h DeviceInfo is now base class for derived variants for UlDaqDeviceInfo and RtAudioDeviceInfo. Dynamic casts are used in contstructors when stream is created. For UlDaq, device inventory list is not scanned anymore when starting device. This should speed up starting the device as well. Added a flag duplexModeForced to DeviceInfo. This one is true for DT9837A, as this device can only use input and output at the same time when running in duplex mode. Fixed the bug of printing an Uldaq error called noerror. 2023-01-20 15:50:51 +01:00
lasp_rtaudiodaq.cpp Workaround for bug in RtAudio when first channel not equal to 0 2023-05-25 16:52:55 +02:00
lasp_rtaudiodaq.h DeviceInfo is now base class for derived variants for UlDaqDeviceInfo and RtAudioDeviceInfo. Dynamic casts are used in contstructors when stream is created. For UlDaq, device inventory list is not scanned anymore when starting device. This should speed up starting the device as well. Added a flag duplexModeForced to DeviceInfo. This one is true for DT9837A, as this device can only use input and output at the same time when running in duplex mode. Fixed the bug of printing an Uldaq error called noerror. 2023-01-20 15:50:51 +01:00
lasp_streammgr.cpp Important BUGfix: effectively there was no sleep period in the thread handling the data from the UlDAQ 2023-03-10 16:27:51 +01:00
lasp_streammgr.h DeviceInfo is now base class for derived variants for UlDaqDeviceInfo and RtAudioDeviceInfo. Dynamic casts are used in contstructors when stream is created. For UlDaq, device inventory list is not scanned anymore when starting device. This should speed up starting the device as well. Added a flag duplexModeForced to DeviceInfo. This one is true for DT9837A, as this device can only use input and output at the same time when running in duplex mode. Fixed the bug of printing an Uldaq error called noerror. 2023-01-20 15:50:51 +01:00
lasp_uldaq.cpp Bugfix: Made Uldaq sample rate check depending on actually provided sample rates 2023-04-18 11:09:01 +02:00
lasp_uldaq.h Fixed Doxygen warnings on not properly documented methods 2023-01-20 15:59:08 +01:00
lasp_uldaq_impl.cpp Bugfix: Made Uldaq sample rate check depending on actually provided sample rates 2023-04-18 11:09:01 +02:00
lasp_uldaq_impl.h Bugfix: Made Uldaq sample rate check depending on actually provided sample rates 2023-04-18 11:09:01 +02:00