#include "bnet/SenderModule.h" #include "dabc/Manager.h" bnet::SenderModule::SenderModule(const std::string &name, dabc::Command cmd) : dabc::ModuleAsync(name,cmd) { DOUT0("%s num outputs %d", GetName(), NumOutputs()); fIter = dabc::mgr.CreateObject("TestEventsIterator", "bnet-evnt-iter"); fOut.resize(NumOutputs()); for (unsigned n=0;n