#include <boost/asio/io_context.hpp>#include <boost/asio/ip/address.hpp>#include <boost/asio/ip/tcp.hpp>#include <boost/asio/ip/udp.hpp>
EndPoint.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:命名空间 | |
| 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 () |