Add beast structure.

This commit is contained in:
Ian Gulliver
2016-02-16 03:42:41 +00:00
parent 1d762390ac
commit 112a978557
5 changed files with 23 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
#include <string.h>
#include "airspy_adsb.h"
#include "beast.h"
#include "client.h"
#include "backend.h"
@@ -16,6 +17,7 @@ bool backend_autodetect_parse(struct backend *, struct packet *);
static parser parsers[] = {
airspy_adsb_parse,
beast_parse,
};
#define NUM_PARSERS (sizeof(parsers) / sizeof(*parsers))