|
rohdeschwarz
0.2.0
TCPIP socket library for Rohde & Schwarz instrument control
|
rohdeschwarz::busses::socket::busses::socket::Socket class implementation More...
#include "rohdeschwarz/busses/socket/helpers.hpp"#include "rohdeschwarz/busses/socket/socket.hpp"#include <sstream>Go to the source code of this file.
Typedefs | |
| using | char_p = char * |
| using | const_char_p = const char * |
| using | socklen_t_p = socklen_t * |
Variables | |
| const auto | shutdown_both = boost::asio::ip::tcp::socket::shutdown_both |
rohdeschwarz::busses::socket::busses::socket::Socket class implementation
Definition in file socket.cpp.
| using char_p = char* |
Definition at line 24 of file socket.cpp.
| using const_char_p = const char* |
Definition at line 25 of file socket.cpp.
| using socklen_t_p = socklen_t* |
Definition at line 26 of file socket.cpp.
| const auto shutdown_both = boost::asio::ip::tcp::socket::shutdown_both |
Definition at line 14 of file socket.cpp.