Interface MonitorDProto.GNSSInformation.SurveyInOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MonitorDProto.GNSSInformation.SurveyIn, MonitorDProto.GNSSInformation.SurveyIn.Builder
Enclosing class:
MonitorDProto.GNSSInformation

public static interface MonitorDProto.GNSSInformation.SurveyInOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the survey in progress is still active.
    int
    Duration of the survey-in process [s].
    int
    Current mean position in ECEF coordinates (X component) [cm].
    int
    Current mean position in ECEF coordinates (Y component) [cm].
    int
    Current mean position in ECEF coordinates (Z component) [cm].
    int
    Mean variance of the position [mm^2].
    int
    Number of observations until now.
    boolean
    Whether a valid position has been found.

    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

    • getDuration

      int getDuration()
       Duration of the survey-in process [s]. 
       
      uint32 duration = 1;
      Returns:
      The duration.
    • getMeanEcefX

      int getMeanEcefX()
       Current mean position in ECEF coordinates (X component) [cm]. 
       
      int32 mean_ecef_x = 2;
      Returns:
      The meanEcefX.
    • getMeanEcefY

      int getMeanEcefY()
       Current mean position in ECEF coordinates (Y component) [cm]. 
       
      int32 mean_ecef_y = 3;
      Returns:
      The meanEcefY.
    • getMeanEcefZ

      int getMeanEcefZ()
       Current mean position in ECEF coordinates (Z component) [cm]. 
       
      int32 mean_ecef_z = 4;
      Returns:
      The meanEcefZ.
    • getMeanVariance

      int getMeanVariance()
       Mean variance of the position [mm^2]. 
       
      uint32 mean_variance = 5;
      Returns:
      The meanVariance.
    • getNumObservations

      int getNumObservations()
       Number of observations until now. 
       
      uint32 num_observations = 6;
      Returns:
      The numObservations.
    • getValid

      boolean getValid()
       Whether a valid position has been found. 
       
      bool valid = 7;
      Returns:
      The valid.
    • getActive

      boolean getActive()
       Whether the survey in progress is still active. 
       
      bool active = 8;
      Returns:
      The active.