artdaq  v3_07_01
boardreader.cc
1 #include "artdaq/Application/LoadParameterSet.hh"
2 #include "proto/artdaqapp.hh"
3 
4 int main(int argc, char* argv[])
5 {
6  fhicl::ParameterSet config_ps = LoadParameterSet<artdaq::artdaqapp::Config>(argc, argv, "boardreader", "The BoardReader is responsible for reading out one or more pieces of connected hardware, creating Fragments and sending them to the EventBuilders.");
7  artdaq::detail::TaskType task = artdaq::detail::TaskType::BoardReaderTask;
8 
9  artdaq::artdaqapp::runArtdaqApp(task, config_ps);
10 }
static void runArtdaqApp(detail::TaskType task, fhicl::ParameterSet const &config_ps)
Run an artdaq Application
Definition: artdaqapp.hh:53
TaskType
The types of applications in artdaq.
Definition: TaskType.hh:17