The "main" file contain functions that are called completely at the beginning or the end of a sliceOmatic session.
|
|
This function must be present if you want sliceOmatic to use your module. The function must return the name of your module.
|
|
|
|
This optional function is called at the beginning of a sliceOmatic session. It is a good place to initialize the variables of your module.
|
|
|
|
This optional function is called when the sliceOmatic session is about to end. It is a good place to free any memory allocated by your module.
|
|
|
|
This optional function return a version number. When the user place the program in trace mode, the list of modules and their version is output to the trace file. |