Multiple parser support.

This commit is contained in:
Ian Gulliver
2016-02-15 06:47:40 +00:00
parent 487ecd170c
commit bb1e5cf2ff
4 changed files with 93 additions and 26 deletions

View File

@@ -1,3 +1,4 @@
#include <stdbool.h>
bool airspy_adsb_parse(struct buf *, struct packet *);
void airspy_adsb_init();
bool airspy_adsb_parse(struct buf *, struct packet *, void *);