Browse Source

Tools: Replay: allow scripts to get modes

zr-v5.1
Tatsuya Yamaguchi 5 years ago committed by Andrew Tridgell
parent
commit
058cd4200f
  1. 1
      Tools/Replay/Replay.h

1
Tools/Replay/Replay.h

@ -60,6 +60,7 @@ public: @@ -60,6 +60,7 @@ public:
void load_parameters(void);
virtual bool set_mode(const uint8_t new_mode, const ModeReason reason) override { return true; }
virtual uint8_t get_mode() const override { return 0; }
AP_Vehicle::FixedWing aparm;
AP_Airspeed airspeed;

Loading…
Cancel
Save