|
Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for ins_xsens.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | XsensTime |
| Library for the XSENS AHRS. More... | |
| struct | ImuXsens |
Macros | |
| #define | ImuEvent() {} |
Functions | |
| void | xsens_periodic (void) |
Variables | |
| struct XsensTime | xsens_time |
| uint8_t | xsens_msg_status |
| uint16_t | xsens_time_stamp |
| struct ImuXsens | imu_xsens |
| struct XsensTime |
| struct ImuXsens |
Definition at line 58 of file ins_xsens.h.
| Data Fields | ||
|---|---|---|
| bool_t | accel_available | |
| bool_t | gyro_available | |
| bool_t | mag_available | |
| #define ImuEvent | ( | void | ) | {} |
Definition at line 65 of file ins_xsens.h.
| void xsens_periodic | ( | void | ) |
Definition at line 317 of file ins_xsens.c.
References xsens_ask_message_rate(), xsens_configured, xsens_declination, xsens_output_mode, xsens_output_settings, XsensHeader, and XsensTrailer.
Referenced by imu_periodic().
Here is the call graph for this function:
Here is the caller graph for this function:| struct ImuXsens imu_xsens |
Definition at line 233 of file ins_xsens.c.
Referenced by handle_ins_msg(), imu_impl_init(), and parse_ins_msg().
| uint8_t xsens_msg_status |
Definition at line 186 of file ins_xsens.c.
Referenced by parse_ins_msg(), and xsens_init().
| struct XsensTime xsens_time |
Definition at line 202 of file ins_xsens.c.
Referenced by parse_ins_msg().
| uint16_t xsens_time_stamp |
Definition at line 187 of file ins_xsens.c.
Referenced by parse_ins_msg(), and xsens_init().