Class NavICLegacyNavigationMessage

All Implemented Interfaces:
GNSSClockElements, NavigationMessage, TimeStamped, ParameterDriversProvider

public class NavICLegacyNavigationMessage extends LegacyNavigationMessage<NavICLegacyNavigationMessage>
Container for data contained in an NavIC navigation message.
Since:
11.0
Author:
Bryan Cazabonne
  • Field Details

  • Constructor Details

    • NavICLegacyNavigationMessage

      public NavICLegacyNavigationMessage(TimeScales timeScales, SatelliteSystem system, String type)
      Constructor.
      Parameters:
      timeScales - known time scales
      system - satellite system to consider for interpreting week number (may be different from real system, for example in Rinex nav, weeks are always according to GPS)
      type - message type
    • NavICLegacyNavigationMessage

      public NavICLegacyNavigationMessage(FieldNavicLegacyNavigationMessage<T> original)
      Constructor from field instance.
      Type Parameters:
      T - type of the field elements
      Parameters:
      original - regular field instance
  • Method Details