Merge pull request #87 from AngelaMarchi/ChangingRuleBased_v2

Thanks @AngelaMarchi
This commit is contained in:
Elad Salomons
2016-11-08 12:00:20 +02:00
committed by GitHub
4 changed files with 79 additions and 28 deletions

View File

@@ -506,6 +506,7 @@ struct ActItem *ActList; /* Linked list of action items */
int RuleState; /* State of rule interpreter */
long Time1; /* Start of rule evaluation time interval (sec) */
struct Premise *Plast; /* Previous premise clause */
struct Action *Tlast; /*Previous true action */
struct Action *Flast; /*Previous false action */
#endif