MeasurementData Class

Namespace: id3.Devices

Definition

Manages a collection of measurement data, allowing for the storage and retrieval of measurements in various data types.
This class supports operations to set and get measurement values, facilitating the handling of diverse measurement metrics within applications.

Methods

Name

Description

getDataFloat

Retrieves a floating-point measurement value by its name

getDataInt

Retrieves an integer measurement value by its name

setDataFloat

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

setDataInt

(C++) Stores an integer measurement value associated with a specified measurement name