CARLA
 
载入中...
搜索中...
未找到
命名空间 | | 类型定义
carla::streaming::detail 命名空间参考

命名空间

namespace  tcp
 

class  Dispatcher
 Keeps the mapping between streams and sessions. 更多...
 
class  EndPoint
 
class  EndPoint< Protocol, FullyDefinedEndPoint >
 
class  EndPoint< Protocol, PartiallyDefinedEndPoint >
 
struct  FullyDefinedEndPoint
 
class  MultiStreamState
 A stream state that can hold any number of sessions. 更多...
 
struct  PartiallyDefinedEndPoint
 
class  Stream
 
class  StreamStateBase
 Shared state among all the copies of a stream. 更多...
 
struct  token_data
 
class  token_type
 Serializes a stream endpoint. 更多...
 

类型定义

using message_size_type = uint32_t
 
using Session = tcp::ServerSession
 
using stream_id_type = uint32_t
 
using StreamMap = std::unordered_map<stream_id_type, std::shared_ptr<MultiStreamState>>
 

类型定义说明

◆ message_size_type

在文件 Types.h20 行定义.

◆ Session

在文件 Session.h15 行定义.

◆ stream_id_type

在文件 Types.h18 行定义.

◆ StreamMap

using carla::streaming::detail::StreamMap = std::unordered_map<stream_id_type, std::shared_ptr<MultiStreamState>>

在文件 Dispatcher.h24 行定义.