/* * This file is part of antenna_calc. * * is free software: you can redistribute it and/or modify * it under the terms of the as published by * the , either version of the License, or * (at your option) any later version. * * is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * for more details. * * You should have received a copy of the LICENSE or LICENSE.md * along with antenna_calc. If not, see antenna_calc/LICENSE. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include "../include/Antenna.h" #include "../include/Spectrum.h" #include "../include/Band.h" #include "../include/Frequency.h" #include "../include/Wavelength.h" Wavelength::Wavelength(int value) { } int Wavelength::getValue() { } int Wavelength::setValue() { }