File UdoShared.h

Parent directory (include/QNN/AIP/Udo)

Definition (include/QNN/AIP/Udo/UdoShared.h)

Includes

Included By

Full File Listing

Typedefs

typedef SnpeUdo_ErrorType_t (*SnpeUdo_GetVersionFunction_t)(SnpeUdo_LibVersion_t **version)
typedef SnpeUdo_GetVersionFunction_t Udo_GetVersionFunction_t

Functions

SnpeUdo_ErrorType_t SnpeUdo_getVersion(SnpeUdo_LibVersion_t **version)

A function to return the various versions as they relate to the UDO The function returns a struct containing the the following: libVersion: the version of the implementation library compiled for the UDO. Set by user apiVersion: the version of the UDO API used in compiling the implementation library. Set by SNPE.

Parameters

version[inout] A pointer to Version struct of type SnpeUdo_LibVersion_t

Returns

Error code