CARLA
 
载入中...
搜索中...
未找到
| 类型定义 | 函数
std 命名空间参考

struct  hash< carla::road::element::Waypoint >
 
struct  hash< CarlaRecorderCollision >
 

类型定义

using WaypointHash = hash<carla::road::element::Waypoint>
 

函数

std::ostream & operator<< (std::ostream &out, const ::carla::client::Timestamp &timestamp)
 标准输出流操作
 
std::ostream & operator<< (std::ostream &out, const ::carla::rss::ActorConstellationData &actor_constellation_data)
 standard ostream operator
 
std::ostream & operator<< (std::ostream &out, const ::carla::rss::ActorConstellationResult &actor_constellation_result)
 standard ostream operator
 
std::ostream & operator<< (std::ostream &out, const ::carla::rss::EgoDynamicsOnRoute &ego_dynamics_on_route)
 standard ostream operator
 

类型定义说明

◆ WaypointHash

在文件 road/element/Waypoint.cpp15 行定义.

函数说明

◆ operator<<() [1/4]

std::ostream & std::operator<< ( std::ostream & out,
const ::carla::client::Timestamp & timestamp )
inline

标准输出流操作

参数
[in/out]out 要写入的输出流
[in]timestamp输出流的时间戳
返回
The stream object.

在文件 Timestamp.h75 行定义.

◆ operator<<() [2/4]

std::ostream & std::operator<< ( std::ostream & out,
const ::carla::rss::ActorConstellationData & actor_constellation_data )
inline

standard ostream operator

参数
[in/out]os The output stream to write to
[in]actor_constellation_resultthe actor constellation result to stream out
返回
The stream object.

在文件 RssCheck.h532 行定义.

◆ operator<<() [3/4]

std::ostream & std::operator<< ( std::ostream & out,
const ::carla::rss::ActorConstellationResult & actor_constellation_result )
inline

standard ostream operator

参数
[in/out]os The output stream to write to
[in]actor_constellation_resultthe actor constellation result to stream out
返回
The stream object.

在文件 RssCheck.h513 行定义.

◆ operator<<() [4/4]

std::ostream & std::operator<< ( std::ostream & out,
const ::carla::rss::EgoDynamicsOnRoute & ego_dynamics_on_route )
inline

standard ostream operator

参数
[in/out]os The output stream to write to
[in]ego_dynamics_on_routethe ego dynamics on route to stream out
返回
The stream object.

在文件 RssCheck.h481 行定义.