Class CivilianLevel1NavigationMessageWriter<T extends AbstractNavigationMessage<T>>
java.lang.Object
org.orekit.files.rinex.navigation.writers.NavigationMessageWriter<T>
org.orekit.files.rinex.navigation.writers.ephemeris.AbstractNavigationMessageWriter<T>
org.orekit.files.rinex.navigation.writers.ephemeris.CivilianLevel1NavigationMessageWriter<T>
- Type Parameters:
T- type of the navigation messages this writer handles
- Direct Known Subclasses:
CivilianLevel2NavigationMessageWriter,NavICL1NVNavigationMessageWriter
public abstract class CivilianLevel1NavigationMessageWriter<T extends AbstractNavigationMessage<T>>
extends AbstractNavigationMessageWriter<T>
Base writer for NavIC L1NV, QZSS, and GPS civilian messages.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteField1Line1(T message, RinexNavigationWriter writer) Write field 1 in line 1.Methods inherited from class org.orekit.files.rinex.navigation.writers.ephemeris.AbstractNavigationMessageWriter
writeEphLine0, writeEphLine1, writeEphLine2, writeEphLine3, writeEphLine4, writeEphLine5, writeEphLine6, writeEphLine7, writeMessageMethods inherited from class org.orekit.files.rinex.navigation.writers.NavigationMessageWriter
writeTypeSvMsg
-
Constructor Details
-
CivilianLevel1NavigationMessageWriter
public CivilianLevel1NavigationMessageWriter()Empty constructor.This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
- Since:
- 14.0
-
-
Method Details