libsbp  v2.4.7
sbas.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015-2018 Swift Navigation Inc.
3  * Contact: Swift Navigation <dev@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/sbas.yaml
15  * with generate.py. Please do not hand edit!
16  *****************************************************************************/
17 
23 #ifndef LIBSBP_SBAS_MESSAGES_H
24 #define LIBSBP_SBAS_MESSAGES_H
25 
26 #include "common.h"
27 #include "gnss.h"
28 
29 SBP_PACK_START
30 
31 
37 #define SBP_MSG_SBAS_RAW 0x7777
38 typedef struct SBP_ATTR_PACKED {
40  u32 tow;
42  u8 data[27];
44 
45 
48 SBP_PACK_END
49 
50 #endif /* LIBSBP_SBAS_MESSAGES_H */
u32 tow
GPS time-of-week at the start of the data block.
Definition: sbas.h:40
sbp_gnss_signal_t sid
GNSS signal identifier.
Definition: sbas.h:39
Represents all the relevant information about the signal.
Definition: gnss.h:35
uint8_t u8
Unsigned 8-bit integer.
Definition: common.h:40
uint32_t u32
Unsigned 32-bit integer.
Definition: common.h:44
u8 message_type
SBAS message type (0-63)
Definition: sbas.h:41