kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
4d322337c1
commit
7d28822273
|
@ -43,6 +43,7 @@
|
|||
#include "tones.h"
|
||||
#include "idx_builtin.h"
|
||||
#include "register.h"
|
||||
#include "cache.h"
|
||||
|
||||
#include "dummy.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include "dummy_common.h"
|
||||
#include "flrig.h"
|
||||
#include "cache.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#define DEBUG_TRACE DEBUG_VERBOSE
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include "icom.h"
|
||||
#include "icom_defs.h"
|
||||
#include "frame.h"
|
||||
#include "cache.h"
|
||||
|
||||
/*
|
||||
* Build a CI-V frame.
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "icom.h"
|
||||
#include "icom_defs.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "bandplan.h"
|
||||
#include "tones.h"
|
||||
#include "ic7300.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <hamlib/rig.h>
|
||||
#include "icom.h"
|
||||
#include "misc.h"
|
||||
|
||||
#include "cache.h"
|
||||
|
||||
#define IC821H_MODES (RIG_MODE_SSB|RIG_MODE_CW|RIG_MODE_FM)
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include "frame.h"
|
||||
#include "misc.h"
|
||||
#include "event.h"
|
||||
#include "cache.h"
|
||||
|
||||
// we automatically determine availability of the 1A 03 command
|
||||
enum { ENUM_1A_03_UNK, ENUM_1A_03_YES, ENUM_1A_03_NO };
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "icom_defs.h"
|
||||
#include "frame.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include "icom_defs.h"
|
||||
#include "frame.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "tones.h"
|
||||
#include "bandplan.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "hamlib/rig.h"
|
||||
#include "cache.h"
|
||||
#include "iofunc.h"
|
||||
#include "jrc.h"
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "kenwood.h"
|
||||
#include "token.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "iofunc.h"
|
||||
#include "cal.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "hamlib/rig.h"
|
||||
#include "kenwood.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "cal.h"
|
||||
#include "iofunc.h"
|
||||
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
#include <hamlib/rig.h>
|
||||
#include "serial.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "orion.h"
|
||||
|
||||
#ifdef TT565_TIME
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "yaesu.h"
|
||||
#include "ft100.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "bandplan.h"
|
||||
|
||||
enum ft100_native_cmd_e
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include "bandplan.h"
|
||||
#include "serial.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "yaesu.h"
|
||||
#include "ft1000d.h"
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include "bandplan.h"
|
||||
#include "serial.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "yaesu.h"
|
||||
#include "ft1000mp.h"
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include "hamlib/rig.h"
|
||||
#include "serial.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "yaesu.h"
|
||||
#include "ft747.h"
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
#include "yaesu.h"
|
||||
#include "ft817.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "tones.h"
|
||||
#include "bandplan.h"
|
||||
#include "cal.h"
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
#include "ft857.h"
|
||||
#include "ft817.h" /* We use functions from the 817 code */
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "tones.h"
|
||||
#include "bandplan.h"
|
||||
#include "cal.h"
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
#include "bandplan.h"
|
||||
#include "serial.h"
|
||||
#include "misc.h"
|
||||
//#include "cache.h"
|
||||
#include "yaesu.h"
|
||||
#include "ft990v12.h"
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <string.h>
|
||||
#include "hamlib/rig.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "newcat.h"
|
||||
#include "yaesu.h"
|
||||
#include "ft991.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "hamlib/rig.h"
|
||||
#include "iofunc.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "cal.h"
|
||||
#include "newcat.h"
|
||||
#include "serial.h"
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
//#include "pmr171.h"
|
||||
#include "misc.h"
|
||||
#include "tones.h"
|
||||
#include "cache.h"
|
||||
#include "bandplan.h"
|
||||
#include "cal.h"
|
||||
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
#include <hamlib/amplifier.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "serial.h"
|
||||
#include "network.h"
|
||||
#include "sprintflst.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#endif
|
||||
#include "hamlib/rig.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "multicast.h"
|
||||
#include "network.h"
|
||||
#include "sprintflst.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <hamlib/config.h>
|
||||
#include <hamlib/rig.h>
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "snapshot_data.h"
|
||||
#include "hamlibdatetime.h"
|
||||
#include "sprintflst.h"
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
|
||||
#include <hamlib/rig.h>
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
#include "iofunc.h"
|
||||
#include "rigctl_parse.h"
|
||||
#include "riglist.h"
|
||||
|
|
Ładowanie…
Reference in New Issue