Class SerialOutput

Inheritance Relationships

Base Type

  • public IProcessor

Class Documentation

class SerialOutput : public IProcessor

Public Functions

SerialOutput()
void CreatePorts() override
void Preprocess(ProcessingContext &context) 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 port_address_ = {"/dev/ttyACM0"}
options::Int baudrate_ = {9600}
options::Bool event_log_ = {true}
serialib fd_