2000-12-22 01:36:59 +00:00
|
|
|
/*
|
|
|
|
* hamlib - (C) Frank Singleton 2000 (vk3fcs@ix.netcom.com)
|
|
|
|
*
|
|
|
|
* yaesu.h - (C) Frank Singleton 2000 (vk3fcs@ix.netcom.com)
|
2011-08-23 02:26:44 +00:00
|
|
|
* (C) Stephane Fillod 2001-2010
|
2001-12-28 20:28:04 +00:00
|
|
|
*
|
2000-12-22 01:36:59 +00:00
|
|
|
* Common yaesu declarations for hamlib
|
|
|
|
*
|
2002-12-01 03:08:05 +00:00
|
|
|
*
|
2011-08-23 02:26:44 +00:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
2002-12-01 03:08:05 +00:00
|
|
|
*
|
2011-08-23 02:26:44 +00:00
|
|
|
* This library 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
|
|
|
|
* Lesser General Public License for more details.
|
2002-12-01 03:08:05 +00:00
|
|
|
*
|
2011-08-23 02:26:44 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2002-12-01 03:08:05 +00:00
|
|
|
*
|
2000-12-22 01:36:59 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _YAESU_H
|
|
|
|
#define _YAESU_H 1
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Length (in bytes) of yaesu command sequences
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define YAESU_CMD_LENGTH 5
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Basic Data structure for yaesu native cmd set
|
|
|
|
*/
|
|
|
|
|
|
|
|
struct yaesu_cmd_set {
|
2000-12-22 04:59:17 +00:00
|
|
|
unsigned char ncomp; /* 1 = complete, 0 = incomplete, needs extra info */
|
|
|
|
unsigned char nseq[YAESU_CMD_LENGTH]; /* native cmd sequence */
|
2000-12-22 01:36:59 +00:00
|
|
|
};
|
|
|
|
|
2011-08-23 02:26:44 +00:00
|
|
|
typedef struct yaesu_cmd_set yaesu_cmd_set_t;
|
2000-12-22 01:36:59 +00:00
|
|
|
|
2003-03-09 04:43:38 +00:00
|
|
|
extern const struct rig_caps ft100_caps;
|
2007-11-23 03:31:26 +00:00
|
|
|
extern const struct rig_caps ft450_caps;
|
2004-08-10 21:10:36 +00:00
|
|
|
extern const struct rig_caps ft736_caps;
|
2001-11-12 21:59:38 +00:00
|
|
|
extern const struct rig_caps ft747_caps;
|
2004-04-24 13:01:00 +00:00
|
|
|
extern const struct rig_caps ft757gx_caps;
|
2004-08-08 19:15:31 +00:00
|
|
|
extern const struct rig_caps ft757gx2_caps;
|
2007-10-05 04:19:18 +00:00
|
|
|
extern const struct rig_caps ft767gx_caps;
|
2001-12-15 03:23:14 +00:00
|
|
|
extern const struct rig_caps ft817_caps;
|
2003-08-11 21:20:35 +00:00
|
|
|
extern const struct rig_caps ft857_caps;
|
2004-02-08 17:08:46 +00:00
|
|
|
extern const struct rig_caps ft897_caps;
|
2001-11-12 21:59:38 +00:00
|
|
|
extern const struct rig_caps ft847_caps;
|
2009-01-04 10:40:34 +00:00
|
|
|
extern const struct rig_caps ft840_caps;
|
2003-03-09 04:43:38 +00:00
|
|
|
extern const struct rig_caps ft890_caps;
|
2003-04-14 03:05:32 +00:00
|
|
|
extern const struct rig_caps ft900_caps;
|
2002-10-28 04:53:05 +00:00
|
|
|
extern const struct rig_caps ft920_caps;
|
2008-09-22 21:32:38 +00:00
|
|
|
extern const struct rig_caps ft950_caps;
|
2010-05-17 22:23:38 +00:00
|
|
|
extern const struct rig_caps ft980_caps;
|
2003-10-12 18:04:02 +00:00
|
|
|
extern const struct rig_caps ft990_caps;
|
2002-11-21 23:09:28 +00:00
|
|
|
extern const struct rig_caps ft1000mp_caps;
|
2005-02-26 22:31:46 +00:00
|
|
|
extern const struct rig_caps ft1000mpmkv_caps;
|
|
|
|
extern const struct rig_caps ft1000mpmkvfld_caps;
|
2004-08-17 20:07:20 +00:00
|
|
|
extern const struct rig_caps ft1000d_caps;
|
2008-12-14 20:02:03 +00:00
|
|
|
extern const struct rig_caps ft2000_caps;
|
2010-10-06 07:25:14 +00:00
|
|
|
extern const struct rig_caps ftdx5000_caps;
|
2008-12-14 20:02:03 +00:00
|
|
|
extern const struct rig_caps ft9000_caps;
|
2004-08-10 21:10:36 +00:00
|
|
|
extern const struct rig_caps frg100_caps;
|
2004-05-16 07:32:57 +00:00
|
|
|
extern const struct rig_caps frg8800_caps;
|
2004-08-10 21:10:36 +00:00
|
|
|
extern const struct rig_caps frg9600_caps;
|
2005-02-26 22:31:46 +00:00
|
|
|
extern const struct rig_caps vr5000_caps;
|
2011-02-16 23:49:58 +00:00
|
|
|
extern const struct rig_caps vx1700_caps;
|
2000-12-22 01:36:59 +00:00
|
|
|
|
|
|
|
#endif /* _YAESU_H */
|