EU1KY AA
panfreq.h
Go to the documentation of this file.
1 /*
2  * (c) Yury Kuchura
3  * kuchura@gmail.com
4  *
5  * This code can be used on terms of WTFPL Version 2 (http://www.wtfpl.net/).
6  */
7 
8 #ifndef PANFREQ_H_
9 #define PANFREQ_H_
10 
11 #include <stdint.h>
12 #include <stdbool.h>
13 #include "panvswr2.h"
14 
15 bool PanFreqWindow(uint32_t *pFkhz, BANDSPAN *pBs);
16 void MultiSWR_Proc(void);
17 static uint8_t rqDel;
18 
19 #endif
bool PanFreqWindow(uint32_t *pFkhz, BANDSPAN *pBs)
Definition: panfreq.c:438
void MultiSWR_Proc(void)
Definition: panvswr2.c:1928
static uint8_t rqDel
Definition: panfreq.h:17
BANDSPAN
Definition: panvswr2.h:11