#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
◆ accel_sample_version
#define accel_sample_version 2 |
◆ AHRS_state_version
#define AHRS_state_version 3 |
◆ gyro_sample_version
#define gyro_sample_version 1 |
◆ ap_hook_accel_sample_fn_t
typedef void(* ap_hook_accel_sample_fn_t) (const struct accel_sample *) |
◆ ap_hook_AHRS_update_fn_t
typedef void(* ap_hook_AHRS_update_fn_t) (const struct AHRS_state *) |
◆ ap_hook_gyro_sample_fn_t
typedef void(* ap_hook_gyro_sample_fn_t) (const struct gyro_sample *) |
◆ ap_hook_setup_complete_fn_t
typedef void(* ap_hook_setup_complete_fn_t) (uint64_t) |
◆ ap_hook_setup_start_fn_t
typedef void(* ap_hook_setup_start_fn_t) (uint64_t) |
◆ AHRS_status
Enumerator |
---|
AHRS_STATUS_INITIALISING | |
AHRS_STATUS_UNHEALTHY | |
AHRS_STATUS_HEALTHY | |
Definition at line 21 of file AP_Module_Structures.h.
◆ ap_hook_accel_sample()
void ap_hook_accel_sample |
( |
const struct accel_sample * |
state | ) |
|
◆ ap_hook_AHRS_update()
void ap_hook_AHRS_update |
( |
const struct AHRS_state * |
state | ) |
|
◆ ap_hook_gyro_sample()
void ap_hook_gyro_sample |
( |
const struct gyro_sample * |
state | ) |
|
◆ ap_hook_setup_complete()
void ap_hook_setup_complete |
( |
uint64_t |
time_us | ) |
|
◆ ap_hook_setup_start()
void ap_hook_setup_start |
( |
uint64_t |
time_us | ) |
|