#include <CombinatoricScenario.h>
Inheritance diagram for CODEX_VSS::CombinatoricScenario< NumT, FaultT >:


Public Member Functions | |
| bool | inScenario (unsigned int host, unsigned int scenario) const |
| Is the host in a failure scenario? | |
Static Public Member Functions | |
| static CombinatoricScenario * | instance () |
| Get the unique instance of the CombinatoricScenario. | |
| static void | destroy () |
| Destroy the unique instance. | |
The template parameters are the number of participants and the maximum number that might be faulty at any time. This class is a singleton in order to obviate the need to copy it from one location to another.
Definition at line 106 of file CombinatoricScenario.h.
|
||||||||||||
|
Is the host in a failure scenario?
Definition at line 62 of file CombinatoricScenario.h. |
1.4.1