00001 #ifndef artdaq_ExternalComms_MakeCommanderPlugin_hh
00002 #define artdaq_ExternalComms_MakeCommanderPlugin_hh
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #include "artdaq/ExternalComms/CommanderInterface.hh"
00016
00017 #include "fhiclcpp/fwd.h"
00018
00019 #include <memory>
00020 #include <string>
00021
00022 namespace artdaq
00023 {
00030 std::unique_ptr<CommanderInterface>
00031 MakeCommanderPlugin(const fhicl::ParameterSet& pset,
00032 artdaq::Commandable& commandable);
00033 }
00034
00035 #endif