preCICE v3.1.2
|
#include <algorithm>
#include <boost/asio.hpp>
#include <filesystem>
#include <sstream>
#include <stdexcept>
#include <utility>
#include "ConnectionInfoPublisher.hpp"
#include "SocketCommunication.hpp"
#include "SocketRequest.hpp"
#include "logging/LogMacros.hpp"
#include "precice/impl/Types.hpp"
#include "utils/assertion.hpp"
#include "utils/networking.hpp"
#include "utils/span_tools.hpp"
Go to the source code of this file.
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::com |
contains the data communication abstraction layer. | |
std::string address |
Definition at line 719 of file SocketCommunication.cpp.
unsigned int index |
Definition at line 717 of file SocketCommunication.cpp.
std::string name |
Definition at line 718 of file SocketCommunication.cpp.