|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "oks/kernel.hpp"#include "oks/pipeline.hpp"#include "oks/exceptions.hpp"#include <boost/program_options.hpp>#include "ers/ers.hpp"#include "logging/Logging.hpp"#include <algorithm>#include <chrono>#include <vector>#include <iostream>#include <filesystem>#include <mutex>Go to the source code of this file.
Classes | |
| struct | OksValidateJob |
| struct | FoundCircularDependency |
| struct | TestCircularDependency |
Functions | |
| static void | init_file_load_error (const std::string &file) |
| std::set< std::string > & | define_includes (const std::string &f, const std::set< std::string > &s, std::map< std::string, std::set< std::string > > &file_all_includes, std::map< std::string, std::set< std::string > > &file_explicit_includes, TestCircularDependency &cd_fuse) |
| int | main (int argc, char **argv) |
Variables | |
| std::string | s_load_error |
| struct FoundCircularDependency | s_circular_dependency_message |
Definition at line 32 of file oks_validate_repository.cxx.
| std::set< std::string > & define_includes | ( | const std::string & | f, |
| const std::set< std::string > & | s, | ||
| std::map< std::string, std::set< std::string > > & | file_all_includes, | ||
| std::map< std::string, std::set< std::string > > & | file_explicit_includes, | ||
| TestCircularDependency & | cd_fuse ) |
Definition at line 205 of file oks_validate_repository.cxx.
|
static |
Definition at line 49 of file oks_validate_repository.cxx.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 231 of file oks_validate_repository.cxx.
| struct FoundCircularDependency s_circular_dependency_message |
| std::string s_load_error |
Definition at line 46 of file oks_validate_repository.cxx.