libsbp
v2.4.7
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
vehicle.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/vehicle.yaml
15
* with generate.py. Please do not hand edit!
16
*****************************************************************************/
17
23
#ifndef LIBSBP_VEHICLE_MESSAGES_H
24
#define LIBSBP_VEHICLE_MESSAGES_H
25
26
#include "
common.h
"
27
28
SBP_PACK_START
29
30
39
#define SBP_MSG_ODOMETRY 0x0903
40
typedef
struct
SBP_ATTR_PACKED {
41
u32
tow
;
45
s32
velocity
;
47
u8
flags
;
48
}
msg_odometry_t
;
49
50
53
SBP_PACK_END
54
55
#endif
/* LIBSBP_VEHICLE_MESSAGES_H */
msg_odometry_t::velocity
s32 velocity
The signed forward component of vehicle velocity.
Definition:
vehicle.h:45
msg_odometry_t::flags
u8 flags
Status flags.
Definition:
vehicle.h:47
msg_odometry_t
Definition:
vehicle.h:40
u8
uint8_t u8
Unsigned 8-bit integer.
Definition:
common.h:40
msg_odometry_t::tow
u32 tow
Time field representing either milliseconds in the GPS Week or local CPU time from the producing syst...
Definition:
vehicle.h:41
u32
uint32_t u32
Unsigned 32-bit integer.
Definition:
common.h:44
common.h
s32
int32_t s32
Signed 32-bit integer.
Definition:
common.h:36
include
libsbp
vehicle.h
Generated on Wed Feb 6 2019 15:50:35 for libsbp by
1.8.9.1