Make Progressive as option
This commit is contained in:
4
rs.hh
4
rs.hh
@@ -85,12 +85,14 @@ class RctSys
|
||||
void printSystem(void);
|
||||
|
||||
void ctxAutEnable(void);
|
||||
void ctxAutEnableProgressiveClosure(void);
|
||||
void ctxAutAddState(std::string stateName);
|
||||
void ctxAutSetInitState(std::string stateName);
|
||||
void ctxAutAddTransition(std::string srcStateName, std::string dstStateName);
|
||||
void ctxAutAddTransition(std::string srcStateName, std::string dstStateName, StateConstr *stateConstr);
|
||||
void ctxAutPushNamedContextEntity(std::string entity_name);
|
||||
void ctxAutSaveCurrentContextSet(std::string processName);
|
||||
void ctxAutFinalise(void);
|
||||
|
||||
bool initStatesDefined(void)
|
||||
{
|
||||
@@ -116,6 +118,8 @@ class RctSys
|
||||
|
||||
CtxAut *ctx_aut;
|
||||
|
||||
bool gen_ctxaut_progressive_closure;
|
||||
|
||||
EntitiesById entities_ids;
|
||||
EntitiesByName entities_names;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user