File init.h¶
FileList > docs > sw > include > opae > init.h
Go to the source code of this file.
Initialization routine.
#include <opae/types_enum.h>
Public Functions¶
Type | Name |
---|---|
fpga_result | fpgaFinalize (void) Finalize the OPAE library. |
fpga_result | fpgaInitialize (const char * config_file) Initialize the OPAE library. |
Public Functions Documentation¶
function fpgaFinalize¶
Finalize the OPAE library.
Returns:
Whether OPAE finalized successfully.
function fpgaInitialize¶
Initialize the OPAE library.
Initialize OPAE using the given configuration file path, or perform default initialization if config_file is NULL.
Parameters:
config_file
Path to OPAE configuration file.
Returns:
Whether OPAE initialized successfully.
The documentation for this class was generated from the following file docs/sw/include/opae/init.h