3 package grl.flatbuffer;
7 public static final byte
NONE = 0;
8 public static final byte
StartArm = 1;
9 public static final byte
StopArm = 2;
10 public static final byte
PauseArm = 3;
12 public static final byte
TeachArm = 5;
17 public static final String[] names = {
"NONE",
"StartArm",
"StopArm",
"PauseArm",
"ShutdownArm",
"TeachArm",
"MoveArmTrajectory",
"MoveArmJointServo",
"MoveArmCartesianServo", };
19 public static String
name(
int e) {
return names[e]; }
static final byte MoveArmTrajectory
static final byte MoveArmCartesianServo
static String name(int e)
static final byte MoveArmJointServo
static final byte ShutdownArm
static final byte TeachArm
static final byte StopArm
static final byte PauseArm
static final byte StartArm