MCPcopy Create free account
hub / github.com/Unsigned-Long/iKalibr / EventArray

Method EventArray

src/sensor/event.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58bool Event::GetPolarity() const { return _polarity; }
59
60EventArray::EventArray(double timestamp, const std::vector<Event::Ptr>& events)
61 : _timestamp(timestamp),
62 _events(events) {}
63
64EventArray::Ptr EventArray::Create(double timestamp, const std::vector<Event::Ptr>& events) {
65 return std::make_shared<EventArray>(timestamp, events);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected