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 |
|---|---|
Retrieves a floating-point measurement value by its name |
|
Retrieves an integer measurement value by its name |
|
(C++) Stores a floating-point measurement value associated with a specified measurement name |
|
(C++) Stores an integer measurement value associated with a specified measurement name |