Declaration of payload handling functions and types;.
More...
|
typedef struct VPIPayloadImpl * | VPIPayload |
| A handle to an algorithm payload.
|
|
Declaration of payload handling functions and types;.
◆ vpiPayloadGetFlags()
#include <vpi/Stream.h>
Returns the flags associated with a payload.
- Parameters
-
[in] | payload | Payload to be queried. |
[out] | flags | The flags associated with a payload. |
- Return values
-
◆ vpiPayloadDestroy()
#include <vpi/Stream.h>
Deallocates the payload object and all associated resources.
- Parameters
-
[in] | payload | Payload handle. Passing NULL is allowed, to which the function simply does nothing. |