Declaration of payload handling functions and types;. More...
Typedefs | |
typedef struct VPIPayloadImpl * | VPIPayload |
A handle to an algorithm payload. | |
Functions | |
VPIStatus | vpiPayloadGetBackend (VPIPayload payload, VPIBackend *backend) |
Returns the backend associated with a payload. More... | |
void | vpiPayloadDestroy (VPIPayload payload) |
Deallocates the payload object and all associated resources. More... | |
Declaration of payload handling functions and types;.
void vpiPayloadDestroy | ( | VPIPayload | payload | ) |
#include <vpi/Stream.h>
Deallocates the payload object and all associated resources.
[in] | payload | payload handle |
VPIStatus vpiPayloadGetBackend | ( | VPIPayload | payload, |
VPIBackend * | backend | ||
) |
#include <vpi/Stream.h>
Returns the backend associated with a payload.
[in] | payload | Payload to be queried |
[out] | backend | The backend associated with a payload |