Interface MonitorDProto.GNSSInformationOrBuilder

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

public static interface MonitorDProto.GNSSInformationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPosition

      boolean hasPosition()
       Position information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Position position = 1;
      Returns:
      Whether the position field is set.
    • getPosition

       Position information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Position position = 1;
      Returns:
      The position.
    • getPositionOrBuilder

       Position information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Position position = 1;
    • hasTiming

      boolean hasTiming()
       Timing-related information, such as UTC time. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Timing timing = 2;
      Returns:
      Whether the timing field is set.
    • getTiming

       Timing-related information, such as UTC time. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Timing timing = 2;
      Returns:
      The timing.
    • getTimingOrBuilder

       Timing-related information, such as UTC time. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Timing timing = 2;
    • hasHardware

      boolean hasHardware()
       GNSS hardware monitoring related information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.HardwareMonitoring hardware = 3;
      Returns:
      Whether the hardware field is set.
    • getHardware

       GNSS hardware monitoring related information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.HardwareMonitoring hardware = 3;
      Returns:
      The hardware.
    • getHardwareOrBuilder

       GNSS hardware monitoring related information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.HardwareMonitoring hardware = 3;
    • hasVersions

      boolean hasVersions()
       Version information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Versions versions = 4;
      Returns:
      Whether the versions field is set.
    • getVersions

       Version information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Versions versions = 4;
      Returns:
      The versions.
    • getVersionsOrBuilder

       Version information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.Versions versions = 4;
    • hasSurveyIn

      boolean hasSurveyIn()
       GNSS Survey-In (timing mode) related information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.SurveyIn survey_in = 5;
      Returns:
      Whether the surveyIn field is set.
    • getSurveyIn

       GNSS Survey-In (timing mode) related information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.SurveyIn survey_in = 5;
      Returns:
      The surveyIn.
    • getSurveyInOrBuilder

       GNSS Survey-In (timing mode) related information. 
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.SurveyIn survey_in = 5;
    • hasHoldoverOscillator

      boolean hasHoldoverOscillator()
       TODO: this might need to move out of GNSS ...
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.HoldoverOscillator holdover_oscillator = 6;
      Returns:
      Whether the holdoverOscillator field is set.
    • getHoldoverOscillator

       TODO: this might need to move out of GNSS ...
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.HoldoverOscillator holdover_oscillator = 6;
      Returns:
      The holdoverOscillator.
    • getHoldoverOscillatorOrBuilder

       TODO: this might need to move out of GNSS ...
       
      .serosystems.proto.v3.grx.monitord.GNSSInformation.HoldoverOscillator holdover_oscillator = 6;