Triclops SDK
4.0.3.0
Functions
General Triclops functions

Functions

enum TriclopsError triclopsGetVersion (TriclopsVersion *pVersion)
 Retrieves the current version of the Triclops SDK. More...
 
const char * triclopsVersion ()
 Retrieves the current version of the Triclops SDK. More...
 

Detailed Description

General purpose functions regarding the library, such as current version retrieval.

Function Documentation

enum TriclopsError triclopsGetVersion ( TriclopsVersion pVersion)

Retrieves the current version of the Triclops SDK.

The function performs a similar operation to that of triclopsVersion(), but retrieves the version to a dedicated structure.

Parameters
pVersionpointer to the structure to receive the library version.
Returns
An error code representing the outcome of the function
Return values
TriclopsErrorOkThe function completed successfully
TriclopsErrorInvalidVersionThe provided version structure pointer is NULL
See also
triclopsVersion()
const char* triclopsVersion ( )

Retrieves the current version of the Triclops SDK.

This function returns internally-handled memory. The caller should not free the returned pointer.

Return values
Astring with the Triclops SDK version (e.g. "4.0.0.0")
See also
triclopsGetVersion()
Contact Support Triclops SDK Programmer's Guide and API Reference