mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-12 20:55:39 +08:00
@@ -42,19 +42,19 @@ int main(int argc, char *argv[])
|
||||
t.start();
|
||||
if (i.startsWith("1"))
|
||||
{
|
||||
BlackSimTest::CSamplesFsCommon::samples(streamOut, streamIn);
|
||||
BlackSample::CSamplesFsCommon::samples(streamOut, streamIn);
|
||||
}
|
||||
else if (i.startsWith("2"))
|
||||
{
|
||||
BlackSimTest::CSamplesFsx::samplesMisc(streamOut);
|
||||
BlackSample::CSamplesFsx::samplesMisc(streamOut);
|
||||
}
|
||||
else if (i.startsWith("3"))
|
||||
{
|
||||
BlackSimTest::CSamplesModelMapping::samples(streamOut, streamIn);
|
||||
BlackSample::CSamplesModelMapping::samples(streamOut, streamIn);
|
||||
}
|
||||
else if (i.startsWith("4"))
|
||||
{
|
||||
BlackSimTest::CSamplesVPilotRules::samples(streamOut, streamIn);
|
||||
BlackSample::CSamplesVPilotRules::samples(streamOut, streamIn);
|
||||
}
|
||||
else if (i.startsWith("x"))
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Simulation::FsCommon;
|
||||
|
||||
namespace BlackSimTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
/*
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKSIMTEST_SAMPLESFSCOMMON_H
|
||||
#define BLACKSIMTEST_SAMPLESFSCOMMON_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESFSCOMMON_H
|
||||
#define BLACKSAMPLE_SAMPLESFSCOMMON_H
|
||||
|
||||
#include <QTextStream>
|
||||
|
||||
namespace BlackSimTest
|
||||
namespace BlackSample
|
||||
{
|
||||
//! Samples for FsCommon classes
|
||||
class CSamplesFsCommon
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
using namespace BlackMisc::Simulation::Fsx;
|
||||
|
||||
namespace BlackSimTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
/*
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKSIMTEST_SAMPLESFSX_H
|
||||
#define BLACKSIMTEST_SAMPLESFSX_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESFSX_H
|
||||
#define BLACKSAMPLE_SAMPLESFSX_H
|
||||
|
||||
#include <QTextStream>
|
||||
|
||||
namespace BlackSimTest
|
||||
namespace BlackSample
|
||||
{
|
||||
//! Samples for FSX classes
|
||||
class CSamplesFsx
|
||||
|
||||
@@ -24,7 +24,7 @@ using namespace BlackMisc::Simulation;
|
||||
using namespace BlackMisc::Simulation::FsCommon;
|
||||
using namespace BlackMisc::Aviation;
|
||||
|
||||
namespace BlackSimTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
/*
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKSIMTEST_SAMPLESMODELMAPPING_H
|
||||
#define BLACKSIMTEST_SAMPLESMODELMAPPING_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESMODELMAPPING_H
|
||||
#define BLACKSAMPLE_SAMPLESMODELMAPPING_H
|
||||
|
||||
#include <QTextStream>
|
||||
|
||||
namespace BlackSimTest
|
||||
namespace BlackSample
|
||||
{
|
||||
//! Samples for model mapping classes
|
||||
class CSamplesModelMapping
|
||||
|
||||
@@ -21,7 +21,7 @@ using namespace BlackMisc;
|
||||
using namespace BlackMisc::Simulation;
|
||||
using namespace BlackMisc::Simulation::FsCommon;
|
||||
|
||||
namespace BlackSimTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
/*
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKSIMTEST_SAMPLESVPILOTRULES_H
|
||||
#define BLACKSIMTEST_SAMPLESVPILOTRULES_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESVPILOTRULES_H
|
||||
#define BLACKSAMPLE_SAMPLESVPILOTRULES_H
|
||||
|
||||
#include <QTextStream>
|
||||
|
||||
namespace BlackSimTest
|
||||
namespace BlackSample
|
||||
{
|
||||
//! Samples for vPilot rules
|
||||
class CSamplesVPilotRules
|
||||
|
||||
Reference in New Issue
Block a user