Initial Commit
This commit is contained in:
12
include/Antenna.h
Normal file
12
include/Antenna.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef ANTENNA_H
|
||||
#define ANTENNA_H
|
||||
|
||||
class Antenna
|
||||
{
|
||||
|
||||
public:
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
12
include/Band.h
Normal file
12
include/Band.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef BAND_H
|
||||
#define BAND_H
|
||||
|
||||
class Band
|
||||
{
|
||||
|
||||
pulic:
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
12
include/Frequency.h
Normal file
12
include/Frequency.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef FREQUENCY_H
|
||||
#define FREQUENCY_H
|
||||
|
||||
class Frequency
|
||||
{
|
||||
|
||||
public:
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
12
include/Spectrum.h
Normal file
12
include/Spectrum.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SPECTRUM_H
|
||||
#define SPECTRUM_H
|
||||
|
||||
class SPECTRUM
|
||||
{
|
||||
|
||||
public:
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
12
include/Wavelength.h
Normal file
12
include/Wavelength.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef WAVELENGTH_H
|
||||
#define WAVELENGTH_H
|
||||
|
||||
class WAVELENGTH
|
||||
{
|
||||
|
||||
public:
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user