|
Tellurium Plugin C API
1.0.0
Plugin Framework for Tellurium
|
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... | |
Functions to help and assist in the use of the Plugins framework.
| char* tpGetLastError | ( | ) |
Return last API error.
Register a handle to be used with the API.
| bool tpUnRegisterHandle | ( | TELHandle | handle) |
UnRegister a handle.
1.8.4