![]() |
Zentitle SDK and Library
|
Files | |
file | cshafer.py |
Generic and initialization functions for Nalpeiron V10 library. | |
Functions | |
def | cshafer.ShaferDefineFunctions (libHandle) |
defines the ctype wrappers for the Nalpeiron C library generic functions More... | |
def | cshafer.pyNalpLibOpen (initXMLString) |
Initializes the Nalpeiron C library for use. More... | |
def | cshafer.pyNalpLibClose () |
Closes the Nalpeiron library after use. More... | |
def cshafer.pyNalpLibClose | ( | ) |
Closes the Nalpeiron library after use.
def cshafer.pyNalpLibOpen | ( | initXMLString | ) |
Initializes the Nalpeiron C library for use.
See parameter details in nalpparse.py
initXMLString | a valid XML string containing initialization parameters (see nalpparse.py for details) |
def cshafer.ShaferDefineFunctions | ( | libHandle | ) |
defines the ctype wrappers for the Nalpeiron C library generic functions
libHandle | library handle as returned from ctypes.dll.LoadLibrary |