These functions initalize psLib data before the beginning of a run and remove (finalize) the same data after the run is complete. A function is also provided to return the current psLib version.
George Gusciora, MHPCC
Robert DeSonia, MHPCC
Definition in file psConfigure.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| char * | psLibVersion (void) |
| Get current psLib version. | |
| void | psLibInit (bool predictable, const char *timeConfig) |
| Initializes persistent memory. | |
| void | psLibFinalize (void) |
| Removes persistant memory created with the psLibInit function. | |
1.3.9.1