|
|
|
@ -98,6 +98,8 @@ signals:
@@ -98,6 +98,8 @@ signals:
|
|
|
|
|
void UASCreated(UASInterface* UAS); |
|
|
|
|
/** A system was deleted */ |
|
|
|
|
void UASDeleted(UASInterface* UAS); |
|
|
|
|
/** A system was deleted */ |
|
|
|
|
void UASDeleted(int systemId); |
|
|
|
|
/** @brief The UAS currently under main operator control changed */ |
|
|
|
|
void activeUASSet(UASInterface* UAS); |
|
|
|
|
/** @brief The UAS currently under main operator control changed */ |
|
|
|
|