include fixup, stdio.h is not included by rig.h anymore

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1551 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Stéphane Fillod, F8CFE 2003-10-01 19:32:04 +00:00
rodzic 375b7b8da2
commit 84ad9b827b
71 zmienionych plików z 236 dodań i 112 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Alinco backend - main file
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: alinco.c,v 1.16 2003-04-16 22:30:38 fillods Exp $
* $Id: alinco.c,v 1.17 2003-10-01 19:31:53 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Alinco backend - DX77 description
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: dx77.c,v 1.6 2003-04-06 18:40:35 fillods Exp $
* $Id: dx77.c,v 1.7 2003-10-01 19:31:54 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "alinco.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib AOR backend - main file
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: aor.c,v 1.24 2003-04-16 22:30:38 fillods Exp $
* $Id: aor.c,v 1.25 2003-10-01 19:31:54 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib AOR backend - AR3000 description
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ar3000.c,v 1.1 2003-02-13 22:17:44 fillods Exp $
* $Id: ar3000.c,v 1.2 2003-10-01 19:31:54 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <string.h>
#include <hamlib/rig.h>

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib AOR backend - AR5000 description
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ar5000.c,v 1.3 2003-02-24 22:27:41 fillods Exp $
* $Id: ar5000.c,v 1.4 2003-10-01 19:31:54 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <string.h>
#include <hamlib/rig.h>
#include "aor.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib AOR backend - AR8000 description
* Copyright (c) 2000,2001,2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ar8000.c,v 1.3 2002-08-16 17:43:01 fillods Exp $
* $Id: ar8000.c,v 1.4 2003-10-01 19:31:54 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "aor.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib AOR backend - AR8200 description
* Copyright (c) 2000,2001,2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ar8200.c,v 1.15 2002-08-16 17:43:01 fillods Exp $
* $Id: ar8200.c,v 1.16 2003-10-01 19:31:54 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "aor.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Drake backend - main file
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: drake.c,v 1.5 2003-04-16 22:30:39 fillods Exp $
* $Id: drake.c,v 1.6 2003-10-01 19:31:54 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Drake backend - R-8B description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: r8b.c,v 1.3 2002-10-20 20:46:32 fillods Exp $
* $Id: r8b.c,v 1.4 2003-10-01 19:31:55 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "drake.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Dummy backend - main file
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: dummy.c,v 1.34 2003-04-16 22:30:39 fillods Exp $
* $Id: dummy.c,v 1.35 2003-10-01 19:31:55 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -3,7 +3,7 @@
* Copyright (c) 2001-2003 by Stephane Fillod
* Contributed by Francois Retief <fgretief@sun.ac.za>
*
* $Id: easycomm.c,v 1.5 2003-04-16 22:30:39 fillods Exp $
* $Id: easycomm.c,v 1.6 2003-10-01 19:31:55 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -25,6 +25,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib GNUradio backend - main file
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: gr.c,v 1.4 2003-04-06 18:50:21 fillods Exp $
* $Id: gr.c,v 1.5 2003-10-01 19:31:55 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "gnuradio.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib GNUradio backend - graudio/any rig
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: graudio.c,v 1.4 2003-09-28 16:00:56 fillods Exp $
* $Id: graudio.c,v 1.5 2003-10-01 19:31:55 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "gnuradio.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib GNUradio backend - MC4020/eb4937
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: mc4020.c,v 1.2 2003-04-06 18:50:21 fillods Exp $
* $Id: mc4020.c,v 1.3 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "gnuradio.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib CI-V backend - description of IC-275 and variations
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ic275.c,v 1.4 2002-11-04 22:40:54 fillods Exp $
* $Id: ic275.c,v 1.5 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,7 +24,9 @@
#include "config.h"
#endif
#include <hamlib/rig.h>
#include <stdlib.h>
#include "hamlib/rig.h"
#include "icom.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib CI-V backend - description of IC-475 and variations
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ic475.c,v 1.4 2002-11-04 22:40:54 fillods Exp $
* $Id: ic475.c,v 1.5 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,7 +24,9 @@
#include "config.h"
#endif
#include <hamlib/rig.h>
#include <stdlib.h>
#include "hamlib/rig.h"
#include "icom.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - description of IC-706 and variations
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ic706.c,v 1.31 2003-04-06 18:40:35 fillods Exp $
* $Id: ic706.c,v 1.32 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,7 +24,9 @@
#include "config.h"
#endif
#include <hamlib/rig.h>
#include <stdlib.h>
#include "hamlib/rig.h"
#include "icom.h"
#define IC706_ALL_RX_MODES (RIG_MODE_AM|RIG_MODE_CW|RIG_MODE_SSB|RIG_MODE_RTTY|RIG_MODE_FM|RIG_MODE_WFM)

