kopia lustrzana https://github.com/Hamlib/Hamlib
Merge 717d3e1491
into e762a812d0
commit
d910b6838f
|
@ -37,6 +37,7 @@
|
|||
#include <string.h> /* String function definitions */
|
||||
|
||||
#include "hamlib/amplifier.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/amp_state.h"
|
||||
|
||||
#include "amp_conf.h"
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
#include <fcntl.h>
|
||||
|
||||
#include "hamlib/amplifier.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/amp_state.h"
|
||||
#include "serial.h"
|
||||
#include "parallel.h"
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include <strings.h>
|
||||
|
||||
#include "hamlib/rig.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/rig_state.h"
|
||||
#include "token.h"
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <fcntl.h>
|
||||
|
||||
#include "gpio.h"
|
||||
#include "hamlib/port.h"
|
||||
|
||||
|
||||
int gpio_open(hamlib_port_t *port, int output, int on_value)
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "hamlib/port.h"
|
||||
#include "iofunc.h"
|
||||
#include "misc.h"
|
||||
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
#endif
|
||||
|
||||
#include "hamlib/rig.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/rig_state.h"
|
||||
#include "network.h"
|
||||
#include "misc.h"
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
# include <winbase.h>
|
||||
#endif
|
||||
|
||||
#include "hamlib/port.h"
|
||||
#include "parallel.h"
|
||||
|
||||
#ifdef HAVE_LINUX_PPDEV_H
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
|
||||
#include "hamlib/rig.h"
|
||||
#include "hamlib/rotator.h"
|
||||
#include "hamlib/amplifier.h"
|
||||
#include "hamlib/config.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
|
||||
#include "hamlib/config.h"
|
||||
#include "hamlib/rig.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/rig_state.h"
|
||||
#include "fifo.h"
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include <string.h> /* String function definitions */
|
||||
|
||||
#include "hamlib/rotator.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/rot_state.h"
|
||||
|
||||
#include "rot_conf.h"
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
#include <fcntl.h>
|
||||
|
||||
#include "hamlib/rotator.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/rot_state.h"
|
||||
#include "serial.h"
|
||||
#include "parallel.h"
|
||||
|
@ -64,7 +65,6 @@
|
|||
#endif
|
||||
#include "network.h"
|
||||
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
|
||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
#endif
|
||||
|
||||
#include "hamlib/rig.h"
|
||||
#include "hamlib/port.h"
|
||||
|
||||
//! @cond Doxygen_Suppress
|
||||
#if defined(WIN32) && !defined(HAVE_TERMIOS_H)
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include <unistd.h>
|
||||
#include "hamlib/config.h"
|
||||
#include "hamlib/rig.h"
|
||||
#include "hamlib/port.h"
|
||||
#include "hamlib/rig_state.h"
|
||||
#include "misc.h"
|
||||
#include "cache.h"
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include <strings.h>
|
||||
|
||||
#include "hamlib/rig.h"
|
||||
#include "hamlib/port.h"
|
||||
|
||||
#ifdef HAVE_LIBUSB_H
|
||||
# include <libusb.h>
|
||||
|
|
Ładowanie…
Reference in New Issue