#include <io.hpp>
|
std::unique_ptr< boost::asio::ip::tcp::socket > | stream_ |
|
Definition at line 245 of file io.hpp.
◆ TcpIo()
io::TcpIo::TcpIo |
( |
ROSaicNodeBase * |
node, |
|
|
std::shared_ptr< boost::asio::io_context > |
ioContext |
|
) |
| |
|
inline |
◆ ~TcpIo()
◆ checkDeadline()
void io::TcpIo::checkDeadline |
( |
| ) |
|
|
inlineprivate |
◆ close()
void io::TcpIo::close |
( |
| ) |
|
|
inline |
◆ connect()
bool io::TcpIo::connect |
( |
| ) |
|
|
inline |
◆ connectInternal()
boost::system::error_code io::TcpIo::connectInternal |
( |
const boost::asio::ip::tcp::resolver::results_type & |
endpoints | ) |
|
|
inlineprivate |
◆ setPort()
void io::TcpIo::setPort |
( |
const std::string & |
port | ) |
|
|
inline |
◆ deadline_
boost::asio::deadline_timer io::TcpIo::deadline_ |
|
private |
◆ ioContext_
std::shared_ptr<boost::asio::io_context> io::TcpIo::ioContext_ |
|
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: