mirror of https://github.com/wb2osz/direwolf.git
17 lines
499 B
C
17 lines
499 B
C
|
|
||
|
int encode_position (int compressed, double lat, double lon,
|
||
|
char symtab, char symbol,
|
||
|
int power, int height, int gain, char *dir,
|
||
|
int course, int speed,
|
||
|
float freq, float tone, float offset,
|
||
|
char *comment,
|
||
|
char *presult);
|
||
|
|
||
|
int encode_object (char *name, int compressed, time_t thyme, double lat, double lon,
|
||
|
char symtab, char symbol,
|
||
|
int power, int height, int gain, char *dir,
|
||
|
int course, int speed,
|
||
|
float freq, float tone, float offset, char *comment,
|
||
|
char *presult);
|
||
|
|