bosko lekovic
/
EthToCom_11
nova proba
TcpClients.h@27:0772451fb880, 2021-01-17 (annotated)
- Committer:
- Bosko Lekovic
- Date:
- Sun Jan 17 23:03:43 2021 +0100
- Revision:
- 27:0772451fb880
initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Bosko Lekovic |
27:0772451fb880 | 1 | #ifndef TCPCLIENTS_H |
Bosko Lekovic |
27:0772451fb880 | 2 | #define TCPCLIENTS_H |
Bosko Lekovic |
27:0772451fb880 | 3 | |
Bosko Lekovic |
27:0772451fb880 | 4 | #define NO_TCP 4 |
Bosko Lekovic |
27:0772451fb880 | 5 | |
Bosko Lekovic |
27:0772451fb880 | 6 | |
Bosko Lekovic |
27:0772451fb880 | 7 | |
Bosko Lekovic |
27:0772451fb880 | 8 | void sendToTcp( char *buffer, int val ); |
Bosko Lekovic |
27:0772451fb880 | 9 | |
Bosko Lekovic |
27:0772451fb880 | 10 | void init_tcp_param( void ); |
Bosko Lekovic |
27:0772451fb880 | 11 | int get_rxStatus( int i ); |
Bosko Lekovic |
27:0772451fb880 | 12 | int get_rxValidy( int i ); |
Bosko Lekovic |
27:0772451fb880 | 13 | |
Bosko Lekovic |
27:0772451fb880 | 14 | |
Bosko Lekovic |
27:0772451fb880 | 15 | void start_TcpClients( void ); |
Bosko Lekovic |
27:0772451fb880 | 16 | // void restart_TcpClientConnection( int noClient, int restartType ); |
Bosko Lekovic |
27:0772451fb880 | 17 | // void restart_TcpClientsConnection( int restartType ); |
Bosko Lekovic |
27:0772451fb880 | 18 | // void restart_TcpClients( void ); |
Bosko Lekovic |
27:0772451fb880 | 19 | |
Bosko Lekovic |
27:0772451fb880 | 20 | |
Bosko Lekovic |
27:0772451fb880 | 21 | #endif |