nova proba

Revision:
27:0772451fb880
diff -r c14d034d7459 -r 0772451fb880 UdpClients.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UdpClients.h	Sun Jan 17 23:03:43 2021 +0100
@@ -0,0 +1,26 @@
+#ifndef UDPCLIENTS_H
+#define UDPCLIENTS_H
+
+#define NO_UDP  4// treba  5
+
+
+
+void sendToUdp( char *buffer, int val );
+void start_UdpClients( void );
+void init_udp_param( void );
+
+
+void restart_UdpClientConnection( int noClient, int restartType );
+void restart_UdpClientsConnection( int restartType );
+void restart_UdpClients( void );
+
+
+
+// void udpRxThreadsCancel( void );
+// void udpRxThreadsRiseUp( void );
+// void udpRxThreadsRestart( void );
+
+
+
+
+#endif