mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AP_Module: rename for AHRS restructuring
This commit is contained in:
parent
b1bd699a73
commit
da11b6be77
@ -135,7 +135,7 @@ void AP_Module::call_hook_setup_complete(void)
|
||||
/*
|
||||
call any AHRS_update hooks
|
||||
*/
|
||||
void AP_Module::call_hook_AHRS_update(const AP_AHRS_NavEKF &ahrs)
|
||||
void AP_Module::call_hook_AHRS_update(const AP_AHRS &ahrs)
|
||||
{
|
||||
#if AP_MODULE_SUPPORTED
|
||||
if (hooks[HOOK_AHRS_UPDATE] == nullptr) {
|
||||
|
@ -50,7 +50,7 @@ public:
|
||||
static void call_hook_setup_complete(void);
|
||||
|
||||
// call any AHRS_update hooks
|
||||
static void call_hook_AHRS_update(const AP_AHRS_NavEKF &ahrs);
|
||||
static void call_hook_AHRS_update(const AP_AHRS &ahrs);
|
||||
|
||||
// call any gyro_sample hooks
|
||||
static void call_hook_gyro_sample(uint8_t instance, float dt, const Vector3f &gyro);
|
||||
|
Loading…
Reference in New Issue
Block a user