public class Unit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Unit |
BYTES
The telemetry data contains bytes.
|
static Unit |
MICROSECONDS
The telemetry data contains microseconds.
|
static Unit |
PERCENT
The telemetry contains percent values between 0 and 100.
|
static Unit |
PLAIN
The telemetry data contains natural numbers without a unit.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final Unit PLAIN
public static final Unit PERCENT
public static final Unit BYTES
public static final Unit MICROSECONDS