1 #ifndef _ots_FEProducerVInterface_h_
2 #define _ots_FEProducerVInterface_h_
4 #include "otsdaq-core/DataManager/DataProducerBase.h"
5 #include "otsdaq-core/FECore/FEVInterface.h"
24 const std::string& interfaceConfigurationPath);
28 virtual void startProcessingData(std::string runNumber)
30 __FE_COUT__ <<
"Do nothing. The FE Manager starts the workloop." << __E__;
32 virtual void stopProcessingData(
void)
34 __FE_COUT__ <<
"Do nothing. The FE Manager stops the workloop." << __E__;
37 virtual void copyToNextBuffer(
const std::string& dataToWrite);
38 virtual std::string* getNextBuffer(
void);
39 virtual void writeCurrentBuffer(
void);
43 std::map<std::string, std::string>* headerP_;