#include <DVSEvent.h>
Collaboration diagram for carla::sensor::data::DVSEvent:Public Member Functions | |
| DVSEvent ()=default | |
| Default constructor. More... | |
| DVSEvent (const DVSEvent &arg) | |
| Copy Constructor. More... | |
| DVSEvent (const DVSEvent &&arg) | |
| Moving constructor. More... | |
| DVSEvent (std::uint16_t x, std::uint16_t y, std::int64_t t, bool pol) | |
| Constructor. More... | |
| bool | operator!= (const DVSEvent &rhs) const |
| DVSEvent & | operator= (const DVSEvent &other) |
| Assignement operator. More... | |
| DVSEvent & | operator= (const DVSEvent &&other) |
| Move Assignement operator. More... | |
| bool | operator== (const DVSEvent &rhs) const |
Public Attributes | |
| bool | pol |
| std::int64_t | t |
| std::uint16_t | x |
| std::uint16_t | y |
Definition at line 16 of file DVSEvent.h.
|
default |
Default constructor.
|
inline |
Copy Constructor.
Definition at line 21 of file DVSEvent.h.
|
inline |
Moving constructor.
Definition at line 25 of file DVSEvent.h.
|
inline |
Constructor.
Definition at line 32 of file DVSEvent.h.
|
inline |
Definition at line 57 of file DVSEvent.h.
|
inline |
| bool carla::sensor::data::DVSEvent::pol |
Definition at line 64 of file DVSEvent.h.
Referenced by operator=(), operator==(), and carla::ros2::CarlaDVSCameraPublisher::SetImageData().
| std::int64_t carla::sensor::data::DVSEvent::t |
Definition at line 63 of file DVSEvent.h.
Referenced by operator=(), and operator==().
| std::uint16_t carla::sensor::data::DVSEvent::x |
Definition at line 61 of file DVSEvent.h.
Referenced by operator=(), operator==(), and carla::ros2::CarlaDVSCameraPublisher::SetImageData().
| std::uint16_t carla::sensor::data::DVSEvent::y |
Definition at line 62 of file DVSEvent.h.
Referenced by operator=(), operator==(), and carla::ros2::CarlaDVSCameraPublisher::SetImageData().
1.8.13