Function psyiage_metric_record_values_string

Function Documentation

FUTURE_PSYIAGE_API int psyiage_metric_record_values_string(psyiage_handle handle, char *names[], char *values[], int nummetrics)

Push string metric values.

Record new string metric values into 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 instance

  • names: - Array of strings identifying the metrics to push

  • values: - Array of string values corresponding to the metric to push

  • nummetrics: - Number of metric values to push