octsdr-2g-wireshark/software/include/vocallo/octvc1_app.h

34 lines
1.6 KiB
C
Raw Normal View History

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
File: OCTVC1_APP.h
Copyright (c) 2014 Octasic Inc. All rights reserved.
Description: Contains the definition of the OCTVC1 API.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Octasic_Release: OCTSDR-2G-01.08.05-B29-ALPHA (2014/08/14)
$Octasic_Revision: $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_APP_H__
#define __OCTVC1_APP_H__
/***************************** INCLUDE FILES *******************************/
#include "../octdev_types.h"
/****************************************************************************
Generic application definitions
****************************************************************************/
#define cOCTVC1_APP_COMPANY_NAME "Octasic"
#define cOCTVC1_APP_PRODUCT_NAME "Vocallo Software Define Radio"
#define cOCTVC1_APP_PRODUCT_SHORT_NAME "sdr"
#define cOCTVC1_APP_PRODUCT_GOOSE_ROOT_NAME "octsdr"
#endif /* __OCTVC1_APP_H__ */