|
|
||||||
|
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);
Includes all libFAUDES headers, no plugins. State estimates for the current status of the generator (as state attributes). Failure and indicator events for a common failure type. Contains the failure and indicator partition for a system (used as global attribute). Label representation for state estimates. Includes debugging to diagnosis plug-in. Structure of diagnosers and methods to handle them. Functions to check a system's diagnosability with respect to a specification automaton and compute a ... 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) Parallel composition of multiple generators. bool IsModularDiagnosable(const SystemVector &rGsubs, const GeneratorVector &rKsubs, string &rReportString) Definition: diag_modulardiagnosis.cpp:23 Includes all observer plugin headers. libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |