#include <boost/asio/io_context.hpp>
#include <boost/asio/ip/address.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/ip/udp.hpp>
命名空间 | |
namespace | carla |
CARLA模拟器的主命名空间。 | |
namespace | carla::streaming |
namespace | carla::streaming::detail |
包含Boost.Asio库中的IP地址类定义。 包含Boost.Asio库中的TCP协议类定义。 | |
函数 | |
static auto | carla::streaming::make_address (const std::string &address) |
template<typename Protocol > | |
static auto | carla::streaming::make_endpoint (boost::asio::ip::basic_endpoint< Protocol > ep) |
template<typename Protocol > | |
static auto | carla::streaming::make_endpoint (const char *address, uint16_t port) |
template<typename Protocol > | |
static auto | carla::streaming::make_endpoint (const std::string &address, uint16_t port) |
template<typename Protocol > | |
static auto | carla::streaming::make_endpoint (uint16_t port) |
static auto | carla::streaming::make_localhost_address () |