![]() |
FrontPanel API 6.0.0
|
Provides access to the AXI data transfer interfaces on the FPGA. More...
Public Member Functions | |
| virtual okCFrontPanelAXILite & | GetAXILite (void)=0 |
| Returns the AXI-Lite sub-interface. | |
| virtual okCFrontPanelAXIFull & | GetAXIFull (void)=0 |
| Returns the AXI-Full sub-interface. | |
| virtual okCFrontPanelAXIStream & | GetAXIStream (void)=0 |
| Returns the AXI-Stream sub-interface. | |
This class aggregates the three AXI protocol interfaces (AXI-Lite, AXI-Full, and AXI-Stream) available on supported devices.
An instance of this class is obtained by calling okCFrontPanel::GetFPGADataPortAXI().