mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 15:15:39 +08:00
Cleaned up tests / samples a bit
This commit is contained in:
@@ -11,17 +11,11 @@ using namespace BlackMisc::PhysicalQuantities;
|
|||||||
namespace BlackMiscTest
|
namespace BlackMiscTest
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Samples
|
* Samples
|
||||||
*/
|
*/
|
||||||
int CSamplesAviation::samples()
|
int CSamplesAviation::samples()
|
||||||
{
|
{
|
||||||
// CSpeed s1(10, CSpeedUnit::kts());
|
|
||||||
|
|
||||||
CMeasurementPrefix p1 = CMeasurementPrefix::G();
|
|
||||||
CAngle a(10, CAngleUnit::deg());
|
|
||||||
qDebug() << a;
|
|
||||||
|
|
||||||
CHeading h1(180, true, CAngleUnit::deg());
|
CHeading h1(180, true, CAngleUnit::deg());
|
||||||
CHeading h2(180, false, CAngleUnit::deg());
|
CHeading h2(180, false, CAngleUnit::deg());
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
namespace BlackCoreTest
|
namespace BlackCoreTest
|
||||||
{
|
{
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Starting main, equivalent to QTEST_APPLESS_MAIN for multiple test classes.
|
* Starting main, equivalent to QTEST_APPLESS_MAIN for multiple test classes.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user