#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 |
| 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 第 20 行定义.
|
default |
Default constructor
|
inline |
Copy Constructor
在文件 DVSEvent.h 第 31 行定义.
|
inline |
Moving constructor
在文件 DVSEvent.h 第 36 行定义.
|
inline |
Constructor
在文件 DVSEvent.h 第 44 行定义.
|
inline |
在文件 DVSEvent.h 第 81 行定义.
|
inline |
| bool carla::sensor::data::DVSEvent::pol |
在文件 DVSEvent.h 第 94 行定义.
被这些函数引用 operator=(), operator==() , 以及 carla::ros2::CarlaDVSCameraPublisher::SetImageData().
| std::int64_t carla::sensor::data::DVSEvent::t |
在文件 DVSEvent.h 第 92 行定义.
被这些函数引用 operator=() , 以及 operator==().
| std::uint16_t carla::sensor::data::DVSEvent::x |
在文件 DVSEvent.h 第 88 行定义.
被这些函数引用 operator=(), operator==() , 以及 carla::ros2::CarlaDVSCameraPublisher::SetImageData().
| std::uint16_t carla::sensor::data::DVSEvent::y |
在文件 DVSEvent.h 第 90 行定义.
被这些函数引用 operator=(), operator==() , 以及 carla::ros2::CarlaDVSCameraPublisher::SetImageData().