Files
adsb-tools/airspy_adsb.h

5 lines
110 B
C
Raw Normal View History

#include <stdbool.h>
2016-02-15 06:47:40 +00:00
void airspy_adsb_init();
bool airspy_adsb_parse(struct buf *, struct packet *, void *);