Class EventConverter

Inheritance Relationships

Base Type

  • public IProcessor

Class Documentation

class EventConverter : public IProcessor

Public Functions

EventConverter()
void CreatePorts() override
void Process(ProcessingContext &context) override
void Postprocess(ProcessingContext &context) override

Protected Attributes

PortIn<EventType> *data_in_port_
PortOut<EventType> *data_out_port_
options::String event_name_ = {"stimulation", options::notempty<std::string>()}
options::Bool replace_ = {true}