|
|
|
@ -9,7 +9,6 @@
@@ -9,7 +9,6 @@
|
|
|
|
|
#if HAL_GENERATOR_ENABLED |
|
|
|
|
|
|
|
|
|
#include <AP_Param/AP_Param.h> |
|
|
|
|
#include <GCS_MAVLink/GCS.h> |
|
|
|
|
#include <AP_BattMonitor/AP_BattMonitor.h> |
|
|
|
|
|
|
|
|
|
class AP_Generator_Backend; |
|
|
|
@ -62,7 +61,7 @@ public:
@@ -62,7 +61,7 @@ public:
|
|
|
|
|
bool idle(void); |
|
|
|
|
bool run(void); |
|
|
|
|
|
|
|
|
|
void send_generator_status(const GCS_MAVLINK &channel); |
|
|
|
|
void send_generator_status(const class GCS_MAVLINK &channel); |
|
|
|
|
|
|
|
|
|
// Parameter block
|
|
|
|
|
static const struct AP_Param::GroupInfo var_info[]; |
|
|
|
|