mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 16:59:15 +02:00
remove c ascii parsing
This commit is contained in:
+4
-1
@@ -11,9 +11,12 @@
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include "modulator.h"
|
||||
#include "ascii_cmd.h"
|
||||
#include "lua_rds.h"
|
||||
|
||||
#define CMD_BUFFER_SIZE 255
|
||||
#define CTL_BUFFER_SIZE (CMD_BUFFER_SIZE * 2)
|
||||
#define READ_TIMEOUT_MS 225
|
||||
|
||||
int open_udp_server(int port, RDSModulator *rds_mod);
|
||||
void poll_udp_server();
|
||||
void close_udp_server();
|
||||
|
||||
Reference in New Issue
Block a user