General purpose functions regarding the library, such as current version retrieval.
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
-
pVersion | pointer to the structure to receive the library version. |
- Returns
- An error code representing the outcome of the function
- Return values
-
TriclopsErrorOk | The function completed successfully |
TriclopsErrorInvalidVersion | The 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
-
A | string with the Triclops SDK version (e.g. "4.0.0.0") |
- See also
- triclopsGetVersion()