Restore airspy_adsb

This commit is contained in:
Ian Gulliver
2016-02-21 16:52:36 -08:00
parent d48016fecb
commit c5a87e89a4
5 changed files with 176 additions and 2 deletions

10
adsbus/airspy_adsb.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include <stdbool.h>
struct buf;
struct packet;
void airspy_adsb_init();
bool airspy_adsb_parse(struct buf *, struct packet *, void *);
void airspy_adsb_serialize(struct packet *, struct buf *);