General library functions. More...
Modules | |
TML return codes | |
Return codes of TML API functions. | |
Type definitions | |
Type definitions used by TML API functions. | |
Constant definitions | |
Constants used by TML API functions. | |
Callback function reference | |
Definitions of TML callback functions. | |
Functions | |
TML_CORE_API void DLL_CALL_CONV | tml_Core_Get_Version (TML_INT32 *apiVer, TML_INT32 *libVer, SIDEX_CTSTR **verStr) |
Returns current interface api and library version. More... | |
TML_CORE_API void DLL_CALL_CONV | tml_Core_Get_Copyright (TML_CTSTR **sValue, TML_INT32 *iLength) |
Returns the copyright information. More... | |
TML_CORE_API TML_INT32 DLL_CALL_CONV | tml_Core_Set_LoggingValue (TML_CORE_HANDLE coreHandle, TML_INT32 iLogValue) |
Set the debug log value. More... | |
TML_CORE_API TML_INT32 DLL_CALL_CONV | tml_Core_Get_LoggingValue (TML_CORE_HANDLE coreHandle, TML_INT32 *iLogValue) |
Get current log value. More... | |
General library functions.