NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_debug_vect.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  __mavlink_debug_vect_t
 

Macros

#define MAVLINK_MSG_ID_DEBUG_VECT   250
 
#define MAVLINK_MSG_ID_DEBUG_VECT_LEN   30
 
#define MAVLINK_MSG_ID_250_LEN   30
 
#define MAVLINK_MSG_ID_DEBUG_VECT_CRC   49
 
#define MAVLINK_MSG_ID_250_CRC   49
 
#define MAVLINK_MSG_DEBUG_VECT_FIELD_NAME_LEN   10
 
#define MAVLINK_MESSAGE_INFO_DEBUG_VECT
 

Typedefs

typedef struct
__mavlink_debug_vect_t 
mavlink_debug_vect_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_DEBUG_VECT
Value:
{ \
"DEBUG_VECT", \
5, \
{ { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_debug_vect_t, time_usec) }, \
{ "x", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_debug_vect_t, x) }, \
{ "y", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_debug_vect_t, y) }, \
{ "z", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_debug_vect_t, z) }, \
{ "name", NULL, MAVLINK_TYPE_CHAR, 10, 20, offsetof(mavlink_debug_vect_t, name) }, \
} \
}
uint8_t z
set the acc deadband for z-Axis, this ignores small accelerations
Definition: accelerometer.h:52
#define MAVLINK_MSG_DEBUG_VECT_FIELD_NAME_LEN   10
#define MAVLINK_MSG_ID_250_CRC   49
#define MAVLINK_MSG_ID_250_LEN   30
#define MAVLINK_MSG_ID_DEBUG_VECT   250
#define MAVLINK_MSG_ID_DEBUG_VECT_CRC   49
#define MAVLINK_MSG_ID_DEBUG_VECT_LEN   30

Typedef Documentation