File: encode_aprs.h

package info (click to toggle)
direwolf 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,256 kB
  • ctags: 3,516
  • sloc: ansic: 41,906; perl: 170; sh: 106; makefile: 28; python: 11
file content (16 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

int encode_position (int messaging, int compressed, double lat, double lon, int ambiguity, int alt_ft,
		char symtab, char symbol, 
		int power, int height, int gain, char *dir,
		int course, int speed_knots,
		float freq, float tone, float offset,
		char *comment,
		char *presult, size_t result_size);

int encode_object (char *name, int compressed, time_t thyme, double lat, double lon, int ambiguity,
		char symtab, char symbol, 
		int power, int height, int gain, char *dir,
		int course, int speed_knots,
		float freq, float tone, float offset, char *comment,
		char *presult, size_t result_size);