Declares functions that implement the User Function feature. More...
Go to the source code of this file.
Typedefs | |
typedef void(* | VPIHostFunction) (void *hostData) |
Pointer to a host function. More... | |
typedef VPIStatus(* | VPIHostFunctionEx) (VPIStream stream, VPIStatus status, void *hostData) |
Pointer to a host function that handles stream status. More... | |
Functions | |
VPIStatus | vpiSubmitHostFunction (VPIStream stream, VPIHostFunction hostFunc, void *hostData) |
Pushes a command that will invoke a custom host-side function after all prior commands have been processed. More... | |
VPIStatus | vpiSubmitHostFunctionEx (VPIStream stream, VPIHostFunctionEx hostFunc, void *hostData) |
Pushes a command that will invoke a custom host-side function after all prior commands have been processed. More... | |
Declares functions that implement the User Function feature.
Definition in file HostFunction.h.