Interface EvtCompensatePosDiffInfoOuterClass.EvtCompensatePosDiffInfoOrBuilder

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

public static interface EvtCompensatePosDiffInfoOuterClass.EvtCompensatePosDiffInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cur_hash = 7;
    .Vector cur_pos = 6;
    .Vector cur_pos = 6;
    int
    uint32 entity_id = 12;
    int
    int32 face_angle_compact = 11;
    int
    uint32 normalized_time_compact = 5;
    boolean
    .Vector cur_pos = 6;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEntityId

      int getEntityId()
      uint32 entity_id = 12;
      Returns:
      The entityId.
    • getNormalizedTimeCompact

      int getNormalizedTimeCompact()
      uint32 normalized_time_compact = 5;
      Returns:
      The normalizedTimeCompact.
    • getCurHash

      int getCurHash()
      uint32 cur_hash = 7;
      Returns:
      The curHash.
    • getFaceAngleCompact

      int getFaceAngleCompact()
      int32 face_angle_compact = 11;
      Returns:
      The faceAngleCompact.
    • hasCurPos

      boolean hasCurPos()
      .Vector cur_pos = 6;
      Returns:
      Whether the curPos field is set.
    • getCurPos

      .Vector cur_pos = 6;
      Returns:
      The curPos.
    • getCurPosOrBuilder

      VectorOuterClass.VectorOrBuilder getCurPosOrBuilder()
      .Vector cur_pos = 6;