Copyright | Copyright (C) 2015-2021 Swift Navigation Inc. |
---|---|
License | MIT |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
SwiftNav.SBP.Ssr
Description
< Precise State Space Representation (SSR) corrections format >
Synopsis
- data CodeBiasesContent = CodeBiasesContent {}
- data PhaseBiasesContent = PhaseBiasesContent {}
- data STECHeader = STECHeader {}
- data GriddedCorrectionHeader = GriddedCorrectionHeader {
- _griddedCorrectionHeader_tile_set_id :: !Word16
- _griddedCorrectionHeader_tile_id :: !Word16
- _griddedCorrectionHeader_time :: !GpsTimeSec
- _griddedCorrectionHeader_num_msgs :: !Word16
- _griddedCorrectionHeader_seq_num :: !Word16
- _griddedCorrectionHeader_update_interval :: !Word8
- _griddedCorrectionHeader_iod_atmo :: !Word8
- _griddedCorrectionHeader_tropo_quality_indicator :: !Word8
- data STECSatElement = STECSatElement {}
- data TroposphericDelayCorrectionNoStd = TroposphericDelayCorrectionNoStd {}
- data TroposphericDelayCorrection = TroposphericDelayCorrection {}
- data STECResidualNoStd = STECResidualNoStd {}
- data STECResidual = STECResidual {}
- data MsgSsrOrbitClock = MsgSsrOrbitClock {
- _msgSsrOrbitClock_time :: !GpsTimeSec
- _msgSsrOrbitClock_sid :: !GnssSignal
- _msgSsrOrbitClock_update_interval :: !Word8
- _msgSsrOrbitClock_iod_ssr :: !Word8
- _msgSsrOrbitClock_iod :: !Word32
- _msgSsrOrbitClock_radial :: !Int32
- _msgSsrOrbitClock_along :: !Int32
- _msgSsrOrbitClock_cross :: !Int32
- _msgSsrOrbitClock_dot_radial :: !Int32
- _msgSsrOrbitClock_dot_along :: !Int32
- _msgSsrOrbitClock_dot_cross :: !Int32
- _msgSsrOrbitClock_c0 :: !Int32
- _msgSsrOrbitClock_c1 :: !Int32
- _msgSsrOrbitClock_c2 :: !Int32
- data MsgSsrCodeBiases = MsgSsrCodeBiases {}
- data MsgSsrPhaseBiases = MsgSsrPhaseBiases {
- _msgSsrPhaseBiases_time :: !GpsTimeSec
- _msgSsrPhaseBiases_sid :: !GnssSignal
- _msgSsrPhaseBiases_update_interval :: !Word8
- _msgSsrPhaseBiases_iod_ssr :: !Word8
- _msgSsrPhaseBiases_dispersive_bias :: !Word8
- _msgSsrPhaseBiases_mw_consistency :: !Word8
- _msgSsrPhaseBiases_yaw :: !Word16
- _msgSsrPhaseBiases_yaw_rate :: !Int8
- _msgSsrPhaseBiases_biases :: ![PhaseBiasesContent]
- data MsgSsrStecCorrectionDep = MsgSsrStecCorrectionDep {}
- data BoundsHeader = BoundsHeader {}
- data MsgSsrStecCorrection = MsgSsrStecCorrection {}
- data MsgSsrGriddedCorrection = MsgSsrGriddedCorrection {}
- data STECSatElementIntegrity = STECSatElementIntegrity {}
- data MsgSsrGriddedCorrectionBounds = MsgSsrGriddedCorrectionBounds {
- _msgSsrGriddedCorrectionBounds_header :: !BoundsHeader
- _msgSsrGriddedCorrectionBounds_ssr_iod_atmo :: !Word8
- _msgSsrGriddedCorrectionBounds_tile_set_id :: !Word16
- _msgSsrGriddedCorrectionBounds_tile_id :: !Word16
- _msgSsrGriddedCorrectionBounds_tropo_qi :: !Word8
- _msgSsrGriddedCorrectionBounds_grid_point_id :: !Word16
- _msgSsrGriddedCorrectionBounds_tropo_delay_correction :: !TroposphericDelayCorrection
- _msgSsrGriddedCorrectionBounds_tropo_v_hydro_bound_mu :: !Word8
- _msgSsrGriddedCorrectionBounds_tropo_v_hydro_bound_sig :: !Word8
- _msgSsrGriddedCorrectionBounds_tropo_v_wet_bound_mu :: !Word8
- _msgSsrGriddedCorrectionBounds_tropo_v_wet_bound_sig :: !Word8
- _msgSsrGriddedCorrectionBounds_n_sats :: !Word8
- _msgSsrGriddedCorrectionBounds_stec_sat_list :: ![STECSatElementIntegrity]
- data MsgSsrTileDefinitionDepA = MsgSsrTileDefinitionDepA {
- _msgSsrTileDefinitionDepA_tile_set_id :: !Word16
- _msgSsrTileDefinitionDepA_tile_id :: !Word16
- _msgSsrTileDefinitionDepA_corner_nw_lat :: !Int16
- _msgSsrTileDefinitionDepA_corner_nw_lon :: !Int16
- _msgSsrTileDefinitionDepA_spacing_lat :: !Word16
- _msgSsrTileDefinitionDepA_spacing_lon :: !Word16
- _msgSsrTileDefinitionDepA_rows :: !Word16
- _msgSsrTileDefinitionDepA_cols :: !Word16
- _msgSsrTileDefinitionDepA_bitmask :: !Word64
- data MsgSsrTileDefinitionDepB = MsgSsrTileDefinitionDepB {
- _msgSsrTileDefinitionDepB_ssr_sol_id :: !Word8
- _msgSsrTileDefinitionDepB_tile_set_id :: !Word16
- _msgSsrTileDefinitionDepB_tile_id :: !Word16
- _msgSsrTileDefinitionDepB_corner_nw_lat :: !Int16
- _msgSsrTileDefinitionDepB_corner_nw_lon :: !Int16
- _msgSsrTileDefinitionDepB_spacing_lat :: !Word16
- _msgSsrTileDefinitionDepB_spacing_lon :: !Word16
- _msgSsrTileDefinitionDepB_rows :: !Word16
- _msgSsrTileDefinitionDepB_cols :: !Word16
- _msgSsrTileDefinitionDepB_bitmask :: !Word64
- data MsgSsrTileDefinition = MsgSsrTileDefinition {
- _msgSsrTileDefinition_time :: !GpsTimeSec
- _msgSsrTileDefinition_update_interval :: !Word8
- _msgSsrTileDefinition_sol_id :: !Word8
- _msgSsrTileDefinition_iod_atmo :: !Word8
- _msgSsrTileDefinition_tile_set_id :: !Word16
- _msgSsrTileDefinition_tile_id :: !Word16
- _msgSsrTileDefinition_corner_nw_lat :: !Int16
- _msgSsrTileDefinition_corner_nw_lon :: !Int16
- _msgSsrTileDefinition_spacing_lat :: !Word16
- _msgSsrTileDefinition_spacing_lon :: !Word16
- _msgSsrTileDefinition_rows :: !Word16
- _msgSsrTileDefinition_cols :: !Word16
- _msgSsrTileDefinition_bitmask :: !Word64
- data SatelliteAPC = SatelliteAPC {}
- data MsgSsrSatelliteApcDep = MsgSsrSatelliteApcDep {}
- data MsgSsrSatelliteApc = MsgSsrSatelliteApc {}
- data MsgSsrOrbitClockDepA = MsgSsrOrbitClockDepA {
- _msgSsrOrbitClockDepA_time :: !GpsTimeSec
- _msgSsrOrbitClockDepA_sid :: !GnssSignal
- _msgSsrOrbitClockDepA_update_interval :: !Word8
- _msgSsrOrbitClockDepA_iod_ssr :: !Word8
- _msgSsrOrbitClockDepA_iod :: !Word8
- _msgSsrOrbitClockDepA_radial :: !Int32
- _msgSsrOrbitClockDepA_along :: !Int32
- _msgSsrOrbitClockDepA_cross :: !Int32
- _msgSsrOrbitClockDepA_dot_radial :: !Int32
- _msgSsrOrbitClockDepA_dot_along :: !Int32
- _msgSsrOrbitClockDepA_dot_cross :: !Int32
- _msgSsrOrbitClockDepA_c0 :: !Int32
- _msgSsrOrbitClockDepA_c1 :: !Int32
- _msgSsrOrbitClockDepA_c2 :: !Int32
- data STECHeaderDepA = STECHeaderDepA {}
- data GriddedCorrectionHeaderDepA = GriddedCorrectionHeaderDepA {
- _griddedCorrectionHeaderDepA_time :: !GpsTimeSec
- _griddedCorrectionHeaderDepA_num_msgs :: !Word16
- _griddedCorrectionHeaderDepA_seq_num :: !Word16
- _griddedCorrectionHeaderDepA_update_interval :: !Word8
- _griddedCorrectionHeaderDepA_iod_atmo :: !Word8
- _griddedCorrectionHeaderDepA_tropo_quality_indicator :: !Word8
- data GridDefinitionHeaderDepA = GridDefinitionHeaderDepA {}
- data MsgSsrStecCorrectionDepA = MsgSsrStecCorrectionDepA {}
- data MsgSsrGriddedCorrectionNoStdDepA = MsgSsrGriddedCorrectionNoStdDepA {}
- data MsgSsrGriddedCorrectionDepA = MsgSsrGriddedCorrectionDepA {}
- data MsgSsrGridDefinitionDepA = MsgSsrGridDefinitionDepA {}
- data OrbitClockBound = OrbitClockBound {
- _orbitClockBound_sat_id :: !Word8
- _orbitClockBound_orb_radial_bound_mu :: !Word8
- _orbitClockBound_orb_along_bound_mu :: !Word8
- _orbitClockBound_orb_cross_bound_mu :: !Word8
- _orbitClockBound_orb_radial_bound_sig :: !Word8
- _orbitClockBound_orb_along_bound_sig :: !Word8
- _orbitClockBound_orb_cross_bound_sig :: !Word8
- _orbitClockBound_clock_bound_mu :: !Word8
- _orbitClockBound_clock_bound_sig :: !Word8
- data MsgSsrOrbitClockBounds = MsgSsrOrbitClockBounds {}
- data CodePhaseBiasesSatSig = CodePhaseBiasesSatSig {}
- data MsgSsrCodePhaseBiasesBounds = MsgSsrCodePhaseBiasesBounds {}
- data OrbitClockBoundDegradation = OrbitClockBoundDegradation {
- _orbitClockBoundDegradation_orb_radial_bound_mu_dot :: !Word8
- _orbitClockBoundDegradation_orb_along_bound_mu_dot :: !Word8
- _orbitClockBoundDegradation_orb_cross_bound_mu_dot :: !Word8
- _orbitClockBoundDegradation_orb_radial_bound_sig_dot :: !Word8
- _orbitClockBoundDegradation_orb_along_bound_sig_dot :: !Word8
- _orbitClockBoundDegradation_orb_cross_bound_sig_dot :: !Word8
- _orbitClockBoundDegradation_clock_bound_mu_dot :: !Word8
- _orbitClockBoundDegradation_clock_bound_sig_dot :: !Word8
- data MsgSsrOrbitClockBoundsDegradation = MsgSsrOrbitClockBoundsDegradation {
- _msgSsrOrbitClockBoundsDegradation_header :: !BoundsHeader
- _msgSsrOrbitClockBoundsDegradation_ssr_iod :: !Word8
- _msgSsrOrbitClockBoundsDegradation_const_id :: !Word8
- _msgSsrOrbitClockBoundsDegradation_sat_bitmask :: !Word64
- _msgSsrOrbitClockBoundsDegradation_orbit_clock_bounds_degradation :: !OrbitClockBoundDegradation
- msgSsrOrbitClock :: Word16
- msgSsrCodeBiases :: Word16
- msgSsrPhaseBiases :: Word16
- msgSsrStecCorrectionDep :: Word16
- msgSsrStecCorrection :: Word16
- msgSsrGriddedCorrection :: Word16
- msgSsrGriddedCorrectionBounds :: Word16
- msgSsrTileDefinitionDepA :: Word16
- msgSsrTileDefinitionDepB :: Word16
- msgSsrTileDefinition :: Word16
- msgSsrSatelliteApcDep :: Word16
- msgSsrSatelliteApc :: Word16
- msgSsrOrbitClockDepA :: Word16
- msgSsrStecCorrectionDepA :: Word16
- msgSsrGriddedCorrectionNoStdDepA :: Word16
- msgSsrGriddedCorrectionDepA :: Word16
- msgSsrGridDefinitionDepA :: Word16
- msgSsrOrbitClockBounds :: Word16
- msgSsrCodePhaseBiasesBounds :: Word16
- msgSsrOrbitClockBoundsDegradation :: Word16
- codeBiasesContent_code :: Lens' CodeBiasesContent Word8
- codeBiasesContent_value :: Lens' CodeBiasesContent Int16
- phaseBiasesContent_bias :: Lens' PhaseBiasesContent Int32
- phaseBiasesContent_code :: Lens' PhaseBiasesContent Word8
- phaseBiasesContent_discontinuity_counter :: Lens' PhaseBiasesContent Word8
- phaseBiasesContent_integer_indicator :: Lens' PhaseBiasesContent Word8
- phaseBiasesContent_widelane_integer_indicator :: Lens' PhaseBiasesContent Word8
- sTECHeader_iod_atmo :: Lens' STECHeader Word8
- sTECHeader_num_msgs :: Lens' STECHeader Word8
- sTECHeader_seq_num :: Lens' STECHeader Word8
- sTECHeader_tile_id :: Lens' STECHeader Word16
- sTECHeader_tile_set_id :: Lens' STECHeader Word16
- sTECHeader_time :: Lens' STECHeader GpsTimeSec
- sTECHeader_update_interval :: Lens' STECHeader Word8
- griddedCorrectionHeader_iod_atmo :: Lens' GriddedCorrectionHeader Word8
- griddedCorrectionHeader_num_msgs :: Lens' GriddedCorrectionHeader Word16
- griddedCorrectionHeader_seq_num :: Lens' GriddedCorrectionHeader Word16
- griddedCorrectionHeader_tile_id :: Lens' GriddedCorrectionHeader Word16
- griddedCorrectionHeader_tile_set_id :: Lens' GriddedCorrectionHeader Word16
- griddedCorrectionHeader_time :: Lens' GriddedCorrectionHeader GpsTimeSec
- griddedCorrectionHeader_tropo_quality_indicator :: Lens' GriddedCorrectionHeader Word8
- griddedCorrectionHeader_update_interval :: Lens' GriddedCorrectionHeader Word8
- sTECSatElement_stec_coeff :: Lens' STECSatElement [Int16]
- sTECSatElement_stec_quality_indicator :: Lens' STECSatElement Word8
- sTECSatElement_sv_id :: Lens' STECSatElement SvId
- troposphericDelayCorrectionNoStd_hydro :: Lens' TroposphericDelayCorrectionNoStd Int16
- troposphericDelayCorrectionNoStd_wet :: Lens' TroposphericDelayCorrectionNoStd Int8
- troposphericDelayCorrection_hydro :: Lens' TroposphericDelayCorrection Int16
- troposphericDelayCorrection_stddev :: Lens' TroposphericDelayCorrection Word8
- troposphericDelayCorrection_wet :: Lens' TroposphericDelayCorrection Int8
- sTECResidualNoStd_residual :: Lens' STECResidualNoStd Int16
- sTECResidualNoStd_sv_id :: Lens' STECResidualNoStd SvId
- sTECResidual_residual :: Lens' STECResidual Int16
- sTECResidual_stddev :: Lens' STECResidual Word8
- sTECResidual_sv_id :: Lens' STECResidual SvId
- msgSsrOrbitClock_along :: Lens' MsgSsrOrbitClock Int32
- msgSsrOrbitClock_c0 :: Lens' MsgSsrOrbitClock Int32
- msgSsrOrbitClock_c1 :: Lens' MsgSsrOrbitClock Int32
- msgSsrOrbitClock_c2 :: Lens' MsgSsrOrbitClock Int32
- msgSsrOrbitClock_cross :: Lens' MsgSsrOrbitClock Int32
- msgSsrOrbitClock_dot_along :: Lens' MsgSsrOrbitClock Int32
- msgSsrOrbitClock_dot_cross :: Lens' MsgSsrOrbitClock Int32
- msgSsrOrbitClock_dot_radial :: Lens' MsgSsrOrbitClock Int32
- msgSsrOrbitClock_iod :: Lens' MsgSsrOrbitClock Word32
- msgSsrOrbitClock_iod_ssr :: Lens' MsgSsrOrbitClock Word8
- msgSsrOrbitClock_radial :: Lens' MsgSsrOrbitClock Int32
- msgSsrOrbitClock_sid :: Lens' MsgSsrOrbitClock GnssSignal
- msgSsrOrbitClock_time :: Lens' MsgSsrOrbitClock GpsTimeSec
- msgSsrOrbitClock_update_interval :: Lens' MsgSsrOrbitClock Word8
- msgSsrCodeBiases_biases :: Lens' MsgSsrCodeBiases [CodeBiasesContent]
- msgSsrCodeBiases_iod_ssr :: Lens' MsgSsrCodeBiases Word8
- msgSsrCodeBiases_sid :: Lens' MsgSsrCodeBiases GnssSignal
- msgSsrCodeBiases_time :: Lens' MsgSsrCodeBiases GpsTimeSec
- msgSsrCodeBiases_update_interval :: Lens' MsgSsrCodeBiases Word8
- msgSsrPhaseBiases_biases :: Lens' MsgSsrPhaseBiases [PhaseBiasesContent]
- msgSsrPhaseBiases_dispersive_bias :: Lens' MsgSsrPhaseBiases Word8
- msgSsrPhaseBiases_iod_ssr :: Lens' MsgSsrPhaseBiases Word8
- msgSsrPhaseBiases_mw_consistency :: Lens' MsgSsrPhaseBiases Word8
- msgSsrPhaseBiases_sid :: Lens' MsgSsrPhaseBiases GnssSignal
- msgSsrPhaseBiases_time :: Lens' MsgSsrPhaseBiases GpsTimeSec
- msgSsrPhaseBiases_update_interval :: Lens' MsgSsrPhaseBiases Word8
- msgSsrPhaseBiases_yaw :: Lens' MsgSsrPhaseBiases Word16
- msgSsrPhaseBiases_yaw_rate :: Lens' MsgSsrPhaseBiases Int8
- msgSsrStecCorrectionDep_header :: Lens' MsgSsrStecCorrectionDep STECHeader
- msgSsrStecCorrectionDep_stec_sat_list :: Lens' MsgSsrStecCorrectionDep [STECSatElement]
- boundsHeader_num_msgs :: Lens' BoundsHeader Word8
- boundsHeader_seq_num :: Lens' BoundsHeader Word8
- boundsHeader_sol_id :: Lens' BoundsHeader Word8
- boundsHeader_time :: Lens' BoundsHeader GpsTimeSec
- boundsHeader_update_interval :: Lens' BoundsHeader Word8
- msgSsrStecCorrection_header :: Lens' MsgSsrStecCorrection BoundsHeader
- msgSsrStecCorrection_n_sats :: Lens' MsgSsrStecCorrection Word8
- msgSsrStecCorrection_ssr_iod_atmo :: Lens' MsgSsrStecCorrection Word8
- msgSsrStecCorrection_stec_sat_list :: Lens' MsgSsrStecCorrection [STECSatElement]
- msgSsrStecCorrection_tile_id :: Lens' MsgSsrStecCorrection Word16
- msgSsrStecCorrection_tile_set_id :: Lens' MsgSsrStecCorrection Word16
- msgSsrGriddedCorrection_header :: Lens' MsgSsrGriddedCorrection GriddedCorrectionHeader
- msgSsrGriddedCorrection_index :: Lens' MsgSsrGriddedCorrection Word16
- msgSsrGriddedCorrection_stec_residuals :: Lens' MsgSsrGriddedCorrection [STECResidual]
- msgSsrGriddedCorrection_tropo_delay_correction :: Lens' MsgSsrGriddedCorrection TroposphericDelayCorrection
- sTECSatElementIntegrity_stec_bound_mu :: Lens' STECSatElementIntegrity Word8
- sTECSatElementIntegrity_stec_bound_mu_dot :: Lens' STECSatElementIntegrity Word8
- sTECSatElementIntegrity_stec_bound_sig :: Lens' STECSatElementIntegrity Word8
- sTECSatElementIntegrity_stec_bound_sig_dot :: Lens' STECSatElementIntegrity Word8
- sTECSatElementIntegrity_stec_residual :: Lens' STECSatElementIntegrity STECResidual
- msgSsrGriddedCorrectionBounds_grid_point_id :: Lens' MsgSsrGriddedCorrectionBounds Word16
- msgSsrGriddedCorrectionBounds_header :: Lens' MsgSsrGriddedCorrectionBounds BoundsHeader
- msgSsrGriddedCorrectionBounds_n_sats :: Lens' MsgSsrGriddedCorrectionBounds Word8
- msgSsrGriddedCorrectionBounds_ssr_iod_atmo :: Lens' MsgSsrGriddedCorrectionBounds Word8
- msgSsrGriddedCorrectionBounds_stec_sat_list :: Lens' MsgSsrGriddedCorrectionBounds [STECSatElementIntegrity]
- msgSsrGriddedCorrectionBounds_tile_id :: Lens' MsgSsrGriddedCorrectionBounds Word16
- msgSsrGriddedCorrectionBounds_tile_set_id :: Lens' MsgSsrGriddedCorrectionBounds Word16
- msgSsrGriddedCorrectionBounds_tropo_delay_correction :: Lens' MsgSsrGriddedCorrectionBounds TroposphericDelayCorrection
- msgSsrGriddedCorrectionBounds_tropo_qi :: Lens' MsgSsrGriddedCorrectionBounds Word8
- msgSsrGriddedCorrectionBounds_tropo_v_hydro_bound_mu :: Lens' MsgSsrGriddedCorrectionBounds Word8
- msgSsrGriddedCorrectionBounds_tropo_v_hydro_bound_sig :: Lens' MsgSsrGriddedCorrectionBounds Word8
- msgSsrGriddedCorrectionBounds_tropo_v_wet_bound_mu :: Lens' MsgSsrGriddedCorrectionBounds Word8
- msgSsrGriddedCorrectionBounds_tropo_v_wet_bound_sig :: Lens' MsgSsrGriddedCorrectionBounds Word8
- msgSsrTileDefinitionDepA_bitmask :: Lens' MsgSsrTileDefinitionDepA Word64
- msgSsrTileDefinitionDepA_cols :: Lens' MsgSsrTileDefinitionDepA Word16
- msgSsrTileDefinitionDepA_corner_nw_lat :: Lens' MsgSsrTileDefinitionDepA Int16
- msgSsrTileDefinitionDepA_corner_nw_lon :: Lens' MsgSsrTileDefinitionDepA Int16
- msgSsrTileDefinitionDepA_rows :: Lens' MsgSsrTileDefinitionDepA Word16
- msgSsrTileDefinitionDepA_spacing_lat :: Lens' MsgSsrTileDefinitionDepA Word16
- msgSsrTileDefinitionDepA_spacing_lon :: Lens' MsgSsrTileDefinitionDepA Word16
- msgSsrTileDefinitionDepA_tile_id :: Lens' MsgSsrTileDefinitionDepA Word16
- msgSsrTileDefinitionDepA_tile_set_id :: Lens' MsgSsrTileDefinitionDepA Word16
- msgSsrTileDefinitionDepB_bitmask :: Lens' MsgSsrTileDefinitionDepB Word64
- msgSsrTileDefinitionDepB_cols :: Lens' MsgSsrTileDefinitionDepB Word16
- msgSsrTileDefinitionDepB_corner_nw_lat :: Lens' MsgSsrTileDefinitionDepB Int16
- msgSsrTileDefinitionDepB_corner_nw_lon :: Lens' MsgSsrTileDefinitionDepB Int16
- msgSsrTileDefinitionDepB_rows :: Lens' MsgSsrTileDefinitionDepB Word16
- msgSsrTileDefinitionDepB_spacing_lat :: Lens' MsgSsrTileDefinitionDepB Word16
- msgSsrTileDefinitionDepB_spacing_lon :: Lens' MsgSsrTileDefinitionDepB Word16
- msgSsrTileDefinitionDepB_ssr_sol_id :: Lens' MsgSsrTileDefinitionDepB Word8
- msgSsrTileDefinitionDepB_tile_id :: Lens' MsgSsrTileDefinitionDepB Word16
- msgSsrTileDefinitionDepB_tile_set_id :: Lens' MsgSsrTileDefinitionDepB Word16
- msgSsrTileDefinition_bitmask :: Lens' MsgSsrTileDefinition Word64
- msgSsrTileDefinition_cols :: Lens' MsgSsrTileDefinition Word16
- msgSsrTileDefinition_corner_nw_lat :: Lens' MsgSsrTileDefinition Int16
- msgSsrTileDefinition_corner_nw_lon :: Lens' MsgSsrTileDefinition Int16
- msgSsrTileDefinition_iod_atmo :: Lens' MsgSsrTileDefinition Word8
- msgSsrTileDefinition_rows :: Lens' MsgSsrTileDefinition Word16
- msgSsrTileDefinition_sol_id :: Lens' MsgSsrTileDefinition Word8
- msgSsrTileDefinition_spacing_lat :: Lens' MsgSsrTileDefinition Word16
- msgSsrTileDefinition_spacing_lon :: Lens' MsgSsrTileDefinition Word16
- msgSsrTileDefinition_tile_id :: Lens' MsgSsrTileDefinition Word16
- msgSsrTileDefinition_tile_set_id :: Lens' MsgSsrTileDefinition Word16
- msgSsrTileDefinition_time :: Lens' MsgSsrTileDefinition GpsTimeSec
- msgSsrTileDefinition_update_interval :: Lens' MsgSsrTileDefinition Word8
- satelliteAPC_pco :: Lens' SatelliteAPC [Int16]
- satelliteAPC_pcv :: Lens' SatelliteAPC [Int8]
- satelliteAPC_sat_info :: Lens' SatelliteAPC Word8
- satelliteAPC_sid :: Lens' SatelliteAPC GnssSignal
- satelliteAPC_svn :: Lens' SatelliteAPC Word16
- msgSsrSatelliteApcDep_apc :: Iso' MsgSsrSatelliteApcDep [SatelliteAPC]
- msgSsrSatelliteApc_apc :: Lens' MsgSsrSatelliteApc [SatelliteAPC]
- msgSsrSatelliteApc_iod_ssr :: Lens' MsgSsrSatelliteApc Word8
- msgSsrSatelliteApc_sol_id :: Lens' MsgSsrSatelliteApc Word8
- msgSsrSatelliteApc_time :: Lens' MsgSsrSatelliteApc GpsTimeSec
- msgSsrSatelliteApc_update_interval :: Lens' MsgSsrSatelliteApc Word8
- msgSsrOrbitClockDepA_along :: Lens' MsgSsrOrbitClockDepA Int32
- msgSsrOrbitClockDepA_c0 :: Lens' MsgSsrOrbitClockDepA Int32
- msgSsrOrbitClockDepA_c1 :: Lens' MsgSsrOrbitClockDepA Int32
- msgSsrOrbitClockDepA_c2 :: Lens' MsgSsrOrbitClockDepA Int32
- msgSsrOrbitClockDepA_cross :: Lens' MsgSsrOrbitClockDepA Int32
- msgSsrOrbitClockDepA_dot_along :: Lens' MsgSsrOrbitClockDepA Int32
- msgSsrOrbitClockDepA_dot_cross :: Lens' MsgSsrOrbitClockDepA Int32
- msgSsrOrbitClockDepA_dot_radial :: Lens' MsgSsrOrbitClockDepA Int32
- msgSsrOrbitClockDepA_iod :: Lens' MsgSsrOrbitClockDepA Word8
- msgSsrOrbitClockDepA_iod_ssr :: Lens' MsgSsrOrbitClockDepA Word8
- msgSsrOrbitClockDepA_radial :: Lens' MsgSsrOrbitClockDepA Int32
- msgSsrOrbitClockDepA_sid :: Lens' MsgSsrOrbitClockDepA GnssSignal
- msgSsrOrbitClockDepA_time :: Lens' MsgSsrOrbitClockDepA GpsTimeSec
- msgSsrOrbitClockDepA_update_interval :: Lens' MsgSsrOrbitClockDepA Word8
- sTECHeaderDepA_iod_atmo :: Lens' STECHeaderDepA Word8
- sTECHeaderDepA_num_msgs :: Lens' STECHeaderDepA Word8
- sTECHeaderDepA_seq_num :: Lens' STECHeaderDepA Word8
- sTECHeaderDepA_time :: Lens' STECHeaderDepA GpsTimeSec
- sTECHeaderDepA_update_interval :: Lens' STECHeaderDepA Word8
- griddedCorrectionHeaderDepA_iod_atmo :: Lens' GriddedCorrectionHeaderDepA Word8
- griddedCorrectionHeaderDepA_num_msgs :: Lens' GriddedCorrectionHeaderDepA Word16
- griddedCorrectionHeaderDepA_seq_num :: Lens' GriddedCorrectionHeaderDepA Word16
- griddedCorrectionHeaderDepA_time :: Lens' GriddedCorrectionHeaderDepA GpsTimeSec
- griddedCorrectionHeaderDepA_tropo_quality_indicator :: Lens' GriddedCorrectionHeaderDepA Word8
- griddedCorrectionHeaderDepA_update_interval :: Lens' GriddedCorrectionHeaderDepA Word8
- gridDefinitionHeaderDepA_area_width :: Lens' GridDefinitionHeaderDepA Word16
- gridDefinitionHeaderDepA_lat_nw_corner_enc :: Lens' GridDefinitionHeaderDepA Word16
- gridDefinitionHeaderDepA_lon_nw_corner_enc :: Lens' GridDefinitionHeaderDepA Word16
- gridDefinitionHeaderDepA_num_msgs :: Lens' GridDefinitionHeaderDepA Word8
- gridDefinitionHeaderDepA_region_size_inverse :: Lens' GridDefinitionHeaderDepA Word8
- gridDefinitionHeaderDepA_seq_num :: Lens' GridDefinitionHeaderDepA Word8
- msgSsrStecCorrectionDepA_header :: Lens' MsgSsrStecCorrectionDepA STECHeaderDepA
- msgSsrStecCorrectionDepA_stec_sat_list :: Lens' MsgSsrStecCorrectionDepA [STECSatElement]
- msgSsrGriddedCorrectionNoStdDepA_header :: Lens' MsgSsrGriddedCorrectionNoStdDepA GriddedCorrectionHeaderDepA
- msgSsrGriddedCorrectionNoStdDepA_index :: Lens' MsgSsrGriddedCorrectionNoStdDepA Word16
- msgSsrGriddedCorrectionNoStdDepA_stec_residuals :: Lens' MsgSsrGriddedCorrectionNoStdDepA [STECResidualNoStd]
- msgSsrGriddedCorrectionNoStdDepA_tropo_delay_correction :: Lens' MsgSsrGriddedCorrectionNoStdDepA TroposphericDelayCorrectionNoStd
- msgSsrGriddedCorrectionDepA_header :: Lens' MsgSsrGriddedCorrectionDepA GriddedCorrectionHeaderDepA
- msgSsrGriddedCorrectionDepA_index :: Lens' MsgSsrGriddedCorrectionDepA Word16
- msgSsrGriddedCorrectionDepA_stec_residuals :: Lens' MsgSsrGriddedCorrectionDepA [STECResidual]
- msgSsrGriddedCorrectionDepA_tropo_delay_correction :: Lens' MsgSsrGriddedCorrectionDepA TroposphericDelayCorrection
- msgSsrGridDefinitionDepA_header :: Lens' MsgSsrGridDefinitionDepA GridDefinitionHeaderDepA
- msgSsrGridDefinitionDepA_rle_list :: Lens' MsgSsrGridDefinitionDepA [Word8]
- orbitClockBound_clock_bound_mu :: Lens' OrbitClockBound Word8
- orbitClockBound_clock_bound_sig :: Lens' OrbitClockBound Word8
- orbitClockBound_orb_along_bound_mu :: Lens' OrbitClockBound Word8
- orbitClockBound_orb_along_bound_sig :: Lens' OrbitClockBound Word8
- orbitClockBound_orb_cross_bound_mu :: Lens' OrbitClockBound Word8
- orbitClockBound_orb_cross_bound_sig :: Lens' OrbitClockBound Word8
- orbitClockBound_orb_radial_bound_mu :: Lens' OrbitClockBound Word8
- orbitClockBound_orb_radial_bound_sig :: Lens' OrbitClockBound Word8
- orbitClockBound_sat_id :: Lens' OrbitClockBound Word8
- msgSsrOrbitClockBounds_const_id :: Lens' MsgSsrOrbitClockBounds Word8
- msgSsrOrbitClockBounds_header :: Lens' MsgSsrOrbitClockBounds BoundsHeader
- msgSsrOrbitClockBounds_n_sats :: Lens' MsgSsrOrbitClockBounds Word8
- msgSsrOrbitClockBounds_orbit_clock_bounds :: Lens' MsgSsrOrbitClockBounds [OrbitClockBound]
- msgSsrOrbitClockBounds_ssr_iod :: Lens' MsgSsrOrbitClockBounds Word8
- codePhaseBiasesSatSig_code_bias_bound_mu :: Lens' CodePhaseBiasesSatSig Word8
- codePhaseBiasesSatSig_code_bias_bound_sig :: Lens' CodePhaseBiasesSatSig Word8
- codePhaseBiasesSatSig_phase_bias_bound_mu :: Lens' CodePhaseBiasesSatSig Word8
- codePhaseBiasesSatSig_phase_bias_bound_sig :: Lens' CodePhaseBiasesSatSig Word8
- codePhaseBiasesSatSig_sat_id :: Lens' CodePhaseBiasesSatSig Word8
- codePhaseBiasesSatSig_signal_id :: Lens' CodePhaseBiasesSatSig Word8
- msgSsrCodePhaseBiasesBounds_const_id :: Lens' MsgSsrCodePhaseBiasesBounds Word8
- msgSsrCodePhaseBiasesBounds_header :: Lens' MsgSsrCodePhaseBiasesBounds BoundsHeader
- msgSsrCodePhaseBiasesBounds_n_sats_signals :: Lens' MsgSsrCodePhaseBiasesBounds Word8
- msgSsrCodePhaseBiasesBounds_satellites_signals :: Lens' MsgSsrCodePhaseBiasesBounds [CodePhaseBiasesSatSig]
- msgSsrCodePhaseBiasesBounds_ssr_iod :: Lens' MsgSsrCodePhaseBiasesBounds Word8
- orbitClockBoundDegradation_clock_bound_mu_dot :: Lens' OrbitClockBoundDegradation Word8
- orbitClockBoundDegradation_clock_bound_sig_dot :: Lens' OrbitClockBoundDegradation Word8
- orbitClockBoundDegradation_orb_along_bound_mu_dot :: Lens' OrbitClockBoundDegradation Word8
- orbitClockBoundDegradation_orb_along_bound_sig_dot :: Lens' OrbitClockBoundDegradation Word8
- orbitClockBoundDegradation_orb_cross_bound_mu_dot :: Lens' OrbitClockBoundDegradation Word8
- orbitClockBoundDegradation_orb_cross_bound_sig_dot :: Lens' OrbitClockBoundDegradation Word8
- orbitClockBoundDegradation_orb_radial_bound_mu_dot :: Lens' OrbitClockBoundDegradation Word8
- orbitClockBoundDegradation_orb_radial_bound_sig_dot :: Lens' OrbitClockBoundDegradation Word8
- msgSsrOrbitClockBoundsDegradation_const_id :: Lens' MsgSsrOrbitClockBoundsDegradation Word8
- msgSsrOrbitClockBoundsDegradation_header :: Lens' MsgSsrOrbitClockBoundsDegradation BoundsHeader
- msgSsrOrbitClockBoundsDegradation_orbit_clock_bounds_degradation :: Lens' MsgSsrOrbitClockBoundsDegradation OrbitClockBoundDegradation
- msgSsrOrbitClockBoundsDegradation_sat_bitmask :: Lens' MsgSsrOrbitClockBoundsDegradation Word64
- msgSsrOrbitClockBoundsDegradation_ssr_iod :: Lens' MsgSsrOrbitClockBoundsDegradation Word8
Documentation
data CodeBiasesContent Source #
CodeBiasesContent.
Code biases are to be added to pseudorange. The corrections conform with RTCMv3 MT 1059 / 1065.
Constructors
CodeBiasesContent | |
Fields
|
Instances
data PhaseBiasesContent Source #
PhaseBiasesContent.
Phase biases are to be added to carrier phase measurements.
Constructors
PhaseBiasesContent | |
Fields
|
Instances
data STECHeader Source #
STECHeader.
A full set of STEC information will likely span multiple SBP messages, since SBP message a limited to 255 bytes. The header is used to tie multiple SBP messages into a sequence.
Constructors
STECHeader | |
Fields
|
Instances
FromJSON STECHeader Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToJSON STECHeader Source # | |
Defined in SwiftNav.SBP.Ssr Methods toJSON :: STECHeader -> Value # toEncoding :: STECHeader -> Encoding # toJSONList :: [STECHeader] -> Value # toEncodingList :: [STECHeader] -> Encoding # omitField :: STECHeader -> Bool # | |
Read STECHeader Source # | |
Defined in SwiftNav.SBP.Ssr Methods readsPrec :: Int -> ReadS STECHeader # readList :: ReadS [STECHeader] # readPrec :: ReadPrec STECHeader # readListPrec :: ReadPrec [STECHeader] # | |
Show STECHeader Source # | |
Defined in SwiftNav.SBP.Ssr Methods showsPrec :: Int -> STECHeader -> ShowS # show :: STECHeader -> String # showList :: [STECHeader] -> ShowS # | |
Binary STECHeader Source # | |
Defined in SwiftNav.SBP.Ssr | |
Eq STECHeader Source # | |
Defined in SwiftNav.SBP.Ssr |
data GriddedCorrectionHeader Source #
GriddedCorrectionHeader.
The LPP message contains nested variable length arrays which are not supported in SBP, so each grid point will be identified by the index.
Constructors
GriddedCorrectionHeader | |
Fields
|
Instances
data STECSatElement Source #
STECSatElement.
STEC polynomial for the given satellite.
Constructors
STECSatElement | |
Fields
|
Instances
data TroposphericDelayCorrectionNoStd Source #
TroposphericDelayCorrectionNoStd.
Troposphere vertical delays at the grid point.
Constructors
TroposphericDelayCorrectionNoStd | |
Fields
|
Instances
FromJSON TroposphericDelayCorrectionNoStd Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToJSON TroposphericDelayCorrectionNoStd Source # | |
Defined in SwiftNav.SBP.Ssr | |
Read TroposphericDelayCorrectionNoStd Source # | |
Show TroposphericDelayCorrectionNoStd Source # | |
Defined in SwiftNav.SBP.Ssr Methods showsPrec :: Int -> TroposphericDelayCorrectionNoStd -> ShowS # | |
Binary TroposphericDelayCorrectionNoStd Source # | |
Defined in SwiftNav.SBP.Ssr Methods put :: TroposphericDelayCorrectionNoStd -> Put # get :: Get TroposphericDelayCorrectionNoStd # putList :: [TroposphericDelayCorrectionNoStd] -> Put # | |
Eq TroposphericDelayCorrectionNoStd Source # | |
Defined in SwiftNav.SBP.Ssr |
data TroposphericDelayCorrection Source #
TroposphericDelayCorrection.
Troposphere vertical delays (mean and standard deviation) at the grid point.
Constructors
TroposphericDelayCorrection | |
Fields
|
Instances
data STECResidualNoStd Source #
STECResidualNoStd.
STEC residual for the given satellite at the grid point.
Constructors
STECResidualNoStd | |
Fields
|
Instances
data STECResidual Source #
STECResidual.
STEC residual (mean and standard deviation) for the given satellite at the grid point.
Constructors
STECResidual | |
Fields
|
Instances
FromJSON STECResidual Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToJSON STECResidual Source # | |
Defined in SwiftNav.SBP.Ssr Methods toJSON :: STECResidual -> Value # toEncoding :: STECResidual -> Encoding # toJSONList :: [STECResidual] -> Value # toEncodingList :: [STECResidual] -> Encoding # omitField :: STECResidual -> Bool # | |
Read STECResidual Source # | |
Defined in SwiftNav.SBP.Ssr Methods readsPrec :: Int -> ReadS STECResidual # readList :: ReadS [STECResidual] # | |
Show STECResidual Source # | |
Defined in SwiftNav.SBP.Ssr Methods showsPrec :: Int -> STECResidual -> ShowS # show :: STECResidual -> String # showList :: [STECResidual] -> ShowS # | |
Binary STECResidual Source # | |
Defined in SwiftNav.SBP.Ssr | |
Eq STECResidual Source # | |
Defined in SwiftNav.SBP.Ssr |
data MsgSsrOrbitClock Source #
SBP class for message MSG_SSR_ORBIT_CLOCK (0x05DD).
The precise orbit and clock correction message is to be applied as a delta correction to broadcast ephemeris and is an equivalent to the 1060 /1066 RTCM message types.
Constructors
MsgSsrOrbitClock | |
Fields
|
Instances
data MsgSsrCodeBiases Source #
SBP class for message MSG_SSR_CODE_BIASES (0x05E1).
The precise code biases message is to be added to the pseudorange of the corresponding signal to get corrected pseudorange. It is an equivalent to the 1059 / 1065 RTCM message types.
Constructors
MsgSsrCodeBiases | |
Fields
|
Instances
data MsgSsrPhaseBiases Source #
SBP class for message MSG_SSR_PHASE_BIASES (0x05E6).
The precise phase biases message contains the biases to be added to the carrier phase of the corresponding signal to get corrected carrier phase measurement, as well as the satellite yaw angle to be applied to compute the phase wind-up correction. It is typically an equivalent to the 1265 RTCM message types.
Constructors
MsgSsrPhaseBiases | |
Fields
|
Instances
data MsgSsrStecCorrectionDep Source #
SBP class for message MSG_SSR_STEC_CORRECTION_DEP (0x05FB).
Deprecated.
Constructors
MsgSsrStecCorrectionDep | |
Fields
|
Instances
data BoundsHeader Source #
Constructors
BoundsHeader | |
Fields
|
Instances
FromJSON BoundsHeader Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToJSON BoundsHeader Source # | |
Defined in SwiftNav.SBP.Ssr Methods toJSON :: BoundsHeader -> Value # toEncoding :: BoundsHeader -> Encoding # toJSONList :: [BoundsHeader] -> Value # toEncodingList :: [BoundsHeader] -> Encoding # omitField :: BoundsHeader -> Bool # | |
Read BoundsHeader Source # | |
Defined in SwiftNav.SBP.Ssr Methods readsPrec :: Int -> ReadS BoundsHeader # readList :: ReadS [BoundsHeader] # | |
Show BoundsHeader Source # | |
Defined in SwiftNav.SBP.Ssr Methods showsPrec :: Int -> BoundsHeader -> ShowS # show :: BoundsHeader -> String # showList :: [BoundsHeader] -> ShowS # | |
Binary BoundsHeader Source # | |
Defined in SwiftNav.SBP.Ssr | |
Eq BoundsHeader Source # | |
Defined in SwiftNav.SBP.Ssr |
data MsgSsrStecCorrection Source #
Constructors
MsgSsrStecCorrection | |
Fields
|
Instances
data MsgSsrGriddedCorrection Source #
SBP class for message MSG_SSR_GRIDDED_CORRECTION (0x05FC).
STEC residuals are per space vehicle, troposphere is not.
It is typically equivalent to the QZSS CLAS Sub Type 9 messages.
Constructors
MsgSsrGriddedCorrection | |
Fields
|
Instances
data STECSatElementIntegrity Source #
STECSatElementIntegrity.
STEC polynomial and bounds for the given satellite.
Constructors
STECSatElementIntegrity | |
Fields
|
Instances
data MsgSsrGriddedCorrectionBounds Source #
SBP class for message MSG_SSR_GRIDDED_CORRECTION_BOUNDS (0x05FE).
Note 1: Range: 0-17.5 m. i<= 200, mean = 0.01i; 200<i<=230, mean=2+0.1(i-200); i>230, mean=5+0.5(i-230).
Constructors
Instances
FromJSON MsgSsrGriddedCorrectionBounds Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToJSON MsgSsrGriddedCorrectionBounds Source # | |
Defined in SwiftNav.SBP.Ssr | |
Read MsgSsrGriddedCorrectionBounds Source # | |
Defined in SwiftNav.SBP.Ssr | |
Show MsgSsrGriddedCorrectionBounds Source # | |
Defined in SwiftNav.SBP.Ssr Methods showsPrec :: Int -> MsgSsrGriddedCorrectionBounds -> ShowS # show :: MsgSsrGriddedCorrectionBounds -> String # showList :: [MsgSsrGriddedCorrectionBounds] -> ShowS # | |
Binary MsgSsrGriddedCorrectionBounds Source # | |
Defined in SwiftNav.SBP.Ssr Methods put :: MsgSsrGriddedCorrectionBounds -> Put # get :: Get MsgSsrGriddedCorrectionBounds # putList :: [MsgSsrGriddedCorrectionBounds] -> Put # | |
Eq MsgSsrGriddedCorrectionBounds Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToSBP MsgSsrGriddedCorrectionBounds Source # | |
Defined in SwiftNav.SBP.Ssr |
data MsgSsrTileDefinitionDepA Source #
SBP class for message MSG_SSR_TILE_DEFINITION_DEP_A (0x05F6).
Deprecated.
Constructors
MsgSsrTileDefinitionDepA | |
Fields
|
Instances
data MsgSsrTileDefinitionDepB Source #
SBP class for message MSG_SSR_TILE_DEFINITION_DEP_B (0x05F7).
Deprecated.
Constructors
MsgSsrTileDefinitionDepB | |
Fields
|
Instances
data MsgSsrTileDefinition Source #
SBP class for message MSG_SSR_TILE_DEFINITION (0x05F8).
Provides the correction point coordinates for the atmospheric correction values in the MSG_SSR_STEC_CORRECTION and MSG_SSR_GRIDDED_CORRECTION messages.
Based on ETSI TS 137 355 V16.1.0 (LTE Positioning Protocol) information element GNSS-SSR-CorrectionPoints. SBP only supports gridded arrays of correction points, not lists of points.
Constructors
MsgSsrTileDefinition | |
Fields
|
Instances
data SatelliteAPC Source #
SatelliteAPC.
Contains phase center offset and elevation variation corrections for one signal on a satellite.
Constructors
SatelliteAPC | |
Fields
|
Instances
FromJSON SatelliteAPC Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToJSON SatelliteAPC Source # | |
Defined in SwiftNav.SBP.Ssr Methods toJSON :: SatelliteAPC -> Value # toEncoding :: SatelliteAPC -> Encoding # toJSONList :: [SatelliteAPC] -> Value # toEncodingList :: [SatelliteAPC] -> Encoding # omitField :: SatelliteAPC -> Bool # | |
Read SatelliteAPC Source # | |
Defined in SwiftNav.SBP.Ssr Methods readsPrec :: Int -> ReadS SatelliteAPC # readList :: ReadS [SatelliteAPC] # | |
Show SatelliteAPC Source # | |
Defined in SwiftNav.SBP.Ssr Methods showsPrec :: Int -> SatelliteAPC -> ShowS # show :: SatelliteAPC -> String # showList :: [SatelliteAPC] -> ShowS # | |
Binary SatelliteAPC Source # | |
Defined in SwiftNav.SBP.Ssr | |
Eq SatelliteAPC Source # | |
Defined in SwiftNav.SBP.Ssr |
data MsgSsrSatelliteApcDep Source #
SBP class for message MSG_SSR_SATELLITE_APC_DEP (0x0604).
Deprecated.
Constructors
MsgSsrSatelliteApcDep | |
Fields
|
Instances
data MsgSsrSatelliteApc Source #
Constructors
MsgSsrSatelliteApc | |
Fields
|
Instances
data MsgSsrOrbitClockDepA Source #
SBP class for message MSG_SSR_ORBIT_CLOCK_DEP_A (0x05DC).
Deprecated.
Constructors
MsgSsrOrbitClockDepA | |
Fields
|
Instances
data STECHeaderDepA Source #
STECHeaderDepA.
A full set of STEC information will likely span multiple SBP messages, since SBP message a limited to 255 bytes. The header is used to tie multiple SBP messages into a sequence.
Constructors
STECHeaderDepA | |
Fields
|
Instances
data GriddedCorrectionHeaderDepA Source #
GriddedCorrectionHeaderDepA.
The 3GPP message contains nested variable length arrays which are not supported in SBP, so each grid point will be identified by the index.
Constructors
GriddedCorrectionHeaderDepA | |
Fields
|
Instances
data GridDefinitionHeaderDepA Source #
GridDefinitionHeaderDepA.
Defines the grid for MSG_SSR_GRIDDED_CORRECTION messages. Also includes an RLE encoded validity list.
Constructors
GridDefinitionHeaderDepA | |
Fields
|
Instances
data MsgSsrStecCorrectionDepA Source #
SBP class for message MSG_SSR_STEC_CORRECTION_DEP_A (0x05EB).
Deprecated.
Constructors
MsgSsrStecCorrectionDepA | |
Fields
|
Instances
data MsgSsrGriddedCorrectionNoStdDepA Source #
SBP class for message MSG_SSR_GRIDDED_CORRECTION_NO_STD_DEP_A (0x05F0).
Deprecated.
Constructors
MsgSsrGriddedCorrectionNoStdDepA | |
Fields
|
Instances
FromJSON MsgSsrGriddedCorrectionNoStdDepA Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToJSON MsgSsrGriddedCorrectionNoStdDepA Source # | |
Defined in SwiftNav.SBP.Ssr | |
Read MsgSsrGriddedCorrectionNoStdDepA Source # | |
Show MsgSsrGriddedCorrectionNoStdDepA Source # | |
Defined in SwiftNav.SBP.Ssr Methods showsPrec :: Int -> MsgSsrGriddedCorrectionNoStdDepA -> ShowS # | |
Binary MsgSsrGriddedCorrectionNoStdDepA Source # | |
Defined in SwiftNav.SBP.Ssr Methods put :: MsgSsrGriddedCorrectionNoStdDepA -> Put # get :: Get MsgSsrGriddedCorrectionNoStdDepA # putList :: [MsgSsrGriddedCorrectionNoStdDepA] -> Put # | |
Eq MsgSsrGriddedCorrectionNoStdDepA Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToSBP MsgSsrGriddedCorrectionNoStdDepA Source # | |
Defined in SwiftNav.SBP.Ssr |
data MsgSsrGriddedCorrectionDepA Source #
SBP class for message MSG_SSR_GRIDDED_CORRECTION_DEP_A (0x05FA).
Deprecated.
Constructors
MsgSsrGriddedCorrectionDepA | |
Fields
|
Instances
data MsgSsrGridDefinitionDepA Source #
SBP class for message MSG_SSR_GRID_DEFINITION_DEP_A (0x05F5).
Deprecated.
Constructors
MsgSsrGridDefinitionDepA | |
Fields
|
Instances
data OrbitClockBound Source #
OrbitClockBound.
Orbit and clock bound.
Constructors
OrbitClockBound | |
Fields
|
Instances
data MsgSsrOrbitClockBounds Source #
SBP class for message MSG_SSR_ORBIT_CLOCK_BOUNDS (0x05DE).
Note 1: Range: 0-17.5 m. i<=200, mean=0.01i; 200<i<=230, mean=2+0.1(i-200); i>230, mean=5+0.5(i-230).
Note 2: Range: 0-17.5 m. i<=200, std=0.01i; 200<i<=230, std=2+0.1(i-200) i>230, std=5+0.5(i-230).
Constructors
MsgSsrOrbitClockBounds | |
Fields
|
Instances
data CodePhaseBiasesSatSig Source #
Constructors
CodePhaseBiasesSatSig | |
Fields
|
Instances
data MsgSsrCodePhaseBiasesBounds Source #
Constructors
MsgSsrCodePhaseBiasesBounds | |
Fields
|
Instances
data OrbitClockBoundDegradation Source #
OrbitClockBoundDegradation.
Orbit and clock bound degradation.
Constructors
OrbitClockBoundDegradation | |
Fields
|
Instances
data MsgSsrOrbitClockBoundsDegradation Source #
Constructors
MsgSsrOrbitClockBoundsDegradation | |
Fields
|
Instances
FromJSON MsgSsrOrbitClockBoundsDegradation Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToJSON MsgSsrOrbitClockBoundsDegradation Source # | |
Defined in SwiftNav.SBP.Ssr | |
Read MsgSsrOrbitClockBoundsDegradation Source # | |
Show MsgSsrOrbitClockBoundsDegradation Source # | |
Defined in SwiftNav.SBP.Ssr Methods showsPrec :: Int -> MsgSsrOrbitClockBoundsDegradation -> ShowS # | |
Binary MsgSsrOrbitClockBoundsDegradation Source # | |
Defined in SwiftNav.SBP.Ssr Methods put :: MsgSsrOrbitClockBoundsDegradation -> Put # get :: Get MsgSsrOrbitClockBoundsDegradation # putList :: [MsgSsrOrbitClockBoundsDegradation] -> Put # | |
Eq MsgSsrOrbitClockBoundsDegradation Source # | |
Defined in SwiftNav.SBP.Ssr | |
ToSBP MsgSsrOrbitClockBoundsDegradation Source # | |
Defined in SwiftNav.SBP.Ssr |
msgSsrGriddedCorrection_tropo_delay_correction :: Lens' MsgSsrGriddedCorrection TroposphericDelayCorrection Source #
msgSsrGriddedCorrectionBounds_stec_sat_list :: Lens' MsgSsrGriddedCorrectionBounds [STECSatElementIntegrity] Source #
msgSsrGriddedCorrectionBounds_tropo_delay_correction :: Lens' MsgSsrGriddedCorrectionBounds TroposphericDelayCorrection Source #
msgSsrGriddedCorrectionBounds_tropo_v_hydro_bound_mu :: Lens' MsgSsrGriddedCorrectionBounds Word8 Source #
msgSsrGriddedCorrectionBounds_tropo_v_hydro_bound_sig :: Lens' MsgSsrGriddedCorrectionBounds Word8 Source #
msgSsrGriddedCorrectionBounds_tropo_v_wet_bound_mu :: Lens' MsgSsrGriddedCorrectionBounds Word8 Source #
msgSsrGriddedCorrectionBounds_tropo_v_wet_bound_sig :: Lens' MsgSsrGriddedCorrectionBounds Word8 Source #
griddedCorrectionHeaderDepA_tropo_quality_indicator :: Lens' GriddedCorrectionHeaderDepA Word8 Source #
msgSsrGriddedCorrectionNoStdDepA_header :: Lens' MsgSsrGriddedCorrectionNoStdDepA GriddedCorrectionHeaderDepA Source #
msgSsrGriddedCorrectionNoStdDepA_stec_residuals :: Lens' MsgSsrGriddedCorrectionNoStdDepA [STECResidualNoStd] Source #
msgSsrGriddedCorrectionNoStdDepA_tropo_delay_correction :: Lens' MsgSsrGriddedCorrectionNoStdDepA TroposphericDelayCorrectionNoStd Source #
msgSsrGriddedCorrectionDepA_header :: Lens' MsgSsrGriddedCorrectionDepA GriddedCorrectionHeaderDepA Source #
msgSsrGriddedCorrectionDepA_stec_residuals :: Lens' MsgSsrGriddedCorrectionDepA [STECResidual] Source #
msgSsrGriddedCorrectionDepA_tropo_delay_correction :: Lens' MsgSsrGriddedCorrectionDepA TroposphericDelayCorrection Source #
msgSsrOrbitClockBounds_orbit_clock_bounds :: Lens' MsgSsrOrbitClockBounds [OrbitClockBound] Source #
msgSsrCodePhaseBiasesBounds_satellites_signals :: Lens' MsgSsrCodePhaseBiasesBounds [CodePhaseBiasesSatSig] Source #
orbitClockBoundDegradation_orb_along_bound_mu_dot :: Lens' OrbitClockBoundDegradation Word8 Source #
orbitClockBoundDegradation_orb_along_bound_sig_dot :: Lens' OrbitClockBoundDegradation Word8 Source #
orbitClockBoundDegradation_orb_cross_bound_mu_dot :: Lens' OrbitClockBoundDegradation Word8 Source #
orbitClockBoundDegradation_orb_cross_bound_sig_dot :: Lens' OrbitClockBoundDegradation Word8 Source #
orbitClockBoundDegradation_orb_radial_bound_mu_dot :: Lens' OrbitClockBoundDegradation Word8 Source #
orbitClockBoundDegradation_orb_radial_bound_sig_dot :: Lens' OrbitClockBoundDegradation Word8 Source #
msgSsrOrbitClockBoundsDegradation_const_id :: Lens' MsgSsrOrbitClockBoundsDegradation Word8 Source #
msgSsrOrbitClockBoundsDegradation_header :: Lens' MsgSsrOrbitClockBoundsDegradation BoundsHeader Source #
msgSsrOrbitClockBoundsDegradation_orbit_clock_bounds_degradation :: Lens' MsgSsrOrbitClockBoundsDegradation OrbitClockBoundDegradation Source #