Implement airspy_adsb send support.

This commit is contained in:
Ian Gulliver
2016-02-17 21:53:34 -08:00
parent 236f058654
commit 1bc8d49d38
5 changed files with 69 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ struct packet;
void airspy_adsb_init();
bool airspy_adsb_parse(struct buf *, struct packet *, void *);
void airspy_adsb_serialize(struct packet *, struct buf *);