|
| 1 | +/* |
| 2 | + * Copyright (C) 2015-2021 Swift Navigation Inc. |
| 3 | + * Contact: https://support.swiftnav.com |
| 4 | + * |
| 5 | + * This source is subject to the license found in the file 'LICENSE' which must |
| 6 | + * be be distributed together with this source. All other rights reserved. |
| 7 | + * |
| 8 | + * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, |
| 9 | + * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED |
| 10 | + * WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. |
| 11 | + */ |
| 12 | + |
| 13 | +/***************************************************************************** |
| 14 | + * Automatically generated from yaml/swiftnav/sbp/integrity.yaml |
| 15 | + * with generate.py. Please do not hand edit! |
| 16 | + *****************************************************************************/ |
| 17 | + |
| 18 | +#ifndef LIBSBP_INTEGRITY_MACROS_H |
| 19 | +#define LIBSBP_INTEGRITY_MACROS_H |
| 20 | + |
| 21 | +#define SBP_MSG_SSR_FLAG_HIGH_LEVEL 0x0BB9 |
| 22 | +/** |
| 23 | + * The maximum number of items that can be stored in |
| 24 | + * sbp_msg_ssr_flag_high_level_t::stub (V4 API) or |
| 25 | + * msg_ssr_flag_high_level_t::stub (legacy API) before the maximum SBP message |
| 26 | + * size is exceeded |
| 27 | + */ |
| 28 | +#define SBP_MSG_SSR_FLAG_HIGH_LEVEL_STUB_MAX 255u |
| 29 | + |
| 30 | +/** |
| 31 | + * Encoded length of sbp_msg_ssr_flag_high_level_t (V4 API) and |
| 32 | + * msg_ssr_flag_high_level_t (legacy API) |
| 33 | + * |
| 34 | + * This type is not fixed size and an instance of this message may be longer |
| 35 | + * than the value indicated by this symbol. Users of the V4 API should call |
| 36 | + * #sbp_msg_ssr_flag_high_level_encoded_len to determine the actual size of an |
| 37 | + * instance of this message. Users of the legacy API are required to track the |
| 38 | + * encoded message length when interacting with the legacy type. |
| 39 | + * |
| 40 | + * See the documentation for libsbp for more details regarding the message |
| 41 | + * structure and its variable length component(s) |
| 42 | + */ |
| 43 | +#define SBP_MSG_SSR_FLAG_HIGH_LEVEL_ENCODED_OVERHEAD 0u |
| 44 | + |
| 45 | +#define SBP_MSG_SSR_FLAG_SATELLITES 0x0BBD |
| 46 | +/** |
| 47 | + * The maximum number of items that can be stored in |
| 48 | + * sbp_msg_ssr_flag_satellites_t::stub (V4 API) or |
| 49 | + * msg_ssr_flag_satellites_t::stub (legacy API) before the maximum SBP message |
| 50 | + * size is exceeded |
| 51 | + */ |
| 52 | +#define SBP_MSG_SSR_FLAG_SATELLITES_STUB_MAX 255u |
| 53 | + |
| 54 | +/** |
| 55 | + * Encoded length of sbp_msg_ssr_flag_satellites_t (V4 API) and |
| 56 | + * msg_ssr_flag_satellites_t (legacy API) |
| 57 | + * |
| 58 | + * This type is not fixed size and an instance of this message may be longer |
| 59 | + * than the value indicated by this symbol. Users of the V4 API should call |
| 60 | + * #sbp_msg_ssr_flag_satellites_encoded_len to determine the actual size of an |
| 61 | + * instance of this message. Users of the legacy API are required to track the |
| 62 | + * encoded message length when interacting with the legacy type. |
| 63 | + * |
| 64 | + * See the documentation for libsbp for more details regarding the message |
| 65 | + * structure and its variable length component(s) |
| 66 | + */ |
| 67 | +#define SBP_MSG_SSR_FLAG_SATELLITES_ENCODED_OVERHEAD 0u |
| 68 | + |
| 69 | +#define SBP_MSG_SSR_FLAG_TROPO_GRID_POINTS 0x0BC3 |
| 70 | +/** |
| 71 | + * The maximum number of items that can be stored in |
| 72 | + * sbp_msg_ssr_flag_tropo_grid_points_t::stub (V4 API) or |
| 73 | + * msg_ssr_flag_tropo_grid_points_t::stub (legacy API) before the maximum SBP |
| 74 | + * message size is exceeded |
| 75 | + */ |
| 76 | +#define SBP_MSG_SSR_FLAG_TROPO_GRID_POINTS_STUB_MAX 255u |
| 77 | + |
| 78 | +/** |
| 79 | + * Encoded length of sbp_msg_ssr_flag_tropo_grid_points_t (V4 API) and |
| 80 | + * msg_ssr_flag_tropo_grid_points_t (legacy API) |
| 81 | + * |
| 82 | + * This type is not fixed size and an instance of this message may be longer |
| 83 | + * than the value indicated by this symbol. Users of the V4 API should call |
| 84 | + * #sbp_msg_ssr_flag_tropo_grid_points_encoded_len to determine the actual size |
| 85 | + * of an instance of this message. Users of the legacy API are required to track |
| 86 | + * the encoded message length when interacting with the legacy type. |
| 87 | + * |
| 88 | + * See the documentation for libsbp for more details regarding the message |
| 89 | + * structure and its variable length component(s) |
| 90 | + */ |
| 91 | +#define SBP_MSG_SSR_FLAG_TROPO_GRID_POINTS_ENCODED_OVERHEAD 0u |
| 92 | + |
| 93 | +#define SBP_MSG_SSR_FLAG_IONO_GRID_POINTS 0x0BC7 |
| 94 | +/** |
| 95 | + * The maximum number of items that can be stored in |
| 96 | + * sbp_msg_ssr_flag_iono_grid_points_t::stub (V4 API) or |
| 97 | + * msg_ssr_flag_iono_grid_points_t::stub (legacy API) before the maximum SBP |
| 98 | + * message size is exceeded |
| 99 | + */ |
| 100 | +#define SBP_MSG_SSR_FLAG_IONO_GRID_POINTS_STUB_MAX 255u |
| 101 | + |
| 102 | +/** |
| 103 | + * Encoded length of sbp_msg_ssr_flag_iono_grid_points_t (V4 API) and |
| 104 | + * msg_ssr_flag_iono_grid_points_t (legacy API) |
| 105 | + * |
| 106 | + * This type is not fixed size and an instance of this message may be longer |
| 107 | + * than the value indicated by this symbol. Users of the V4 API should call |
| 108 | + * #sbp_msg_ssr_flag_iono_grid_points_encoded_len to determine the actual size |
| 109 | + * of an instance of this message. Users of the legacy API are required to track |
| 110 | + * the encoded message length when interacting with the legacy type. |
| 111 | + * |
| 112 | + * See the documentation for libsbp for more details regarding the message |
| 113 | + * structure and its variable length component(s) |
| 114 | + */ |
| 115 | +#define SBP_MSG_SSR_FLAG_IONO_GRID_POINTS_ENCODED_OVERHEAD 0u |
| 116 | + |
| 117 | +#define SBP_MSG_SSR_FLAG_IONO_TILE_SAT_LOS 0x0BCD |
| 118 | +/** |
| 119 | + * The maximum number of items that can be stored in |
| 120 | + * sbp_msg_ssr_flag_iono_tile_sat_los_t::stub (V4 API) or |
| 121 | + * msg_ssr_flag_iono_tile_sat_los_t::stub (legacy API) before the maximum SBP |
| 122 | + * message size is exceeded |
| 123 | + */ |
| 124 | +#define SBP_MSG_SSR_FLAG_IONO_TILE_SAT_LOS_STUB_MAX 255u |
| 125 | + |
| 126 | +/** |
| 127 | + * Encoded length of sbp_msg_ssr_flag_iono_tile_sat_los_t (V4 API) and |
| 128 | + * msg_ssr_flag_iono_tile_sat_los_t (legacy API) |
| 129 | + * |
| 130 | + * This type is not fixed size and an instance of this message may be longer |
| 131 | + * than the value indicated by this symbol. Users of the V4 API should call |
| 132 | + * #sbp_msg_ssr_flag_iono_tile_sat_los_encoded_len to determine the actual size |
| 133 | + * of an instance of this message. Users of the legacy API are required to track |
| 134 | + * the encoded message length when interacting with the legacy type. |
| 135 | + * |
| 136 | + * See the documentation for libsbp for more details regarding the message |
| 137 | + * structure and its variable length component(s) |
| 138 | + */ |
| 139 | +#define SBP_MSG_SSR_FLAG_IONO_TILE_SAT_LOS_ENCODED_OVERHEAD 0u |
| 140 | + |
| 141 | +#define SBP_MSG_SSR_FLAG_IONO_GRID_POINT_SAT_LOS 0x0BD1 |
| 142 | +/** |
| 143 | + * The maximum number of items that can be stored in |
| 144 | + * sbp_msg_ssr_flag_iono_grid_point_sat_los_t::stub (V4 API) or |
| 145 | + * msg_ssr_flag_iono_grid_point_sat_los_t::stub (legacy API) before the maximum |
| 146 | + * SBP message size is exceeded |
| 147 | + */ |
| 148 | +#define SBP_MSG_SSR_FLAG_IONO_GRID_POINT_SAT_LOS_STUB_MAX 255u |
| 149 | + |
| 150 | +/** |
| 151 | + * Encoded length of sbp_msg_ssr_flag_iono_grid_point_sat_los_t (V4 API) and |
| 152 | + * msg_ssr_flag_iono_grid_point_sat_los_t (legacy API) |
| 153 | + * |
| 154 | + * This type is not fixed size and an instance of this message may be longer |
| 155 | + * than the value indicated by this symbol. Users of the V4 API should call |
| 156 | + * #sbp_msg_ssr_flag_iono_grid_point_sat_los_encoded_len to determine the actual |
| 157 | + * size of an instance of this message. Users of the legacy API are required to |
| 158 | + * track the encoded message length when interacting with the legacy type. |
| 159 | + * |
| 160 | + * See the documentation for libsbp for more details regarding the message |
| 161 | + * structure and its variable length component(s) |
| 162 | + */ |
| 163 | +#define SBP_MSG_SSR_FLAG_IONO_GRID_POINT_SAT_LOS_ENCODED_OVERHEAD 0u |
| 164 | + |
| 165 | +#endif /* LIBSBP_INTEGRITY_MACROS_H */ |
0 commit comments