#include <io.hpp>
|
std::unique_ptr< boost::asio::ip::tcp::socket > | stream_ |
|
Definition at line 237 of file io.hpp.
◆ TcpIo()
io::TcpIo::TcpIo |
( |
ROSaicNodeBase * |
node, |
|
|
std::shared_ptr< boost::asio::io_service > |
ioService |
|
) |
| |
|
inline |
◆ ~TcpIo()
◆ close()
void io::TcpIo::close |
( |
| ) |
|
|
inline |
◆ connect()
bool io::TcpIo::connect |
( |
| ) |
|
|
inline |
◆ setPort()
void io::TcpIo::setPort |
( |
const std::string & |
port | ) |
|
|
inline |
◆ ioService_
std::shared_ptr<boost::asio::io_service> io::TcpIo::ioService_ |
|
private |
◆ node_
◆ port_
std::string io::TcpIo::port_ |
|
private |
◆ stream_
std::unique_ptr<boost::asio::ip::tcp::socket> io::TcpIo::stream_ |
The documentation for this class was generated from the following file: