mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 20:29:47 +08:00
@@ -19,7 +19,7 @@
|
||||
#include "blackmisc/pq/pq.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMiscTest;
|
||||
using namespace BlackSample;
|
||||
|
||||
//! Sample tests
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <QString>
|
||||
#include <numeric>
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
/*
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESALGORITHM_H
|
||||
#define BLACKMISCTEST_SAMPLESALGORITHM_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESALGORITHM_H
|
||||
#define BLACKSAMPLE_SAMPLESALGORITHM_H
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
//! Samples for our algorithms
|
||||
class CSamplesAlgorithm
|
||||
|
||||
@@ -25,7 +25,7 @@ using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackMisc::Geo;
|
||||
using namespace BlackMisc::Network;
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
/*
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESCHANGEDATA_H
|
||||
#define BLACKMISCTEST_SAMPLESCHANGEDATA_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESCHANGEDATA_H
|
||||
#define BLACKSAMPLE_SAMPLESCHANGEDATA_H
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
//! Samples for metadata
|
||||
class CSamplesChangeObject
|
||||
|
||||
@@ -20,7 +20,7 @@ using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackMisc::Geo;
|
||||
using namespace BlackMisc::Network;
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
/*
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESCONTAINER_H
|
||||
#define BLACKMISCTEST_SAMPLESCONTAINER_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESCONTAINER_H
|
||||
#define BLACKSAMPLE_SAMPLESCONTAINER_H
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
//! Samples for our containers
|
||||
class CSamplesContainer
|
||||
|
||||
@@ -20,7 +20,7 @@ using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackMisc::Geo;
|
||||
using namespace BlackMisc::Network;
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
/*
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESJSON_H
|
||||
#define BLACKMISCTEST_SAMPLESJSON_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESJSON_H
|
||||
#define BLACKSAMPLE_SAMPLESJSON_H
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
//! Samples for metadata
|
||||
|
||||
@@ -19,7 +19,7 @@ using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackMisc::Geo;
|
||||
using namespace BlackMisc::Network;
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
int CSamplesMetadata::samples()
|
||||
{
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESMETADATA_H
|
||||
#define BLACKMISCTEST_SAMPLESMETADATA_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESMETADATA_H
|
||||
#define BLACKSAMPLE_SAMPLESMETADATA_H
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
//! Samples for metadata
|
||||
|
||||
@@ -19,7 +19,7 @@ using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
/*
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESPERFORMANCEINDEX_H
|
||||
#define BLACKMISCTEST_SAMPLESPERFORMANCEINDEX_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESPERFORMANCE_H
|
||||
#define BLACKSAMPLE_SAMPLESPERFORMANCE_H
|
||||
|
||||
#include "blackmisc/aviation/aircraftsituationlist.h"
|
||||
#include <QTextStream>
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
//! Samples for our containers
|
||||
class CSamplesPerformance
|
||||
|
||||
Reference in New Issue
Block a user