|
|
||||||
|
diag_modulardiagnosis.h
Go to the documentation of this file.
30 Checks modular diagnosability for a system G (which consists of the subsystems rGsubs) with respect to the specification K (consisting of local specifications rKsubs) and the local abstraction alphabets rHighAlphSubs.
43 extern FAUDES_API bool IsModularDiagnosable(const SystemVector& rGsubs, const GeneratorVector& rKsubs, std::string& rReportString);
49 Checks modular diagnosability for a system G (which consists of the subsystems rGsubs) with respect to the specification K (consisting of local specifications rKsubs) and the local abstraction alphabets rHighAlphSubs.
62 extern FAUDES_API bool IsModularDiagnosable(const std::vector< const System* >& rGsubs, const std::vector< const Generator* >& rKsubs, std::string& rReportString);
65 Checks modular diagnosability for a system G (which consists of the subsystems rGsubs) with respect to the specification K (consisting of local specifications rKsubs) and the local abstraction alphabets rHighAlphSubs.
81 extern FAUDES_API bool ModularDiagnoser(const std::vector< const System* >& rGsubs, const std::vector<const Generator* >& rKsubs, std::vector<Diagnoser*>& rDiagsubs, std::string& rReportString);
101 extern FAUDES_API bool ModularDiagnoser(const SystemVector& rGsubs, const GeneratorVector& rKsubs, GeneratorVector& rDiagSubs,std::string& rReportString);
109 extern FAUDES_API bool IsModularDiagnosable(const SystemVector& rGsubs, const GeneratorVector& rKsubs);
115 extern FAUDES_API bool ModularDiagnoser(const SystemVector& rGsubs, const GeneratorVector& rKsubs, GeneratorVector& rDiagsubs);
Definition: cfl_basevector.h:577 Definition: cfl_cgenerator.h:278 Definition: cfl_agenerator.h:43 bool ModularDiagnoser(const SystemVector &rGsubs, const GeneratorVector &rKsubs, GeneratorVector &rDiagSubs, string &rReportString) Definition: diag_modulardiagnosis.cpp:128 void cParallel(const std::vector< const System * > &rGens, System &rResGen) bool IsModularDiagnosable(const SystemVector &rGsubs, const GeneratorVector &rKsubs, string &rReportString) Definition: diag_modulardiagnosis.cpp:23 libFAUDES 2.33c --- 2025.05.15 --- c++ api documentaion by doxygen |