1 #ifndef artdaq_ExternalComms_MakeCommanderPlugin_hh
2 #define artdaq_ExternalComms_MakeCommanderPlugin_hh
15 #include "artdaq/ExternalComms/CommanderInterface.hh"
17 #include "fhiclcpp/fwd.h"
29 std::unique_ptr<CommanderInterface>
Commandable is the base class for all artdaq components which implement the artdaq state machine...
std::unique_ptr< artdaq::CommanderInterface > MakeCommanderPlugin(const fhicl::ParameterSet &commander_pset, artdaq::Commandable &commandable)
Load a CommanderInterface plugin.