mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Changed order of samples directory, started with aviation classes.
This commit is contained in:
25
samples/blackmiscquantities/samplesphysicalquantities.h
Normal file
25
samples/blackmiscquantities/samplesphysicalquantities.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef SAMPLESPHYSICALQUANTITIES_H
|
||||
#define SAMPLESPHYSICALQUANTITIES_H
|
||||
|
||||
#include <QDebug>
|
||||
#include "blackmisc/pqconstants.h"
|
||||
#include "blackmisc/debug.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
|
||||
namespace BlackMiscTest {
|
||||
|
||||
/*!
|
||||
* \brief Samples for physical quantities
|
||||
*/
|
||||
class CSamplesPhysicalQuantities
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Run the samples
|
||||
*/
|
||||
static int samples();
|
||||
};
|
||||
}
|
||||
|
||||
#endif // SAMPLESPHYSICALQUANTITIES_H
|
||||
Reference in New Issue
Block a user