org.arm4.arm40.metric
public class ArmMetricGaugeFloat32 extends ArmMetric implements ArmMetricGaugeFloat32
ARM_GaugeDivr32). Instead of providing two integer values that
can be divided to produce a floating-point value, which is what was done in
the C bindings for ARM 2.0 and ARM 4.0, a floating-point value is provided
directly.
Objects implementing this interface are created using
ArmMetricFactory.
| Field Summary | |
|---|---|
| protected float | m_gauge |
| Constructor Summary | |
|---|---|
| ArmMetricGaugeFloat32(ArmMetricDefinition definition)
Create ARM Metric.
| |
| Method Summary | |
|---|---|
| float | get() |
| int | set(float value) |
Parameters: definition the descriptive metadata (name, units, usage, ID) for the metric