LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA C Interface - listening for events

I am using the IEEE 802.11 application framework. I am looking at the proper way to get notified by certain events like "802.11 MacChannelState.ind" or "802.11 PhyCcaTiming.ind"

I am using the Python wrapper for the NI FPGA C interface (https://github.com/vpaeder/pynifpga).


Moreover, it is not clear for me how an indicator is mapped to the uint32_t indicator (http://zone.ni.com/reference/en-XX/help/372928G-01/capi/functions_read/).

Best,

0 Kudos
Message 1 of 2
(2,554 Views)

Hi Zubow,

 

you can use interrupt functions for event handling.

 

 

0 Kudos
Message 2 of 2
(2,517 Views)