Integrity monitoring flags for multiple aggregated elements. An element could be a satellite, SSR grid point, or SSR tile. A group of aggregated elements being monitored for integrity could refer to:, , - Satellites in a particular {GPS, GAL, BDS, QZSS} constellation., , - Satellites in the line-of-sight of a particular SSR tile., , - Satellites in the line-of-sight of a particular SSR grid point., , The integrity usage for a group of aggregated elements varies according to the integrity flag of the satellites comprising that group., , SSR_INTEGRITY_USAGE_NOMINAL: All satellites received passed the integrity check and have flag INTEGRITY_FLAG_OK., , SSR_INTEGRITY_USAGE_WARNING: A limited number of elements in the group failed the integrity check. Refer to more granular integrity messages for details on the specific failing elements., , SSR_INTEGRITY_USAGE_ALERT: Most elements in the group failed the integrity check, do not use for positioning., , SSR_INTEGRITY_USAGE_NOT_MONITORED: Unable to verify the integrity flag of elements in the group.
{
"copyright": [
"Copyright (C) 2019-2021 Swift Navigation Inc.",
"Contact: https://support.swiftnav.com",
"",
"This source is subject to the license found in the file 'LICENSE' which must",
"be distributed together with this source. All other rights reserved.",
"",
"THIS CODE AND INFORMATION IS PROVIDED 'AS IS' WITHOUT WARRANTY OF ANY KIND,",
"EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED",
"WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE."
],
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "#MsgSsrFlagHighLevel",
"title":"MsgSsrFlagHighLevel",
"description":"Integrity monitoring flags for multiple aggregated elements. An element could be a satellite, SSR grid point, or SSR tile. A group of aggregated elements being monitored for integrity could refer to:,\n,\n- Satellites in a particular {GPS, GAL, BDS, QZSS} constellation.,\n,\n- Satellites in the line-of-sight of a particular SSR tile.,\n,\n- Satellites in the line-of-sight of a particular SSR grid point.,\n,\nThe integrity usage for a group of aggregated elements varies according to the integrity flag of the satellites comprising that group.,\n,\nSSR_INTEGRITY_USAGE_NOMINAL: All satellites received passed the integrity check and have flag INTEGRITY_FLAG_OK.,\n,\nSSR_INTEGRITY_USAGE_WARNING: A limited number of elements in the group failed the integrity check. Refer to more granular integrity messages for details on the specific failing elements.,\n,\nSSR_INTEGRITY_USAGE_ALERT: Most elements in the group failed the integrity check, do not use for positioning.,\n,\nSSR_INTEGRITY_USAGE_NOT_MONITORED: Unable to verify the integrity flag of elements in the group.\n",
"type": "object",
"properties": {
"obs_time": {"$ref": "GpsTimeSec.json"},
"iono_corr_time": {"$ref": "GpsTimeSec.json"},
"sat_corr_time": {"$ref": "GpsTimeSec.json"},
"ssr_sol_id": {"type": "integer"},
"tile_set_id": {"type": "integer"},
"tile_id": {"type": "integer"},
"chain_id": {"type": "integer"},
"use_gps_sat": {"type": "integer"},
"use_gal_sat": {"type": "integer"},
"use_bds_sat": {"type": "integer"},
"use_qzss_sat": {"type": "integer"},
"use_tropo_grid_points": {"type": "integer"},
"use_iono_grid_points": {"type": "integer"},
"use_iono_tile_sat_los": {"type": "integer"},
"use_iono_grid_point_sat_los": {"type": "integer"}
},
"required": [
"obs_time",
"iono_corr_time",
"sat_corr_time",
"ssr_sol_id",
"tile_set_id",
"tile_id",
"chain_id",
"use_gps_sat",
"use_gal_sat",
"use_bds_sat",
"use_qzss_sat",
"use_tropo_grid_points",
"use_iono_grid_points",
"use_iono_tile_sat_los",
"use_iono_grid_point_sat_los"
]
}