003 File Manager
Current Path:
/usr/src/contrib/ntp/include
usr
/
src
/
contrib
/
ntp
/
include
/
📁
..
📄
Makefile.am
(1.2 KB)
📄
Makefile.in
(24.68 KB)
📄
README
(157 B)
📄
adjtime.h
(1.96 KB)
📄
ascii.h
(2.78 KB)
📄
audio.h
(283 B)
📄
binio.h
(3.26 KB)
📄
declcond.h
(803 B)
📄
gps.h
(2.84 KB)
📄
hopf6039.h
(3.51 KB)
📄
icom.h
(2.33 KB)
📄
ieee754io.h
(2.94 KB)
📄
intreswork.h
(808 B)
📄
iosignal.h
(1.46 KB)
📁
isc
📄
l_stdlib.h
(4.8 KB)
📄
lib_strbuf.h
(674 B)
📄
libntp.h
(436 B)
📄
libssl_compat.h
(4.25 KB)
📄
mbg_gps166.h
(36.84 KB)
📄
mx4200.h
(2.15 KB)
📄
ntif.h
(2.86 KB)
📄
ntp.h
(33.52 KB)
📄
ntp_assert.h
(2.73 KB)
📄
ntp_calendar.h
(14.99 KB)
📄
ntp_calgps.h
(4.02 KB)
📄
ntp_cmdargs.h
(38 B)
📄
ntp_config.h
(8.33 KB)
📄
ntp_control.h
(5.66 KB)
📄
ntp_crypto.h
(6.61 KB)
📄
ntp_datum.h
(1.07 KB)
📄
ntp_debug.h
(635 B)
📄
ntp_filegen.h
(1.76 KB)
📄
ntp_fp.h
(13.37 KB)
📄
ntp_if.h
(651 B)
📄
ntp_intres.h
(1.77 KB)
📄
ntp_io.h
(1.82 KB)
📄
ntp_keyacc.h
(658 B)
📄
ntp_libopts.h
(330 B)
📄
ntp_lineedit.h
(251 B)
📄
ntp_lists.h
(12.09 KB)
📄
ntp_machine.h
(7.18 KB)
📄
ntp_malloc.h
(1.18 KB)
📄
ntp_md5.h
(1.32 KB)
📄
ntp_net.h
(6.61 KB)
📄
ntp_prio_q.h
(1.93 KB)
📄
ntp_proto.h
(95 B)
📄
ntp_psl.h
(342 B)
📄
ntp_random.h
(402 B)
📄
ntp_refclock.h
(7.81 KB)
📄
ntp_request.h
(30.83 KB)
📄
ntp_rfc2553.h
(8.46 KB)
📄
ntp_select.h
(1.02 KB)
📄
ntp_stdlib.h
(9.83 KB)
📄
ntp_string.h
(708 B)
📄
ntp_syscall.h
(1.17 KB)
📄
ntp_syslog.h
(2.94 KB)
📄
ntp_tty.h
(2.61 KB)
📄
ntp_types.h
(7.21 KB)
📄
ntp_unixtime.h
(1.6 KB)
📄
ntp_worker.h
(5.54 KB)
📄
ntp_workimpl.h
(749 B)
📄
ntpd.h
(20.67 KB)
📄
ntpsim.h
(3.85 KB)
📄
parse.h
(14.58 KB)
📄
parse_conf.h
(2.76 KB)
📄
rc_cmdlength.h
(83 B)
📄
recvbuff.h
(3.84 KB)
📄
refclock_atom.h
(449 B)
📄
refidsmear.h
(89 B)
📄
safecast.h
(1.04 KB)
📄
ssl_applink.c
(2.1 KB)
📄
timepps-SCO.h
(11.67 KB)
📄
timepps-Solaris.h
(13.24 KB)
📄
timepps-SunOS.h
(11.78 KB)
📄
timespecops.h
(4.82 KB)
📄
timetoa.h
(2.62 KB)
📄
timevalops.h
(8.33 KB)
📄
timexsup.h
(1.37 KB)
📄
trimble.h
(8.01 KB)
📄
vint64ops.h
(1.05 KB)
Editing: icom.h
/* * Header file for ICOM radios */ #include "ntp_types.h" /* * Common definitions */ #define P_ERMSG 0x1 /* trace bus error messages */ #define P_TRACE 0x2 /* trace CI-V messges */ #define RETRY 3 /* max packet retries */ #define IBAUD B1200 /* autotune port speed */ /* * Radio identifier codes */ #define IC1271 0x24 #define IC1275 0x18 #define IC271 0x20 #define IC275 0x10 #define IC375 0x12 #define IC471 0x22 #define IC475 0x14 #define IC575 0x16 #define IC725 0x28 #define IC726 0x30 #define IC735 0x04 #define IC751 0x1c #define IC761 0x1e #define IC765 0x2c #define IC775 0x46 #define IC781 0x26 #define IC970 0x2e #define R7000 0x08 #define R71 0x1a #define R7100 0x34 #define R72 0x32 #define R8500 0x4a #define R9000 0x2a /* * CI-V frame codes */ #define PR 0xfe /* preamble */ #define TX 0xe0 /* controller address */ #define FI 0xfd /* end of message */ #define ACK 0xfb /* controller normal reply */ #define NAK 0xfa /* controller error reply */ #define PAD 0xff /* transmit padding */ /* * CI-V controller commands */ #define V_FREQT 0x00 /* freq set (transceive) */ #define V_MODET 0x01 /* set mode (transceive) */ #define V_RBAND 0x02 /* read band edge */ #define V_RFREQ 0x03 /* read frequency */ #define V_RMODE 0x04 /* read mode */ #define V_SFREQ 0x05 /* set frequency */ #define V_SMODE 0x06 /* set mode */ #define V_SVFO 0x07 /* select vfo */ #define V_SMEM 0x08 /* select channel/bank */ #define V_WRITE 0x09 /* write channel */ #define V_VFOM 0x0a /* memory -> vfo */ #define V_CLEAR 0x0b /* clear channel */ #define V_ROFFS 0x0c /* read tx offset */ #define V_SOFFS 0x0d /* write tx offset */ #define V_SCAN 0x0e /* scan control */ #define V_SPLIT 0x0f /* split control */ #define V_DIAL 0x10 /* set dial tuning step */ #define V_ATTEN 0x11 /* set attenuator */ #define V_SANT 0x12 /* select antenna */ #define V_ANNC 0x13 /* announce control */ #define V_WRCTL 0x14 /* write controls */ #define V_RDCTL 0x15 /* read controls */ #define V_TOGL 0x16 /* set switches */ #define V_ASCII 0x17 /* send CW message */ #define V_POWER 0x18 /* power control */ #define V_RDID 0x19 /* read model ID */ #define V_SETW 0x1a /* read/write channel/bank data */ #define V_CTRL 0x7f /* miscellaneous control */ /* * Function prototypes */ int icom_init (const char *, int, int); int icom_freq (int, int, double);
Upload File
Create Folder