build/include/grl/flatbuffer/grl/flatbuffer/TeachArm.java
Go to the documentation of this file.
1 // automatically generated, do not modify
2 
3 package grl.flatbuffer;
4 
5 import java.nio.*;
6 import java.lang.*;
7 import java.util.*;
8 import com.google.flatbuffers.*;
9 
10 @SuppressWarnings("unused")
11 public final class TeachArm extends Table {
12  public static TeachArm getRootAsTeachArm(ByteBuffer _bb) { return getRootAsTeachArm(_bb, new TeachArm()); }
13  public static TeachArm getRootAsTeachArm(ByteBuffer _bb, TeachArm obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__init(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }
14  public TeachArm __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; return this; }
15 
16 
17  public static void startTeachArm(FlatBufferBuilder builder) { builder.startObject(0); }
18  public static int endTeachArm(FlatBufferBuilder builder) {
19  int o = builder.endObject();
20  return o;
21  }
22 };
23 
static TeachArm getRootAsTeachArm(ByteBuffer _bb, TeachArm obj)