Class AccumulatorUnique
Defined in File accumulator_unique.h
Inheritance Relationships
Base Type
public event_camera_codecs::EventProcessor
Class Documentation
-
class AccumulatorUnique : public event_camera_codecs::EventProcessor
Public Functions
-
inline void finished() override
-
inline void rawData(const char*, size_t) override
-
inline void reset_stored_events()
-
inline pybind11::array_t<EventExtTrig> get_ext_trig_events()
-
template<class EventT>
inline pybind11::list get_event_packets(std::vector<std::vector<EventT>*> *pkts)
-
inline void clearImage()
-
inline uint64_t get_start_time() const
-
inline pybind11::list get_cd_event_packets()
-
inline pybind11::list get_ext_trig_event_packets()
-
inline size_t get_num_cd_off() const
-
inline size_t get_num_cd_on() const
-
inline size_t get_num_trigger_rising() const
-
inline size_t get_num_trigger_falling() const
-
inline void setHasSensorTimeSinceEpoch(bool b)
-
inline void finished() override