From 9095faebccf767fbc7eef0f652ef78c2cc3a8fd9 Mon Sep 17 00:00:00 2001 From: Bryant Date: Tue, 22 Jul 2014 18:16:38 -0700 Subject: [PATCH] Signals cannot be overridden in subclasses. --- src/uas/UASManager.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/uas/UASManager.h b/src/uas/UASManager.h index 4d5976f53..7a8b59717 100644 --- a/src/uas/UASManager.h +++ b/src/uas/UASManager.h @@ -275,24 +275,6 @@ protected: private: static UASManagerInterface* _mockUASManager; -signals: - - /** A new system was created */ - void UASCreated(UASInterface* UAS); - /** A system was deleted */ - void UASDeleted(UASInterface* UAS); - /** @brief The UAS currently under main operator control changed */ - void activeUASSet(UASInterface* UAS); - /** @brief The UAS currently under main operator control changed */ - void activeUASSet(int systemId); - /** @brief The UAS currently under main operator control changed */ - void activeUASSetListIndex(int listIndex); - /** @brief The UAS currently under main operator control changed */ - void activeUASStatusChanged(UASInterface* UAS, bool active); - /** @brief The UAS currently under main operator control changed */ - void activeUASStatusChanged(int systemId, bool active); - /** @brief Current home position changed */ - void homePositionChanged(double lat, double lon, double alt); public: /* Need to align struct pointer to prevent a memory assertion: * See http://eigen.tuxfamily.org/dox-devel/TopicUnalignedArrayAssert.html -- 2.22.0