CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Private 类型 | Private 成员函数 | Private 属性 | 友元 | 所有成员列表
carla::sensor::s11n::LidarHeaderView类 参考

A view over the header of a Lidar measurement. 更多...

#include <LidarSerializer.h>

+ carla::sensor::s11n::LidarHeaderView 的协作图:

Public 成员函数

uint32_t GetChannelCount () const
 
float GetHorizontalAngle () const
 
uint32_t GetPointCount (size_t channel) const
 

Private 类型

using Index = data::LidarData::Index
 

Private 成员函数

 LidarHeaderView (const uint32_t *begin)
 

Private 属性

const uint32_t * _begin
 

友元

class LidarSerializer
 

详细描述

A view over the header of a Lidar measurement.

在文件 LidarSerializer.h26 行定义.

成员类型定义说明

◆ Index

在文件 LidarSerializer.h27 行定义.

构造及析构函数说明

◆ LidarHeaderView()

carla::sensor::s11n::LidarHeaderView::LidarHeaderView ( const uint32_t * begin)
inlineexplicitprivate

在文件 LidarSerializer.h46 行定义.

引用了 _begin , 以及 DEBUG_ASSERT.

成员函数说明

◆ GetChannelCount()

uint32_t carla::sensor::s11n::LidarHeaderView::GetChannelCount ( ) const
inline

在文件 LidarSerializer.h34 行定义.

引用了 _begin.

被这些函数引用 GetPointCount().

+ 这是这个函数的调用关系图:

◆ GetHorizontalAngle()

float carla::sensor::s11n::LidarHeaderView::GetHorizontalAngle ( ) const
inline

在文件 LidarSerializer.h30 行定义.

引用了 _begin.

◆ GetPointCount()

uint32_t carla::sensor::s11n::LidarHeaderView::GetPointCount ( size_t channel) const
inline

在文件 LidarSerializer.h38 行定义.

引用了 _begin, DEBUG_ASSERT , 以及 GetChannelCount().

+ 函数调用图:

友元及相关函数文档

◆ LidarSerializer

friend class LidarSerializer
friend

在文件 LidarSerializer.h44 行定义.

类成员变量说明

◆ _begin

const uint32_t* carla::sensor::s11n::LidarHeaderView::_begin
private

在文件 LidarSerializer.h50 行定义.

被这些函数引用 GetChannelCount(), GetHorizontalAngle(), GetPointCount() , 以及 LidarHeaderView().


该类的文档由以下文件生成: