9#include "detection_method.h"
11namespace fbgsense::detection
15 constexpr int get_type()
override
20 std::unique_ptr<detection_method> create()
override
22 return std::make_unique<detection_method_localmax>();
25 void perform(
spectrum_state spect, std::initializer_list<parameter_t> params)
override;
Definition: detection_method_localmax.h:14
Definition: detection_method.h:16
constexpr int get_hash(const char str[])
Java string hashing function. http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/687fd7c7986d/src/share/cl...
Definition: processor.h:24
Data structure reflecting spectrum's current state. Used in processors.
Definition: spectrum_state.h:19