AERA
|
Public Member Functions | |
TcpIoDevice (int number_of_servers, int number_of_clients, std::vector< std::pair< std::string, std::string > > server_configurations, std::vector< std::string > client_configurations) | |
int | initTCP () |
![]() | |
r_code::Code * | build_object (r_code::SysObject *source) const override |
r_code::Code * | _build_object (Atom head) const override |
r_code::Code * | build_object (Atom head) const override |
r_code::Code * | check_existence (r_code::Code *object) override |
void | inject (O *object, View *view) |
Definition at line 95 of file tcp_io_device.h.
int tcp_io_device::TcpIoDevice< O, S >::initTCP |
Initialize the TCP connection and wait for a client to connect to it.
port | the port in which the TCP/IP connection should be communicating with the environment simulation. |
Definition at line 109 of file tcp_io_device.cpp.