VPI - Vision Programming Interface

1.2 Release

HostFunction.h File Reference

Declares functions that implement the User Function feature. More...

#include "Export.h"
#include "Status.h"
#include "Types.h"
+ Include dependency graph for HostFunction.h:

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...
 

Detailed Description

Declares functions that implement the User Function feature.

Definition in file HostFunction.h.