File UdoShared.h¶
↰ Parent directory (SnpeUdo)
Contents
Definition (SnpeUdo/UdoShared.h)¶
Includes¶
SnpeUdo/UdoBase.h(File UdoBase.h)
Included By¶
Functions¶
Defines¶
Full File Listing¶
Defines
-
SNPE_API¶
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