1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-22 14:19:42 +01:00

OP-1592 Private method for isApplicable()

This commit is contained in:
Laurent Lalanne 2014-11-02 18:39:03 +01:00
parent 51f82dedbe
commit 31dcd4f016

View File

@ -57,7 +57,6 @@ public:
VehicleConfigurationHelper(VehicleConfigurationSource *configSource);
bool setupVehicle(bool save = true);
bool setupHardwareSettings(bool save = true);
bool isApplicable(UAVObject *dataObj);
static const qint16 LEGACY_ESC_FREQUENCY = 50;
static const qint16 RAPID_ESC_FREQUENCY = 500;
static const qint16 ANALOG_SERVO_FREQUENCY = 50;
@ -90,6 +89,8 @@ private:
void applyManualControlDefaults();
void applyTemplateSettings();
bool isApplicable(UAVObject *dataObj);
void applyMixerConfiguration(mixerChannelSettings channels[]);
GUIConfigDataUnion getGUIConfigData();