build/include/grl/flatbuffer/grl/flatbuffer/EControlMode.java
Go to the documentation of this file.
1 // automatically generated, do not modify
2 
3 package grl.flatbuffer;
4 
5 public final class EControlMode {
6  private EControlMode() { }
7  public static final byte POSITION_CONTROL_MODE = 0;
8  public static final byte CART_IMP_CONTROL_MODE = 1;
9  public static final byte JOINT_IMP_CONTROL_MODE = 2;
10  public static final byte NO_CONTROL = 3;
11 
12  private static final String[] names = { "POSITION_CONTROL_MODE", "CART_IMP_CONTROL_MODE", "JOINT_IMP_CONTROL_MODE", "NO_CONTROL", };
13 
14  public static String name(int e) { return names[e]; }
15 };
16