-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum TelemetryKey
-
-
Enum Constant Summary
Enum Constants Enum Constant Description holo_x_pos
holo_y_pos
holo_w_pos
holo_x_speed
holo_y_speed
holo_w_speed
holo_x_power
holo_y_power
holo_w_power
-
Method Summary
Modifier and Type Method Description static Array<TelemetryKey>
values()
static TelemetryKey
valueOf(String name)
-
-
Method Detail
-
values
static Array<TelemetryKey> values()
-
valueOf
static TelemetryKey valueOf(String name)
-
-
-
-