Functions | |
| HPI_OS_XXX build environment defines | |
| Define exactly one of these depending on which OS you are compiling for. | |
| HPI DLL function attributes | |
| DLL environment defines. | |
| HPI DSP code loading method | |
| Define exactly one of these to select how the DSP code is supplied to the adapter. | |
Defines | |
| #define | HPI_64BIT |
| Define this when building a 64 bit application. | |
| #define | HPI_EXCLUDE_DEPRECATED |
| Define this to remove public definition of deprecated functions and defines. | |
The definitions are used in the build environment to control how HPI is built. They are NOT predefined in hpi.h!
|
|
Define this when building a 64 bit application. When not defined a 32 bit environment will be assumed. Currently only supported under Linux (autodetected). |
|
|
Define this to remove public definition of deprecated functions and defines. Use this to reveal where the deprecated functionality is used |
1.4.6-NO