AcquisitionDevice: further simplify

This commit is contained in:
2023-06-03 18:54:05 +02:00
parent e1e46f411f
commit ab6f33be84
18 changed files with 74 additions and 106 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ bool PCIExpressDevice::HW_ReadMailbox(uint32_t *values) {
}
void PCIExpressDevice::HW_SetCancelDataCollectionBit() {
void PCIExpressDevice::Cancel() {
if (ioctl(fd, IOCTL_JFJOCH_CANCEL) != 0)
throw JFJochException(JFJochExceptionCategory::PCIeError,
"Failed setting cancel bit", errno);