[go: up one dir, main page]

Menu

[8a2cb6]: / contests / wakeup.h  Maximize  Restore  History

Download this file

19 lines (12 with data), 399 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
/* Contest Arbitrator v0.3.2 by Dmitry Gorokh, UR4MCK
This program is FREEWARE!
RU-QRP Wake-Up! Sprint contest evaluator
*/
#ifndef WAKEUP_H
#define WAKEUP_H
#define WAKEUP_INITIAL_SUFFIX "QRP"
int wakeup_config(time_t start, time_t end, char *modes, char *bands, unsigned int rounds);
int wakeup_eval(BASE_S *base);
void wakeup_free(void);
int get_band_id(unsigned int freq);
#endif