#include "setup.h"#include <stdio.h>#include "agenda.h"#include "argacces.h"#include "constant.h"#include "drive.h"#include "engine.h"#include "envrnmnt.h"#include "evaluatn.h"#include "pattern.h"#include "router.h"#include "reteutil.h"#include "incrrset.h"

Go to the source code of this file.
Defines | |
| #define | _INCRRSET_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | IncrementalReset (void *theEnv, struct defrule *tempRule) |
| globle intBool | EnvGetIncrementalReset (void *theEnv) |
| globle intBool | EnvSetIncrementalReset (void *theEnv, int value) |
| globle int | SetIncrementalResetCommand (void *theEnv) |
| globle int | GetIncrementalResetCommand (void *theEnv) |
| #define _INCRRSET_SOURCE_ |
Definition at line 30 of file incrrset.c.
| #define _STDIO_INCLUDED_ |
Definition at line 35 of file incrrset.c.
| globle intBool EnvGetIncrementalReset | ( | void * | theEnv | ) |
Definition at line 518 of file incrrset.c.
| globle intBool EnvSetIncrementalReset | ( | void * | theEnv, | |
| int | value | |||
| ) |
Definition at line 528 of file incrrset.c.
| globle int GetIncrementalResetCommand | ( | void * | theEnv | ) |
Definition at line 623 of file incrrset.c.
| globle void IncrementalReset | ( | void * | theEnv, | |
| struct defrule * | tempRule | |||
| ) |
Definition at line 68 of file incrrset.c.
| globle int SetIncrementalResetCommand | ( | void * | theEnv | ) |
Definition at line 560 of file incrrset.c.
1.5.6