Function psyiage_metric_get_values_string¶
Defined in File psyiagesdk.h
Function Documentation¶
-
FUTURE_PSYIAGE_API int
psyiage_metric_get_values_string
(psyiage_handle handle, char *name, unsigned long long timestamps[], char *values[], int *numvalues)¶ Retrieve string metric values.
Get the string values stored for a particular metric in the current session.
- Note
Not yet implemented
- Return
If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code
- Parameters
handle
: - A handle to the psyiage instancename
: - string identifying the metric to querytimestamps
: - If successful, contains an array of timestamps for each recorded valuevalues
: - If successful, contains an array of string values recorded for the metricnumvalues
: - Contains the size of the timestamps and values arrays. If successful, contains the total number of values recorded for the metric