Class ReplayDetector

Inheritance Relationships

Base Type

  • public IProcessor

Class Documentation

class ReplayDetector : public IProcessor

Public Functions

ReplayDetector()
void CreatePorts() override
void Process(ProcessingContext &context) override

Protected Attributes

PortIn<ColumnsType<double>> *data_in_port_
PortOut<EventType> *data_out_port_
PortIn<EventType> *event_in_port_
StaticState<unsigned long> *history_size_