CARLA
 
载入中...
搜索中...
未找到
| 命名空间 | 函数
EndPoint.h 文件参考
#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)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  carla::streaming::detail::EndPoint< Protocol, FullyDefinedEndPoint >
 
class  carla::streaming::detail::EndPoint< Protocol, PartiallyDefinedEndPoint >
 
struct  carla::streaming::detail::FullyDefinedEndPoint
 
struct  carla::streaming::detail::PartiallyDefinedEndPoint
 

命名空间

namespace  carla
 This file contains definitions of common data structures used in traffic manager.
 
namespace  carla::streaming
 
namespace  carla::streaming::detail
 

函数

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 ()