nova proba

UdpClients.h

Committer:
Bosko Lekovic
Date:
2021-01-18
Revision:
28:49bafc8bb056
Parent:
27:0772451fb880

File content as of revision 28:49bafc8bb056:

#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