MeasurementData.setDataFloat Method

Module: MeasurementData

Definition

(C++) Stores a floating-point measurement value associated with a specified measurement name

Useful for measurements requiring decimal precision.

int id3DevicesMeasurementData_SetDataFloat (
    ID3_DEVICES_MEASUREMENT_DATA hMeasurementData,
    const char * dataName,
    float value)

Parameters

in Handle to the MeasurementData object.

dataName const char *
in The name of the measurement to which the floating-point value belongs.

value float
in The floating-point measurement value to be stored.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.