|
|
|
@ -42,7 +42,10 @@ public:
@@ -42,7 +42,10 @@ public:
|
|
|
|
|
APMCameraComponent* cameraComponent (void) const { return _cameraComponent; } |
|
|
|
|
APMFlightModesComponent* flightModesComponent(void) const { return _flightModesComponent; } |
|
|
|
|
APMPowerComponent* powerComponent (void) const { return _powerComponent; } |
|
|
|
|
#if 0 |
|
|
|
|
// Temporarily removed, waiting for new command implementation
|
|
|
|
|
MotorComponent* motorComponent (void) const { return _motorComponent; } |
|
|
|
|
#endif |
|
|
|
|
APMRadioComponent* radioComponent (void) const { return _radioComponent; } |
|
|
|
|
APMSafetyComponent* safetyComponent (void) const { return _safetyComponent; } |
|
|
|
|
APMSensorsComponent* sensorsComponent (void) const { return _sensorsComponent; } |
|
|
|
@ -61,7 +64,10 @@ private:
@@ -61,7 +64,10 @@ private:
|
|
|
|
|
APMCameraComponent* _cameraComponent; |
|
|
|
|
APMFlightModesComponent* _flightModesComponent; |
|
|
|
|
APMPowerComponent* _powerComponent; |
|
|
|
|
#if 0 |
|
|
|
|
// Temporarily removed, waiting for new command implementation
|
|
|
|
|
MotorComponent* _motorComponent; |
|
|
|
|
#endif |
|
|
|
|
APMRadioComponent* _radioComponent; |
|
|
|
|
APMSafetyComponent* _safetyComponent; |
|
|
|
|
APMSensorsComponent* _sensorsComponent; |
|
|
|
|