Classes | |
class | asio_io_service |
class | listener |
Functions | |
void | test_transport_process (endpoint_set &local, endpoint_set &remote) |
void | tcp_test () |
void | bluetooth_test (string &endp_str) |
void ariba::transport::detail::bluetooth_test | ( | string & | endp_str | ) |
Definition at line 68 of file test_transport.hpp.
References ariba::transport::rfcomm::register_listener(), ariba::transport::rfcomm::send(), and ariba::transport::rfcomm::start().
void ariba::transport::detail::tcp_test | ( | ) |
void ariba::transport::detail::test_transport_process | ( | endpoint_set & | local, | |
endpoint_set & | remote | |||
) |
Definition at line 36 of file test_transport.hpp.
References ariba::transport::transport_peer::register_listener(), ariba::transport::transport_peer::send(), ariba::transport::transport_peer::start(), and ariba::addressing::endpoint_set::to_string().
Referenced by tcp_test().