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
28
bool
open_TCP_port
(
void
);
29
bool
accept_TCP_client
(
bool
wait_for_client
);
30
void
write_TCP_port
(
char
* data,
unsigned
length);
31
void
close_TCP_port
(
void
);
32
33
#endif
/* TCP_SERVER_H_ */
close_TCP_port
void close_TCP_port(void)
Definition
TCP_server.cpp:164
open_TCP_port
bool open_TCP_port(void)
Definition
TCP_server.cpp:82
accept_TCP_client
bool accept_TCP_client(bool wait_for_client)
Definition
TCP_server.cpp:54
write_TCP_port
void write_TCP_port(char *data, unsigned length)
Definition
TCP_server.cpp:135
vector
mathematical vector of arbitrary type and size
Definition
vector.h:40
src
TCP_server.h
Generated by
1.9.8