| PathEngine home | previous: | next: |
Initialises PathEngine and returns the root interface pointer (static and Linux .so linkage).
extern "C"
{
iPathEngine*
PathEngine_InitialiseAndObtainRootInterface(iErrorHandler* handler);
}
|
| handler |
A pointer to an object PathEngine will call to handle errors.
This pointer must remain valid until either PathEngine is shut down,
or a new handler is set with |
A pointer to the
This function is provided for SDK initialisation
in the case of either direct linkage to PathEngine as a set of static libraries,
or Linux shared object linkage.
Refer to
Normally this function should be called just once.
Calling this function when the SDK is initialised will result in an error being emitted.
The SDK can be shut down explicitly, if desired, by calling
After explicit shutdown, it is then possible to call PathEngine_InitialiseAndObtainRootInterface() again, to reinitialise the SDK.
This function is not thread safe.
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |