Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
TCP_server.h
Go to the documentation of this file.
1/***********************************************************************/
25#ifndef TCP_SERVER_H_
26#define TCP_SERVER_H_
27
28bool open_TCP_port(void);
30void write_TCP_port( char * data, unsigned length);
31void close_TCP_port(void);
32
33#endif /* TCP_SERVER_H_ */
void close_TCP_port(void)
bool open_TCP_port(void)
bool accept_TCP_client(bool wait_for_client)
void write_TCP_port(char *data, unsigned length)
mathematical vector of arbitrary type and size
Definition vector.h:40