Wyświetl plik

@ -3,7 +3,7 @@
* Copyright (c) 2000-2003 by Stephane Fillod
* Caps submitted by Chuck Gilkes WD0FCL/4
*
* $Id: ic718.c,v 1.4 2003-04-06 18:40:35 fillods Exp $
* $Id: ic718.c,v 1.5 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -25,7 +25,9 @@
#include "config.h"
#endif
#include <hamlib/rig.h>
#include <stdlib.h>
#include "hamlib/rig.h"
#include "icom.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - description of IC-725 and variations
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ic725.c,v 1.3 2003-04-06 18:40:35 fillods Exp $
* $Id: ic725.c,v 1.4 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,8 +24,10 @@
#include "config.h"
#endif
#include <hamlib/rig.h>
#include <bandplan.h>
#include <stdlib.h>
#include "hamlib/rig.h"
#include "bandplan.h"
#include "icom.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib CI-V backend - description of IC-735 and variations
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ic735.c,v 1.4 2002-11-04 22:40:54 fillods Exp $
* $Id: ic735.c,v 1.5 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "icom.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - description of IC-736 and variations
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ic736.c,v 1.2 2003-04-06 18:40:35 fillods Exp $
* $Id: ic736.c,v 1.3 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include <bandplan.h>
#include "icom.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - description of IC-737 and variations
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ic737.c,v 1.2 2003-04-06 18:40:35 fillods Exp $
* $Id: ic737.c,v 1.3 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include <bandplan.h>
#include "icom.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - description of IC-775 and variations
* Copyright (c) 2000-2002 by Stephane Fillod
*
* $Id: ic775.c,v 1.3 2002-11-04 22:40:54 fillods Exp $
* $Id: ic775.c,v 1.4 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "icom.h"

Wyświetl plik

