build/include/grl/flatbuffer/grl/flatbuffer/StopArm.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 StopArm extends Table {
12  public static StopArm getRootAsStopArm(ByteBuffer _bb) { return getRootAsStopArm(_bb, new StopArm()); }
13  public static StopArm getRootAsStopArm(ByteBuffer _bb, StopArm obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__init(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }
14  public StopArm __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; return this; }
15 
16 
17  public static void startStopArm(FlatBufferBuilder builder) { builder.startObject(0); }
18  public static int endStopArm(FlatBufferBuilder builder) {
19  int o = builder.endObject();
20  return o;
21  }
22 };
23 
static StopArm getRootAsStopArm(ByteBuffer _bb, StopArm obj)