mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +08:00
Avionics classes for Transponder, ADF, changed namespace to 2ndlevel
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
#include "blackmisc/avheading.h"
|
||||
#include "blackmisc/avverticalpositions.h"
|
||||
#include "blackmisc/aviocomsystem.h"
|
||||
#include "blackmisc/avionavsystem.h"
|
||||
#include "blackmisc/aviotransponder.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Aviation;
|
||||
|
||||
namespace BlackMiscTest {
|
||||
|
||||
@@ -30,17 +32,19 @@ private slots:
|
||||
* \brief Basic unit tests for physical units
|
||||
*/
|
||||
void headingBasics();
|
||||
|
||||
/*!
|
||||
* \brief Vertical positions
|
||||
*/
|
||||
void verticalPosition();
|
||||
|
||||
/*!
|
||||
* \brief COM and NAV units
|
||||
*/
|
||||
void comAndNav();
|
||||
|
||||
/*!
|
||||
* \brief Transponder
|
||||
*/
|
||||
void transponder();
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user