Zentitle SDK and Library
Files | Functions
Python Nalpeiron V10 library initialization and generic functions

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...
 

Detailed Description

Function Documentation

def cshafer.pyNalpLibClose ( )

Closes the Nalpeiron library after use.

Returns
< 0 a negative error value is returned (Nalpeiron V10 error returns)
def cshafer.pyNalpLibOpen (   initXMLString)

Initializes the Nalpeiron C library for use.

See parameter details in nalpparse.py

Parameters
initXMLStringa valid XML string containing initialization parameters (see nalpparse.py for details)
Returns
< 0 a negative error value is returned (Nalpeiron V10 error returns)
def cshafer.ShaferDefineFunctions (   libHandle)

defines the ctype wrappers for the Nalpeiron C library generic functions

Parameters
libHandlelibrary handle as returned from ctypes.dll.LoadLibrary
Returns
void