NI FPGA API Differences - ni/grpc-device GitHub Wiki
FPGA API Differences
The following is a list of general differences between the NI FPGA API and the gRPC API provided by grpc-device.
- For the
NiFpga_WaitOnIrqsAPI, we have removed thecontextparameter in the gRPC API compared to its C API counterpart. - All
Acquire,Release,P2P,Open and Close Hmb,Open and Close Llb,Read and Write Fxp64,Reserve and Unreserve IrqContext,Get and Set FifoPropertyPtr, andRead and Write FifoCompositeandstaticmethods are not supported in gRPC. - The
sizeparameter is not present for theWriteArrayandWriteFifofunctions, the gRPC layer automatically determines the correct value to pass. See also: General API Differences