33 void set_router(std::shared_ptr<Router> router);
64 std::unordered_map<stream_id, token_type>
_tokens;
65 std::unordered_map<stream_id, std::weak_ptr<Primary>>
_servers;
void SendEnableForROS(stream_id sensor_id)
std::unordered_map< stream_id, token_type > _tokens
void set_router(std::shared_ptr< Router > router)
void DisableForROS(stream_id sensor_id)
bool SendIsEnabledForROS(stream_id sensor_id)
token_type GetToken(stream_id sensor_id)
void SendFrameData(carla::Buffer buffer)
void EnableForROS(stream_id sensor_id)
std::unordered_map< stream_id, std::weak_ptr< Primary > > _servers
token_type SendGetToken(carla::streaming::detail::stream_id_type sensor_id)
void SendDisableForROS(stream_id sensor_id)
bool IsEnabledForROS(stream_id sensor_id)
std::shared_ptr< Router > _router
void SendLoadMap(std::string map)
Serializes a stream endpoint.
carla::streaming::detail::stream_id_type stream_id
This file contains definitions of common data structures used in traffic manager.