mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
AP_Vehicle: add AP_ESC_Telem
This commit is contained in:
parent
dc537efabe
commit
72612d3cb9
@ -37,6 +37,7 @@
|
|||||||
#include <AP_ServoRelayEvents/AP_ServoRelayEvents.h>
|
#include <AP_ServoRelayEvents/AP_ServoRelayEvents.h>
|
||||||
#include <AP_Camera/AP_RunCam.h>
|
#include <AP_Camera/AP_RunCam.h>
|
||||||
#include <AP_Hott_Telem/AP_Hott_Telem.h>
|
#include <AP_Hott_Telem/AP_Hott_Telem.h>
|
||||||
|
#include <AP_ESC_Telem/AP_ESC_Telem.h>
|
||||||
|
|
||||||
class AP_Vehicle : public AP_HAL::HAL::Callbacks {
|
class AP_Vehicle : public AP_HAL::HAL::Callbacks {
|
||||||
|
|
||||||
@ -217,6 +218,8 @@ protected:
|
|||||||
AP_Hott_Telem hott_telem;
|
AP_Hott_Telem hott_telem;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
AP_ESC_Telem esc_telem;
|
||||||
|
|
||||||
static const struct AP_Param::GroupInfo var_info[];
|
static const struct AP_Param::GroupInfo var_info[];
|
||||||
static const struct AP_Scheduler::Task scheduler_tasks[];
|
static const struct AP_Scheduler::Task scheduler_tasks[];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user