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:
parent
51f82dedbe
commit
31dcd4f016
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user