Tellurium Plugin C API  1.0.0
Plugin Framework for Tellurium
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
Utility Functions

Functions to help and assist in the use of the Plugins framework. More...

Functions

char * tpGetLastError ()
 Return last API error. More...
 
char * tpGetVersion ()
 Get the current version of the Plugis API, as a string.
 
char * tpGetCopyright ()
 Get the copyright of the current Plugis API, as a string.
 
TELHandle tpRegisterHandle (TELHandle handle, char *name)
 Register a handle to be used with the API. More...
 
bool tpUnRegisterHandle (TELHandle handle)
 UnRegister a handle. More...
 

Detailed Description

Functions to help and assist in the use of the Plugins framework.

Function Documentation

char* tpGetLastError ( )

Return last API error.

Returns
Returns a string with the error
TELHandle tpRegisterHandle ( TELHandle  handle,
char *  name 
)

Register a handle to be used with the API.

Returns
Returns NULL if unsuccefull, otherwise return the registered handle
bool tpUnRegisterHandle ( TELHandle  handle)

UnRegister a handle.

Returns
Returns true/false indicating success