|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "logging/Logging.hpp"#include "conffwk/Configuration.hpp"#include "confmodel/DaqApplication.hpp"#include "confmodel/DaqModule.hpp"#include "confmodel/ResourceSet.hpp"#include "confmodel/Segment.hpp"#include "confmodel/Session.hpp"#include <iostream>#include <string>Go to the source code of this file.
Functions | |
| void | process_segment (const Session *session, const Segment *segment, const std::set< std::string > &disabled_objects, std::string spacer) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 81 of file list_apps.cxx.
| void process_segment | ( | const Session * | session, |
| const Segment * | segment, | ||
| const std::set< std::string > & | disabled_objects, | ||
| std::string | spacer ) |
Definition at line 19 of file list_apps.cxx.