rohdeschwarz  0.2.0
TCPIP socket library for Rohde & Schwarz instrument control
Typedefs | Variables
socket.cpp File Reference

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
 

Detailed Description

rohdeschwarz::busses::socket::busses::socket::Socket class implementation

Definition in file socket.cpp.

Typedef Documentation

◆ char_p

using char_p = char*

Definition at line 24 of file socket.cpp.

◆ const_char_p

using const_char_p = const char*

Definition at line 25 of file socket.cpp.

◆ socklen_t_p

using socklen_t_p = socklen_t*

Definition at line 26 of file socket.cpp.

Variable Documentation

◆ shutdown_both

const auto shutdown_both = boost::asio::ip::tcp::socket::shutdown_both

Definition at line 14 of file socket.cpp.