|
rohdeschwarz
0.2.0
TCPIP socket library for Rohde & Schwarz instrument control
|
Classes | |
| class | Socket |
| A class for managing synchronous TCP IP sockets. More... | |
Typedefs | |
| using | system_error = boost::system::system_error |
| System error exception. More... | |
Functions | |
| boost::asio::ip::basic_resolver< boost::asio::ip::tcp >::results_type | resolve (const std::string &host, int port, boost::asio::io_context &io_context) |
| Resolves TCP IP endpoint(s) from host, port. More... | |
| using rohdeschwarz::busses::socket::system_error = typedef boost::system::system_error |
System error exception.
This is a reference to boost::system::system_error provided for convenience
Definition at line 32 of file socket.hpp.
| boost::asio::ip::basic_resolver< boost::asio::ip::tcp >::results_type rohdeschwarz::busses::socket::resolve | ( | const std::string & | host, |
| int | port, | ||
| boost::asio::io_context & | io_context | ||
| ) |
Resolves TCP IP endpoint(s) from host, port.
| [in] | host | Host name or IP address |
| [in] | port | TCP port |
| [in] | io_context | IO Context for scheduling resolve() |
Definition at line 15 of file helpers.cpp.