|
scc 2026.07
SystemC components library
|

Public Member Functions | |
| void | configure (std::string host, unsigned port_nr) |
| void | connect () |
| bool | is_remote_connected () |
| connection< REQ, RESP > & | client_connection (unsigned short retry_count=0) |
Protected Member Functions | |
| void | setup_endpoint (boost::asio::ip::tcp::endpoint &ep) |
| void | setup_endpoint (boost::asio::ip::udp::endpoint &ep) |
| bool | is_local_socket (boost::asio::ip::tcp::socket &socket) |
| bool | is_local_socket (boost::asio::ip::udp::socket &socket) |
Protected Attributes | |
| std::string | host |
| unsigned short | port |
| unsigned short | retry_count |
| boost::asio::io_context | io_service |
| connection< REQ, RESP >::ptr | trace_conn |
| std::atomic< bool > | is_connected |
| bool | local_connection |
| scc::tcp4tlm::client< REQ, RESP >::client | ( | ) |
|
virtual |
|
inline |
|
inline |
| void scc::tcp4tlm::client< REQ, RESP >::connect | ( | ) |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |