#include <DVSEvent.h>
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 |
DVSEvent & | operator= (const DVSEvent &&other) |
Move Assignement operator | |
DVSEvent & | operator= (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.h 第 16 行定义.
|
default |
Default constructor
|
inline |
Copy Constructor
在文件 DVSEvent.h 第 21 行定义.
|
inline |
Moving constructor
在文件 DVSEvent.h 第 25 行定义.
|
inline |
Constructor
在文件 DVSEvent.h 第 32 行定义.
|
inline |
在文件 DVSEvent.h 第 57 行定义.
|
inline |
bool carla::sensor::data::DVSEvent::pol |
在文件 DVSEvent.h 第 64 行定义.
被这些函数引用 operator=(), operator=(), operator==() , 以及 carla::ros2::CarlaDVSCameraPublisher::SetImageData().
std::int64_t carla::sensor::data::DVSEvent::t |
在文件 DVSEvent.h 第 63 行定义.
被这些函数引用 operator=(), operator=() , 以及 operator==().
std::uint16_t carla::sensor::data::DVSEvent::x |
在文件 DVSEvent.h 第 61 行定义.
被这些函数引用 operator=(), operator=(), operator==() , 以及 carla::ros2::CarlaDVSCameraPublisher::SetImageData().
std::uint16_t carla::sensor::data::DVSEvent::y |
在文件 DVSEvent.h 第 62 行定义.
被这些函数引用 operator=(), operator=(), operator==() , 以及 carla::ros2::CarlaDVSCameraPublisher::SetImageData().