16 #ifndef STREAM_RecalibrateModule
17 #define STREAM_RecalibrateModule
19 #ifndef DABC_ModuleAsync
Represents command with its arguments.
Base class for user-derived code, implementing event-processing.
Runs code of stream framework.
virtual int ExecuteCommand(dabc::Command cmd)
Main method where commands are executed.
virtual void AfterModuleStop()
virtual ~RecalibrateModule()
hadaq::HldProcessor * fHLD
virtual void OnThreadAssigned()
virtual bool ProcessBuffer(unsigned)
Method called by framework when at least one buffer available in pool handle.
RecalibrateModule(const std::string &name, dabc::Command cmd=nullptr)
virtual void BeforeModuleStart()
virtual bool ProcessRecv(unsigned)
Method called by framework when at least one buffer available in input port.
virtual bool ProcessSend(unsigned)
Method called by framework when at least one buffer can be send to output port.
Support for HADAQ - HADES DAQ
Support for stream framework in DABC