Class CivilianLevel1NavigationMessageWriter<T extends AbstractNavigationMessage<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 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