Interface MotionInfoOuterClass.MotionInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MotionInfoOuterClass.MotionInfo, MotionInfoOuterClass.MotionInfo.Builder
Enclosing class:
MotionInfoOuterClass

public static interface MotionInfoOuterClass.MotionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPos

      boolean hasPos()
      .Vector pos = 1;
      Returns:
      Whether the pos field is set.
    • getPos

      .Vector pos = 1;
      Returns:
      The pos.
    • getPosOrBuilder

      .Vector pos = 1;
    • hasRot

      boolean hasRot()
      .Vector rot = 2;
      Returns:
      Whether the rot field is set.
    • getRot

      .Vector rot = 2;
      Returns:
      The rot.
    • getRotOrBuilder

      .Vector rot = 2;
    • hasSpeed

      boolean hasSpeed()
      .Vector speed = 3;
      Returns:
      Whether the speed field is set.
    • getSpeed

      .Vector speed = 3;
      Returns:
      The speed.
    • getSpeedOrBuilder

      .Vector speed = 3;
    • getStateValue

      int getStateValue()
      .MotionState state = 4;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .MotionState state = 4;
      Returns:
      The state.
    • getParamsList

      List<VectorOuterClass.Vector> getParamsList()
      repeated .Vector params = 5;
    • getParams

      VectorOuterClass.Vector getParams(int index)
      repeated .Vector params = 5;
    • getParamsCount

      int getParamsCount()
      repeated .Vector params = 5;
    • getParamsOrBuilderList

      List<? extends VectorOuterClass.VectorOrBuilder> getParamsOrBuilderList()
      repeated .Vector params = 5;
    • getParamsOrBuilder

      VectorOuterClass.VectorOrBuilder getParamsOrBuilder(int index)
      repeated .Vector params = 5;
    • hasRefPos

      boolean hasRefPos()
      .Vector ref_pos = 6;
      Returns:
      Whether the refPos field is set.
    • getRefPos

      .Vector ref_pos = 6;
      Returns:
      The refPos.
    • getRefPosOrBuilder

      VectorOuterClass.VectorOrBuilder getRefPosOrBuilder()
      .Vector ref_pos = 6;
    • getRefId

      int getRefId()
      uint32 ref_id = 7;
      Returns:
      The refId.
    • getSceneTime

      int getSceneTime()
      uint32 scene_time = 8;
      Returns:
      The sceneTime.
    • getIntervalVelocity

      long getIntervalVelocity()
      uint64 interval_velocity = 9;
      Returns:
      The intervalVelocity.