mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 12:53:53 +01:00
remove c ascii parsing
This commit is contained in:
@@ -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