|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Vectornav VN-200 as AHRS. More...
#include "subsystems/ahrs/ahrs_vectornav.h"
Include dependency graph for ahrs_vectornav_wrapper.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | PRIMARY_AHRS ahrs_vectornav |
Functions | |
| void | ahrs_vectornav_register (void) |
| bool | ahrs_vectornav_is_enabled (void) |
Vectornav VN-200 as AHRS.
Definition in file ahrs_vectornav_wrapper.h.
| #define PRIMARY_AHRS ahrs_vectornav |
Definition at line 34 of file ahrs_vectornav_wrapper.h.
| bool ahrs_vectornav_is_enabled | ( | void | ) |
Definition at line 62 of file ahrs_vectornav_wrapper.c.
References ahrs_vectornav_output_enabled.
Referenced by ahrs_vectornav_event().
Here is the caller graph for this function:| void ahrs_vectornav_register | ( | void | ) |
Definition at line 66 of file ahrs_vectornav_wrapper.c.
References ahrs_register_impl(), ahrs_vectornav_enable_output(), ahrs_vectornav_init(), AHRS_VECTORNAV_OUTPUT_ENABLED, DefaultPeriodic, register_periodic_telemetry(), and send_euler().
Here is the call graph for this function: