File: cwframe.h

package info (click to toggle)
cwirc 1.8.8-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 640 kB
  • ctags: 585
  • sloc: ansic: 5,399; makefile: 292
file content (13 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Definitions */
#define EXPLICIT_CALLSIGN_HEADER	"de="
#define GRID_SQUARE_HEADER		"at="
#define CW_FRAME_HEADER_BASEFMT		"cw="
#define CW_FRAME_HEADER_XFMT		"cx="



/* Prototypes */
char *cwirc_encode_cw_frame(void);
int cwirc_decode_cw_frame(char *sender_name,char *frame,char **callsign);
int cwirc_is_cw_frame(char *frame);
int cwirc_decode_encrypted_callsign_in_msg(char **callsign,char **msg);