Skip to content

Commit 994c9ad

Browse files
authored
Add group meta msg flag masks (#160)
* Add group meta msg flag masks * Clint
1 parent 938eea5 commit 994c9ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/swiftnav/pvt_result.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ extern "C" {
5555
#define INS_MODE_MASK 0x7 /* Bit 0-2 */
5656
#define INS_GNSS_FIX_AVAILABILITY_MASK 0x8 /* Bit 3 */
5757

58+
/* Define GROUP_META flags used in fusion */
59+
#define GROUP_META_TIME_SOURCE 0x3 /* Bits 0-1 */
60+
#define GROUP_META_SOLUTION_SOURCE 0xC /* Bits 2-3 */
61+
#define GROUP_META_TIME_QUALITY 0x30 /* Bits 4-5 */
62+
5863
/* These masks are used in the firmware. */
5964
#define POSITION_MODE_MASK 0x07 /* Bits 0-2 */
6065
#define VELOCITY_MODE_MASK 0x07 /* Bits 0-2 */

0 commit comments

Comments
 (0)