src/java/grl/src/grl/flatbuffer/KUKAiiwaInterface.java
Go to the documentation of this file.
1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 package grl.flatbuffer;
4 
5 public final class KUKAiiwaInterface {
6  private KUKAiiwaInterface() { }
7  public static final byte Disabled = 0;
8  public static final byte SmartServo = 1;
9  public static final byte DirectServo = 2;
10  public static final byte FRI = 3;
11 
12  public static final String[] names = { "Disabled", "SmartServo", "DirectServo", "FRI", };
13 
14  public static String name(int e) { return names[e]; }
15 }
16