@ -1,9 +1,9 @@
/*
* Hamlib CI-V backend - description of IC-821H (VHF/UHF All-Mode Tranceiver)
* Contributed by Francois Retief <fgretief@sun.ac.za>
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ic821h.c,v 1.3 2002-11-04 22:40:54 fillods Exp $
* $Id: ic821h.c,v 1.4 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -25,6 +25,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "icom.h"

Wyświetl plik

@ -1,9 +1,9 @@
/*
* Hamlib CI-V backend - description of IC-910 (VHF/UHF All-Mode Tranceiver)
* Contributed by Francois Retief <fgretief@sun.ac.za>
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ic910.c,v 1.7 2002-11-04 22:40:54 fillods Exp $
* $Id: ic910.c,v 1.8 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -25,6 +25,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "icom.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib CI-V backend - description of IC-970 and variations
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ic970.c,v 1.3 2002-11-04 22:40:54 fillods Exp $
* $Id: ic970.c,v 1.4 2003-10-01 19:31:56 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "icom.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib CI-V backend - IC-R7000 description
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: icr7000.c,v 1.4 2002-11-04 22:40:54 fillods Exp $
* $Id: icr7000.c,v 1.5 2003-10-01 19:31:57 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include <serial.h>
#include <misc.h>

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - IC-R8500 description
* Copyright (c) 2000-2002 by Stephane Fillod
*
* $Id: icr8500.c,v 1.16 2002-08-16 17:43:01 fillods Exp $
* $Id: icr8500.c,v 1.17 2003-10-01 19:31:57 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,7 +24,9 @@
#include "config.h"
#endif
#include <hamlib/rig.h>
#include <stdlib.h>
#include "hamlib/rig.h"
#include "icom.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib CI-V backend - description of the TenTenc OMNI VI
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: omni.c,v 1.4 2002-08-19 22:17:11 fillods Exp $
* $Id: omni.c,v 1.5 2003-10-01 19:31:57 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "icom.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - description of the OptoScan456
* Copyright (c) 2000-2003 by Stephane Fillod and Michael Smith
*
* $Id: os456.c,v 1.7 2003-09-07 18:30:28 fillods Exp $
* $Id: os456.c,v 1.8 2003-10-01 19:31:57 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -29,6 +29,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "icom.h"
#include "tones.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib CI-V backend - description of the OptoScan535
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: os535.c,v 1.6 2003-09-07 18:30:28 fillods Exp $
* $Id: os535.c,v 1.7 2003-10-01 19:31:57 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -29,6 +29,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "icom.h"
#include "tones.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib JRC backend - main file
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: jrc.c,v 1.8 2003-04-16 22:30:40 fillods Exp $
* $Id: jrc.c,v 1.9 2003-10-01 19:31:57 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib JRC backend - NRD-545 DSP description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: nrd545.c,v 1.4 2002-11-04 22:40:54 fillods Exp $
* $Id: nrd545.c,v 1.5 2003-10-01 19:31:57 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "jrc.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Kachina backend - 505DSP description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: 505dsp.c,v 1.4 2002-08-16 17:43:01 fillods Exp $
* $Id: 505dsp.c,v 1.5 2003-10-01 19:31:58 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "kachina.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - main file
* Copyright (c) 2000-2003 by Stephane Fillod and others
*
* $Id: kenwood.c,v 1.66 2003-09-28 16:14:00 fillods Exp $
* $Id: kenwood.c,v 1.67 2003-10-01 19:31:58 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -25,6 +25,7 @@
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */
#include <math.h>

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TH handheld primitives
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: th.c,v 1.11 2003-04-07 22:41:54 fillods Exp $
* $Id: th.c,v 1.12 2003-10-01 19:31:58 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -25,6 +25,7 @@
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TH-D7 description
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: thd7.c,v 1.9 2003-03-24 23:08:28 fillods Exp $
* $Id: thd7.c,v 1.10 2003-10-01 19:31:58 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "kenwood.h"
#include "th.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TH-F7 description
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: thf7.c,v 1.8 2003-08-15 01:05:40 fillods Exp $
* $Id: thf7.c,v 1.9 2003-10-01 19:31:58 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "kenwood.h"
#include "th.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TH-G71 description
* Copyright (c) 2003 by Stephane Fillod
*
* $Id: thg71.c,v 1.1 2003-09-28 16:14:00 fillods Exp $
* $Id: thg71.c,v 1.2 2003-10-01 19:31:58 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "kenwood.h"
#include "th.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Kenwood backend - TS2000 description
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ts2000.c,v 1.14 2002-09-13 19:00:35 pa4tu Exp $
* $Id: ts2000.c,v 1.15 2003-10-01 19:31:58 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "kenwood.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Kenwood backend - TS440 description
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ts440.c,v 1.8 2002-11-04 22:40:55 fillods Exp $
* $Id: ts440.c,v 1.9 2003-10-01 19:31:58 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "kenwood.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Kenwood backend - TS450S description
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ts450s.c,v 1.19 2003-06-23 18:11:43 pa4tu Exp $
* $Id: ts450s.c,v 1.20 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdio.h>
#include <hamlib/rig.h>
#include "kenwood.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Kenwood backend - TS570 description
* Copyright (c) 2001,2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: ts570.c,v 1.19 2003-09-28 15:30:48 fillods Exp $
* $Id: ts570.c,v 1.20 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <hamlib/rig.h>

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Kenwood backend - TS-790 description
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ts790.c,v 1.12 2003-04-06 18:53:44 fillods Exp $
* $Id: ts790.c,v 1.13 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "kenwood.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Kenwood backend - TS850 description
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ts850.c,v 1.9 2003-06-23 18:11:43 pa4tu Exp $
* $Id: ts850.c,v 1.10 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "kenwood.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Kenwood backend - TS870S description
* Copyright (c) 2000-2002 by Stephane Fillod
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ts870s.c,v 1.36 2003-06-23 17:48:27 pa4tu Exp $
* $Id: ts870s.c,v 1.37 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -25,6 +25,8 @@
#endif
#include <stdlib.h>
#include <stdio.h>
#include <hamlib/rig.h>
#include "kenwood.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS930 description
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: ts930.c,v 1.1 2003-03-15 23:58:41 fillods Exp $
* $Id: ts930.c,v 1.2 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include <bandplan.h>
#include "kenwood.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Kenwood backend - TS950 description
* Copyright (c) 2002 by Stephane Fillod
* Copyright (c) 2002-2003 by Stephane Fillod
*
* $Id: ts950.c,v 1.11 2003-06-23 17:48:27 pa4tu Exp $
* $Id: ts950.c,v 1.12 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "kenwood.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Lowe backend - HF-235 description
* Copyright (c) 2003 by Stephane Fillod
*
* $Id: hf235.c,v 1.1 2003-06-22 19:36:37 fillods Exp $
* $Id: hf235.c,v 1.2 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "lowe.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Lowe backend - main file
* Copyright (c) 2003 by Stephane Fillod
*
* $Id: lowe.c,v 1.1 2003-06-22 19:36:37 fillods Exp $
* $Id: lowe.c,v 1.2 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib microtune backend - 4937 file
* Copyright (c) 2003 by Stephane Fillod
*
* $Id: module_4937.c,v 1.3 2003-09-28 15:28:37 fillods Exp $
* $Id: module_4937.c,v 1.4 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -25,6 +25,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "register.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib PCR backend - main file
* Copyright (c) 2001-2003 by Stephane Fillod and Darren Hatcher
*
* $Id: pcr.c,v 1.18 2003-04-16 22:30:41 fillods Exp $
* $Id: pcr.c,v 1.19 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib PCR backend - PCR-100 description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: pcr100.c,v 1.3 2002-08-16 17:43:02 fillods Exp $
* $Id: pcr100.c,v 1.4 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "pcr.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib PCR backend - PCR-1000 description
* Copyright (c) 2001-2002 by Stephane Fillod and Darren Hatcher
* Copyright (c) 2001-2003 by Stephane Fillod and Darren Hatcher
*
* $Id: pcr1000.c,v 1.8 2002-08-26 22:33:52 fillods Exp $
* $Id: pcr1000.c,v 1.9 2003-10-01 19:31:59 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "pcr.h"

