Hamlib
4.6.1
Loading...
Searching...
No Matches
cache.h
1
/*
2
* Hamlib Interface - rig state cache routines
3
* Copyright (c) 2000-2012 by Stephane Fillod
4
* Copyright (c) 2000-2003 by Frank Singleton
5
*
6
*
7
* This library is free software; you can redistribute it and/or
8
* modify it under the terms of the GNU Lesser General Public
9
* License as published by the Free Software Foundation; either
10
* version 2.1 of the License, or (at your option) any later version.
11
*
12
* This library is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
* Lesser General Public License for more details.
16
*
17
* You should have received a copy of the GNU Lesser General Public
18
* License along with this library; if not, write to the Free Software
19
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
*
21
*/
22
23
#ifndef _CACHE_H
24
#define _CACHE_H
25
26
#include <
hamlib/rig.h
>
27
28
int
rig_set_cache_mode(
RIG
*rig,
vfo_t
vfo,
rmode_t
mode,
pbwidth_t
width);
29
int
rig_set_cache_freq(
RIG
*rig,
vfo_t
vfo,
freq_t
freq);
30
void
rig_cache_show(
RIG
*rig,
const
char
*func,
int
line);
31
32
#endif
vfo_t
unsigned int vfo_t
VFO definition.
Definition
rig.h:518
rmode_t
uint64_t rmode_t
Radio mode.
Definition
rig.h:1361
pbwidth_t
shortfreq_t pbwidth_t
Definition
rig.h:650
freq_t
double freq_t
Frequency type,.
Definition
rig.h:458
RIG
struct s_rig RIG
Rig structure definition (see rig for details).
Definition
rig.h:264
rig.h
Hamlib rig data structures.
src
cache.h
Generated by
1.14.0
Hamlib documentation for version 4.6.1—Wed Jun 4 2025 00:00:00
Project page:
http://www.hamlib.org