libFAUDES

Sections

Index

diag_languagediagnosis.cpp File Reference

Functions to check a system's language-diagnosability and compute a language-diagnoser. More...

#include "diag_languagediagnosis.h"

Go to the source code of this file.

Namespaces

namespace  faudes
 

libFAUDES resides within the namespace faudes.


Functions

bool faudes::IsLanguageDiagnosable (const cGenerator &rGen, const cGenerator &rSpec)
 Function definition for run-time interface.
void faudes::ComputeGobs (const cGenerator &rGenMarkedNonSpecBehaviour, diagGenerator &rGobs)
 Compute G_o for a generator that marks the faulty behaviour of a plant.
void faudes::ComputeReachability (const cGenerator &rGen, const EventSet &rUnobsEvents, Idx State, map< Idx, multimap< Idx, DiagLabelSet > > &rReachabilityMap)
void faudes::ComputeReachabilityRecursive (const cGenerator &rGen, const EventSet &rUnobsEvents, Idx State, StateSet done, map< Idx, multimap< Idx, DiagLabelSet > > &rReachabilityMap)
bool faudes::IsLanguageDiagnosable (const cGenerator &rGen, const cGenerator rSpec, std::string &rReportString)
 Test function to verify language-diagnosability.
bool faudes::rec_ComputeLoopPreservingObserver (const cGenerator &rGen, const EventSet &rInitialHighAlph, EventSet &rHighAlph, const std::vector< Idx > &rDdffVector, Idx numberEvents, Idx currentNumberEvents, Idx currentLocation, EventSet chosenEvents)
 rec_ComputeLoopPreservingObserver(rGen, rInitialHighAlph, rHighAlph, rDdffVector, numberEvents, currentNumberEvents, currentLocation, hosenEvents)
Functions (diagnoser computation)

void faudes::ComputeLanguageDiagnoser (const cGenerator &rGen, const cGenerator &rSpec, diagGenerator &rDiagGen)
 Compute a standard diagnoser from an input generator and a specification.
Functions (verification and computation of loop-preserving observers)

bool faudes::IsLoopPreservingObserver (const cGenerator &rGen, const EventSet &rHighAlph)
 Verifies a loop-preserving observer.
void faudes::ComputeLoopPreservingObserver (const cGenerator &rGen, const EventSet &rInitialHighAlph, EventSet &rHighAlph)
 Computes a loop-preserving observer with minimal state size of the abstraction.

Detailed Description

Functions to check a system's language-diagnosability and compute a language-diagnoser.

(c) 2009, Tobias Barthel, Thomas Moor, Klaus Schmidt.

Definition in file diag_languagediagnosis.cpp.

libFAUDES 2.18b --- 2010-12-17 --- c++ source docu by doxygen 1.6.3