Wyświetl plik

@ -12,7 +12,7 @@
* Hy-Gain is a trademark of MFJ Enterprises
*
*
* $Id: rotorez.c,v 1.7 2003-04-16 22:30:41 fillods Exp $
* $Id: rotorez.c,v 1.8 2003-10-01 19:32:00 fillods Exp $
*
*
* This library is free software; you can redistribute it and/or
@ -35,6 +35,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h> /* Standard library definitions */
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -3,7 +3,7 @@
*
* sartek.c - (C) Stephane Fillod 2003
*
* $Id: sartek.c,v 1.1 2003-06-22 19:36:37 fillods Exp $
* $Id: sartek.c,v 1.2 2003-10-01 19:32:01 fillods Exp $
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -25,6 +25,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h> /* Standard library definitions */
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -9,7 +9,7 @@
* Hamlib Interface - CTCSS and DCS interface and tables
* Copyright (c) 2000-2003 by Stephane Fillod
*
* $Id: tones.c,v 1.4 2003-04-16 22:33:18 fillods Exp $
* $Id: tones.c,v 1.5 2003-10-01 19:32:02 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -31,6 +31,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include "hamlib/rig.h"
#include "tones.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib TenTenc backend - TT-516 PC-Radio description
* Copyright (c) 2003 by Stephane Fillod
*
* $Id: argonaut.c,v 1.1 2003-05-12 22:29:59 fillods Exp $
* $Id: argonaut.c,v 1.2 2003-10-01 19:32:02 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "tentec2.h"
#include "bandplan.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib TenTenc backend - TT-550 PC-Radio description
* Copyright (c) 2002 by Stephane Fillod
* Copyright (c) 2002-2003 by Stephane Fillod
*
* $Id: pegasus.c,v 1.2 2002-08-16 17:43:02 fillods Exp $
* $Id: pegasus.c,v 1.3 2003-10-01 19:32:03 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "tentec.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib TenTenc backend - RX-320 PC-Radio description
* Copyright (c) 2001,2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: rx320.c,v 1.3 2002-08-16 17:43:02 fillods Exp $
* $Id: rx320.c,v 1.4 2003-10-01 19:32:03 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "tentec.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Tentec backend - main file
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: tentec.c,v 1.10 2003-05-12 22:29:59 fillods Exp $
* $Id: tentec.c,v 1.11 2003-10-01 19:32:03 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Tentec backend - Argonaut, Jupiter, RX-350
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: tentec2.c,v 1.1 2003-05-12 22:29:59 fillods Exp $
* $Id: tentec2.c,v 1.2 2003-10-01 19:32:03 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Uniden backend - BC895 description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: bc895.c,v 1.3 2002-11-04 22:40:55 fillods Exp $
* $Id: bc895.c,v 1.4 2003-10-01 19:32:03 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "uniden.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Uniden backend - main file
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: uniden.c,v 1.6 2003-04-16 22:30:43 fillods Exp $
* $Id: uniden.c,v 1.7 2003-10-01 19:32:03 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib WiNRADiO backend - WR1000 description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: wr1000.c,v 1.3 2002-08-16 17:43:02 fillods Exp $
* $Id: wr1000.c,v 1.4 2003-10-01 19:32:03 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "winradio.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib WiNRADiO backend - WR1500 description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: wr1500.c,v 1.6 2002-08-16 17:43:02 fillods Exp $
* $Id: wr1500.c,v 1.7 2003-10-01 19:32:03 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "winradio.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib WiNRADiO backend - WR1550 description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: wr1550.c,v 1.3 2002-08-16 17:43:02 fillods Exp $
* $Id: wr1550.c,v 1.4 2003-10-01 19:32:04 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "winradio.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib WiNRADiO backend - WR3100 description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: wr3100.c,v 1.3 2002-08-16 17:43:02 fillods Exp $
* $Id: wr3100.c,v 1.4 2003-10-01 19:32:04 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "winradio.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib WiNRADiO backend - WR3150 description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: wr3150.c,v 1.3 2002-08-16 17:43:02 fillods Exp $
* $Id: wr3150.c,v 1.4 2003-10-01 19:32:04 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "winradio.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib WiNRADiO backend - WR3500 description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: wr3500.c,v 1.3 2002-08-16 17:43:02 fillods Exp $
* $Id: wr3500.c,v 1.4 2003-10-01 19:32:04 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "winradio.h"

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib WiNRADiO backend - WR3700 description
* Copyright (c) 2001-2002 by Stephane Fillod
* Copyright (c) 2001-2003 by Stephane Fillod
*
* $Id: wr3700.c,v 1.3 2002-08-16 17:43:02 fillods Exp $
* $Id: wr3700.c,v 1.4 2003-10-01 19:32:04 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -24,6 +24,8 @@
#include "config.h"
#endif
#include <stdlib.h>
#include <hamlib/rig.h>
#include "winradio.h"