Add raw input support.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
#include "airspy_adsb.h"
|
||||
#include "beast.h"
|
||||
#include "raw.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "backend.h"
|
||||
|
||||
@@ -33,6 +35,10 @@ struct parser {
|
||||
.name = "beast",
|
||||
.parse = beast_parse,
|
||||
},
|
||||
{
|
||||
.name = "raw",
|
||||
.parse = raw_parse,
|
||||
},
|
||||
};
|
||||
#define NUM_PARSERS (sizeof(parsers) / sizeof(*parsers))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user