git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@774 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2001-12-19 03:35:27 +00:00
rodzic 8d358ec6d8
commit 83377f40ad
5 zmienionych plików z 8 dodań i 15 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Alinco backend - main file
* Copyright (c) 2001 by Stephane Fillod
*
* $Id: alinco.c,v 1.9 2001-12-16 11:14:46 fillods Exp $
* $Id: alinco.c,v 1.10 2001-12-19 03:35:27 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
@ -39,8 +39,6 @@
#include <misc.h>
#include <cal.h>
#include "tone_tbl.h"
#include "alinco.h"
@ -550,7 +548,7 @@ int alinco_get_func(RIG *rig, vfo_t vfo, setting_t func, int *status)
/*
* alinco_set_level
* Assumes rig!=NULL
* FIXME: cannot support PREAMP and ATT both at same time (make sens though)
* FIXME: cannot support PREAMP and ATT both at same time (make sense though)
*/
int alinco_set_level(RIG *rig, vfo_t vfo, setting_t level, value_t val)
{

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Alinco backend - main header
* Copyright (c) 2001 by Stephane Fillod
*
* $Id: alinco.h,v 1.8 2001-12-16 11:14:46 fillods Exp $
* $Id: alinco.h,v 1.9 2001-12-19 03:35:27 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,13 +25,12 @@
#include <hamlib/rig.h>
#include <cal.h>
#include <tones.h>
struct alinco_priv_caps {
cal_table_t str_cal;
};
extern const tone_t common_ctcss_list[];
int alinco_set_vfo(RIG *rig, vfo_t vfo);
int alinco_get_vfo(RIG *rig, vfo_t *vfo);
int alinco_set_freq(RIG *rig, vfo_t vfo, freq_t freq);

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - main file
* Copyright (c) 2000,2001 by Stephane Fillod
*
* $Id: icom.c,v 1.44 2001-12-16 11:14:46 fillods Exp $
* $Id: icom.c,v 1.45 2001-12-19 03:35:27 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
@ -39,8 +39,6 @@
#include <misc.h>
#include <cal.h>
#include "tone_tbl.h"
#include "icom.h"
#include "icom_defs.h"
#include "frame.h"

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - main header
* Copyright (c) 2000,2001 by Stephane Fillod
*
* $Id: icom.h,v 1.33 2001-12-16 11:14:46 fillods Exp $
* $Id: icom.h,v 1.34 2001-12-19 03:35:27 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 <hamlib/rig.h>
#include <cal.h>
#include <tones.h>
/*
* defines used by comp_cal_str in rig.c
@ -61,7 +62,6 @@ extern const struct ts_sc_list r7100_ts_sc_list[];
extern const struct ts_sc_list ic756_ts_sc_list[];
extern const struct ts_sc_list ic706_ts_sc_list[];
extern const tone_t common_ctcss_list[];
int icom_init(RIG *rig);
int icom_cleanup(RIG *rig);

Wyświetl plik

@ -12,7 +12,7 @@
* Hamlib Interface - main file
* Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton
*
* $Id: rig.c,v 1.48 2001-12-16 11:17:42 fillods Exp $
* $Id: rig.c,v 1.49 2001-12-19 03:35:27 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
@ -48,8 +48,6 @@
#include "event.h"
#include "conf.h"
#include "tone_tbl.h"
/**
* \brief Hamlib release number
*/