1 #ifndef _ots_myNewInterface_h_
2 #define _ots_myNewInterface_h_
4 #include "otsdaq-components/FEInterfaces/FEOtsUDPTemplateInterface.h"
17 const ConfigurationTree& theXDAQContextConfigTree,
18 const std::string& interfaceConfigurationPath);
25 void start(std::string runNumber)
override;
29 int universalRead(
char* address,
char* readValue)
override;
30 void universalWrite(
char* address,
char* writeValue)
override;
35 void testFunction(frontEndMacroInArgs_t argsIn, frontEndMacroOutArgs_t argsOut);