File: WsprTxScheduler.h

package info (click to toggle)
wsjtx-improved 2.8.0%2B250501%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 81,520 kB
  • sloc: cpp: 104,533; f90: 49,504; python: 27,241; ansic: 13,372; fortran: 2,382; makefile: 197; sh: 133
file content (7 lines) | stat: -rwxr-xr-x 129 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#ifndef WSPR_TX_SCHEDULER_H_
#define WSPR_TX_SCHEDULER_H_

int next_tx_state (int pctx);
int next_hopping_band();

#endif