36 lines
1.1 KiB
C
36 lines
1.1 KiB
C
/**
|
|
* @file cusdr_radioParameter.h
|
|
* @brief Radio parameter header for cuSDR
|
|
* @author by Hermann von Hasseln, DL3HVH
|
|
* @version 0.1
|
|
* @date 2011-09-22
|
|
*/
|
|
|
|
/*
|
|
* Copyright 2011 Hermann von Hasseln, DL3HVH
|
|
*
|
|
* Based on the complex type CPX by Philip A Covington, p.covington@gmail.com
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Library General Public License version 2 as
|
|
* published by the Free Software Foundation
|
|
*
|
|
* This program 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
|
|
* GNU General Public License for more details
|
|
*
|
|
* You should have received a copy of the GNU Library General Public
|
|
* License along with this program; if not, write to the
|
|
* Free Software Foundation, Inc.,
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
*/
|
|
|
|
#ifndef _CUSDR_RADIO_PARAMETER_H
|
|
#define _CUSDR_RADIO_PARAMETER_H
|
|
|
|
|
|
|
|
|
|
#endif // _CUSDR_RADIO_PARAMETER_H
|