CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
carla::sensor::data::DVSEvent结构体 参考

#include <DVSEvent.h>

+ carla::sensor::data::DVSEvent 的协作图:

Public 成员函数

 DVSEvent ()=default
 Default constructor
 
 DVSEvent (const DVSEvent &&arg)
 Moving constructor
 
 DVSEvent (const DVSEvent &arg)
 Copy Constructor
 
 DVSEvent (std::uint16_t x, std::uint16_t y, std::int64_t t, bool pol)
 Constructor
 
bool operator!= (const DVSEvent &rhs) const
 
DVSEventoperator= (const DVSEvent &&other)
 Move Assignement operator
 
DVSEventoperator= (const DVSEvent &other)
 Assignement operator
 
bool operator== (const DVSEvent &rhs) const
 

Public 属性

bool pol
 
std::int64_t t
 
std::uint16_t x
 
std::uint16_t y
 

详细描述

在文件 DVSEvent.h16 行定义.

构造及析构函数说明

◆ DVSEvent() [1/4]

carla::sensor::data::DVSEvent::DVSEvent ( )
default

Default constructor

◆ DVSEvent() [2/4]

carla::sensor::data::DVSEvent::DVSEvent ( const DVSEvent & arg)
inline

Copy Constructor

在文件 DVSEvent.h21 行定义.

◆ DVSEvent() [3/4]

carla::sensor::data::DVSEvent::DVSEvent ( const DVSEvent && arg)
inline

Moving constructor

在文件 DVSEvent.h25 行定义.

◆ DVSEvent() [4/4]

carla::sensor::data::DVSEvent::DVSEvent ( std::uint16_t x,
std::uint16_t y,
std::int64_t t,
bool pol )
inline

Constructor

在文件 DVSEvent.h32 行定义.

成员函数说明

◆ operator!=()

bool carla::sensor::data::DVSEvent::operator!= ( const DVSEvent & rhs) const
inline

在文件 DVSEvent.h57 行定义.

◆ operator=() [1/2]

DVSEvent & carla::sensor::data::DVSEvent::operator= ( const DVSEvent && other)
inline

Move Assignement operator

在文件 DVSEvent.h45 行定义.

引用了 pol, t, x , 以及 y.

◆ operator=() [2/2]

DVSEvent & carla::sensor::data::DVSEvent::operator= ( const DVSEvent & other)
inline

Assignement operator

在文件 DVSEvent.h36 行定义.

引用了 pol, t, x , 以及 y.

◆ operator==()

bool carla::sensor::data::DVSEvent::operator== ( const DVSEvent & rhs) const
inline

在文件 DVSEvent.h53 行定义.

引用了 pol, t, x , 以及 y.

类成员变量说明

◆ pol

bool carla::sensor::data::DVSEvent::pol

在文件 DVSEvent.h64 行定义.

被这些函数引用 operator=(), operator=(), operator==() , 以及 carla::ros2::CarlaDVSCameraPublisher::SetImageData().

◆ t

std::int64_t carla::sensor::data::DVSEvent::t

在文件 DVSEvent.h63 行定义.

被这些函数引用 operator=(), operator=() , 以及 operator==().

◆ x

std::uint16_t carla::sensor::data::DVSEvent::x

在文件 DVSEvent.h61 行定义.

被这些函数引用 operator=(), operator=(), operator==() , 以及 carla::ros2::CarlaDVSCameraPublisher::SetImageData().

◆ y

std::uint16_t carla::sensor::data::DVSEvent::y

在文件 DVSEvent.h62 行定义.

被这些函数引用 operator=(), operator=(), operator==() , 以及 carla::ros2::CarlaDVSCameraPublisher::SetImageData().


该结构体的文档由以下文件生成: