smartsdr-dsp/DSP_API/main.h
2014-09-05 21:48:37 -05:00

32 lines
1.2 KiB
C

/* *****************************************************************************
* main.h 2014 AUG 23
*
* Author: Graham / KE9H
*
* Date created: August 5, 2014
*
* Wrapper program for "Embedded FreeDV" including CODEC2
*
* *****************************************************************************
*
* Copyright (C) 2014 FlexRadio Systems.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
**************************************************************************** */
#ifndef MAIN_H_
#define MAIN_H_
void freedv_set_string(uint32 slice, char* string);
#endif /* MAIN_H_ */