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 PathEngine is shut down. |
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, but 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 must be called from the main thread.
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |