preCICE v3.1.2
|
#include <boost/asio.hpp>
#include <map>
#include <memory>
#include <set>
#include <stddef.h>
#include <string>
#include <thread>
#include "com/Communication.hpp"
#include "com/SharedPointer.hpp"
#include "com/SocketSendQueue.hpp"
#include "logging/Logger.hpp"
#include "precice/impl/Types.hpp"
#include "utils/networking.hpp"
Go to the source code of this file.
Classes | |
class | precice::com::SocketCommunication |
Implements Communication by using sockets. More... | |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::com |
contains the data communication abstraction layer. | |