Definition at line 40 of file test_tcp_server.cpp.
◆ connectionCallback()
| void TCPServerTest::connectionCallback |
( |
const int |
filedescriptor | ) |
|
|
inlineprotected |
◆ disconnectionCallback()
| void TCPServerTest::disconnectionCallback |
( |
const int |
filedescriptor | ) |
|
|
inlineprotected |
◆ messageCallback()
| void TCPServerTest::messageCallback |
( |
const int |
filedescriptor, |
|
|
char * |
buffer |
|
) |
| |
|
inlineprotected |
◆ waitForConnectionCallback()
| bool TCPServerTest::waitForConnectionCallback |
( |
int |
milliseconds = 100 | ) |
|
|
inlineprotected |
◆ waitForDisconnectionCallback()
| bool TCPServerTest::waitForDisconnectionCallback |
( |
int |
milliseconds = 100 | ) |
|
|
inlineprotected |
◆ waitForMessageCallback()
| bool TCPServerTest::waitForMessageCallback |
( |
int |
milliseconds = 100 | ) |
|
|
inlineprotected |
◆ client_fd_
| int TCPServerTest::client_fd_ = -1 |
|
protected |
◆ connect_cv_
| std::condition_variable TCPServerTest::connect_cv_ |
|
private |
◆ connect_mutex_
| std::mutex TCPServerTest::connect_mutex_ |
|
private |
◆ connection_callback_
| bool TCPServerTest::connection_callback_ = false |
|
private |
◆ disconnect_cv_
| std::condition_variable TCPServerTest::disconnect_cv_ |
|
private |
◆ disconnect_mutex_
| std::mutex TCPServerTest::disconnect_mutex_ |
|
private |
◆ disconnection_callback_
| bool TCPServerTest::disconnection_callback_ = false |
|
private |
◆ message_
| std::string TCPServerTest::message_ = "" |
|
protected |
◆ message_callback_
| bool TCPServerTest::message_callback_ = false |
|
private |
◆ message_cv_
| std::condition_variable TCPServerTest::message_cv_ |
|
private |
◆ message_mutex_
| std::mutex TCPServerTest::message_mutex_ |
|
private |
◆ port_
| int TCPServerTest::port_ = 50001 |
|
protected |
The documentation for this class was generated from the following file:
ur_client_library
Author(s): Thomas Timm Andersen, Simon Rasmussen, Felix Exner, Lea Steffen, Tristan Schnell
autogenerated on Tue Jul 4 2023 02:09:47