|
Open Model Railroad Network (OpenMRN)
|
Public Member Functions | |
| ClientIf (MultiTcpIfTest *parent, NodeID node_id) | |
Public Attributes | |
| int | fds_ [2] |
| MultiTcpIfTest * | parent_ |
| NodeID | nodeId_ |
| HubFlow | device_ {&g_service} |
| IfTcp | ifTcp_ {nodeId_, &device_, parent_->local_node_count} |
Definition at line 225 of file if_tcp_test_helper.hxx.
|
inline |
Definition at line 227 of file if_tcp_test_helper.hxx.
| HubFlow openlcb::MultiTcpIfTest::ClientIf::device_ {&g_service} |
Definition at line 242 of file if_tcp_test_helper.hxx.
| int openlcb::MultiTcpIfTest::ClientIf::fds_[2] |
Definition at line 239 of file if_tcp_test_helper.hxx.
| IfTcp openlcb::MultiTcpIfTest::ClientIf::ifTcp_ {nodeId_, &device_, parent_->local_node_count} |
Definition at line 243 of file if_tcp_test_helper.hxx.
| NodeID openlcb::MultiTcpIfTest::ClientIf::nodeId_ |
Definition at line 241 of file if_tcp_test_helper.hxx.
| MultiTcpIfTest* openlcb::MultiTcpIfTest::ClientIf::parent_ |
Definition at line 240 of file if_tcp_test_helper.hxx.