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 Summary
Modifier and TypeMethodDescriptionGNSS hardware monitoring related information.GNSS hardware monitoring related information.TODO: this might need to move out of GNSS ...TODO: this might need to move out of GNSS ...Position information.Position information.GNSS Survey-In (timing mode) related information.GNSS Survey-In (timing mode) related information.Timing-related information, such as UTC time.Timing-related information, such as UTC time.Version information.Version information.boolean
GNSS hardware monitoring related information.boolean
TODO: this might need to move out of GNSS ...boolean
Position information.boolean
GNSS Survey-In (timing mode) related information.boolean
Timing-related information, such as UTC time.boolean
Version information.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
-
hasPosition
boolean hasPosition()Position information.
.serosystems.proto.v3.grx.monitord.GNSSInformation.Position position = 1;
- Returns:
- Whether the position field is set.
-
getPosition
MonitorDProto.GNSSInformation.Position getPosition()Position information.
.serosystems.proto.v3.grx.monitord.GNSSInformation.Position position = 1;
- Returns:
- The position.
-
getPositionOrBuilder
MonitorDProto.GNSSInformation.PositionOrBuilder 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
MonitorDProto.GNSSInformation.Timing getTiming()Timing-related information, such as UTC time.
.serosystems.proto.v3.grx.monitord.GNSSInformation.Timing timing = 2;
- Returns:
- The timing.
-
getTimingOrBuilder
MonitorDProto.GNSSInformation.TimingOrBuilder 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
MonitorDProto.GNSSInformation.HardwareMonitoring getHardware()GNSS hardware monitoring related information.
.serosystems.proto.v3.grx.monitord.GNSSInformation.HardwareMonitoring hardware = 3;
- Returns:
- The hardware.
-
getHardwareOrBuilder
MonitorDProto.GNSSInformation.HardwareMonitoringOrBuilder 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
MonitorDProto.GNSSInformation.Versions getVersions()Version information.
.serosystems.proto.v3.grx.monitord.GNSSInformation.Versions versions = 4;
- Returns:
- The versions.
-
getVersionsOrBuilder
MonitorDProto.GNSSInformation.VersionsOrBuilder 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
MonitorDProto.GNSSInformation.SurveyIn getSurveyIn()GNSS Survey-In (timing mode) related information.
.serosystems.proto.v3.grx.monitord.GNSSInformation.SurveyIn survey_in = 5;
- Returns:
- The surveyIn.
-
getSurveyInOrBuilder
MonitorDProto.GNSSInformation.SurveyInOrBuilder 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
MonitorDProto.GNSSInformation.HoldoverOscillator getHoldoverOscillator()TODO: this might need to move out of GNSS ...
.serosystems.proto.v3.grx.monitord.GNSSInformation.HoldoverOscillator holdover_oscillator = 6;
- Returns:
- The holdoverOscillator.
-
getHoldoverOscillatorOrBuilder
MonitorDProto.GNSSInformation.HoldoverOscillatorOrBuilder getHoldoverOscillatorOrBuilder()TODO: this might need to move out of GNSS ...
.serosystems.proto.v3.grx.monitord.GNSSInformation.HoldoverOscillator holdover_oscillator = 6;
-