AcquisitionDevice: Completion queue is handled by particular implementation of the device
This commit is contained in:
@@ -93,13 +93,13 @@ bool PCIExpressDevice::HW_SendWorkRequest(uint32_t handle) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void PCIExpressDevice::HW_StartAction() {
|
||||
void PCIExpressDevice::FPGA_StartAction() {
|
||||
if (ioctl(fd, IOCTL_JFJOCH_START) != 0)
|
||||
throw JFJochException(JFJochExceptionCategory::PCIeError,
|
||||
"Failed starting action", errno);
|
||||
}
|
||||
|
||||
void PCIExpressDevice::HW_EndAction() {
|
||||
void PCIExpressDevice::FPGA_EndAction() {
|
||||
if (ioctl(fd, IOCTL_JFJOCH_END) != 0)
|
||||
throw JFJochException(JFJochExceptionCategory::PCIeError,
|
||||
"Failed ending action", errno);
|
||||
|
||||
Reference in New Issue
Block a user