-
@Serializable() public final class GpsNavMessageProtoComplete GPS navigation message containing all ephemerides and ionospheric model.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<GpsEphemerisProto>ephemeridsprivate final IonosphericModelProtoiono
-
Constructor Summary
Constructors Constructor Description GpsNavMessageProto(List<GpsEphemerisProto> ephemerids, IonosphericModelProto iono)
-
Method Summary
Modifier and Type Method Description final List<GpsEphemerisProto>getEphemerids()final IonosphericModelProtogetIono()-
-
Constructor Detail
-
GpsNavMessageProto
GpsNavMessageProto(List<GpsEphemerisProto> ephemerids, IonosphericModelProto iono)
-
-
Method Detail
-
getEphemerids
final List<GpsEphemerisProto> getEphemerids()
-
getIono
final IonosphericModelProto getIono()
-
-
-
-