Use namespace BlackSample in samples

refs #594
This commit is contained in:
Roland Winklmeier
2016-02-09 10:18:55 +01:00
parent bf787478ad
commit bd6f0d0f25
42 changed files with 726 additions and 707 deletions

View File

@@ -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"))
{

View File

@@ -23,7 +23,7 @@
using namespace BlackMisc;
using namespace BlackMisc::Simulation::FsCommon;
namespace BlackSimTest
namespace BlackSample
{
/*

View File

@@ -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

View File

@@ -14,7 +14,7 @@
using namespace BlackMisc::Simulation::Fsx;
namespace BlackSimTest
namespace BlackSample
{
/*

View File

@@ -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

View File

@@ -24,7 +24,7 @@ using namespace BlackMisc::Simulation;
using namespace BlackMisc::Simulation::FsCommon;
using namespace BlackMisc::Aviation;
namespace BlackSimTest
namespace BlackSample
{
/*

View File

@@ -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

View File

@@ -21,7 +21,7 @@ using namespace BlackMisc;
using namespace BlackMisc::Simulation;
using namespace BlackMisc::Simulation::FsCommon;
namespace BlackSimTest
namespace BlackSample
{
/*

View File

@@ -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