+aprs udp (axupd)

This commit is contained in:
Hans P. Reiser 2019-04-11 00:00:19 +02:00
parent 26eed1ff77
commit e386891d2a
1 changed files with 11 additions and 0 deletions

11
libraries/SondeLib/aprs.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef _aprs_h
#define _aprs_h
#define MAXLEN 201
void aprs_gencrctab(void);
int aprsstr_mon2raw(const char *mon, char raw[], int raw_len);
char * aprs_senddata(float lat, float lon, float hei, float speed, float dir, float climb, const char *type, const char *objname, const char *usercall, const char *sym);
#endif