List of classes in global namespace.
Directory & Entity Index
| Entity Name | Summary / Description |
|---|
| core_modeler class | Class Variablesint core_modeler.g_systemState [get, set]double core_modeler.g_piValue [get, set]uint core_modeler.DIAG_SUCCESS [get]uint core_modeler.DIAG_FAILURE [get]uint core_modeler.g_diagnosticRunCount [get, set]
MethodsglobalInitializestatic int core_modeler.globalInitialize(GlobalConfig config)
| Parameter | Type | Description |
|---|
| config | GlobalConfig | |
checkSystemHealthstatic uint core_modeler.checkSystemHealth()
pingSubsystemstatic bool core_modeler.pingSubsystem(uint timeoutMs)
| Parameter | Type | Description |
|---|
| timeoutMs | uint | |
pingSubsystemstatic bool core_modeler.pingSubsystem()
resetCountersstatic void core_modeler.resetCounters()
|
| core_modelerPINVOKE class | Nested ClassesClass VariablesSWIGExceptionHelper core_modelerPINVOKE.swigExceptionHelperSWIGStringHelper core_modelerPINVOKE.swigStringHelper
Methodscore_modelerPINVOKEstatic core_modelerPINVOKE.core_modelerPINVOKE()
GlobalConfig_maxThreads_setstatic void core_modelerPINVOKE.GlobalConfig_maxThreads_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
| Parameter | Type | Description |
|---|
| jarg1 | global::System.Runtime.InteropServices.HandleRef | | | jarg2 | int | |
GlobalConfig_maxThreads_getstatic int core_modelerPINVOKE.GlobalConfig_maxThreads_get(global::System.Runtime.InteropServices.HandleRef jarg1)
| Parameter | Type | Description |
|---|
| jarg1 | global::System.Runtime.InteropServices.HandleRef | |
GlobalConfig_enableLogging_setstatic void core_modelerPINVOKE.GlobalConfig_enableLogging_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
| Parameter | Type | Description |
|---|
| jarg1 | global::System.Runtime.InteropServices.HandleRef | | | jarg2 | bool | |
GlobalConfig_enableLogging_getstatic bool core_modelerPINVOKE.GlobalConfig_enableLogging_get(global::System.Runtime.InteropServices.HandleRef jarg1)
| Parameter | Type | Description |
|---|
| jarg1 | global::System.Runtime.InteropServices.HandleRef | |
GlobalConfig_timeoutSeconds_setstatic void core_modelerPINVOKE.GlobalConfig_timeoutSeconds_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
|
| GlobalConfig class | Extends: global.SystemIDisposable Instance Variablesglobal::System.Runtime.InteropServices.HandleRef GlobalConfig.swigCPtrbool GlobalConfig.swigCMemOwnint GlobalConfig.maxThreads [get, set]bool GlobalConfig.enableLogging [get, set]double GlobalConfig.timeoutSeconds [get, set]
MethodsGlobalConfigGlobalConfig.GlobalConfig(global::System.IntPtr cPtr, bool cMemoryOwn)
| Parameter | Type | Description |
|---|
| cPtr | global::System.IntPtr | | | cMemoryOwn | bool | |
GlobalConfigGlobalConfig.GlobalConfig()
~GlobalConfigGlobalConfig.~GlobalConfig()
getCPtrstatic global::System.Runtime.InteropServices.HandleRef GlobalConfig.getCPtr(GlobalConfig obj)
| Parameter | Type | Description |
|---|
| obj | GlobalConfig | |
Disposevoid GlobalConfig.Dispose()
Disposevirtual void GlobalConfig.Dispose(bool disposing)
| Parameter | Type | Description |
|---|
| disposing | bool | |
|
| GlobalLoggerProxy class | Extends: global.SystemIDisposable Instance Variablesglobal::System.Runtime.InteropServices.HandleRef GlobalLoggerProxy.swigCPtrbool GlobalLoggerProxy.swigCMemOwn
MethodsGlobalLoggerProxyGlobalLoggerProxy.GlobalLoggerProxy(global::System.IntPtr cPtr, bool cMemoryOwn)
| Parameter | Type | Description |
|---|
| cPtr | global::System.IntPtr | | | cMemoryOwn | bool | |
GlobalLoggerProxyGlobalLoggerProxy.GlobalLoggerProxy()
~GlobalLoggerProxyGlobalLoggerProxy.~GlobalLoggerProxy()
getCPtrstatic global::System.Runtime.InteropServices.HandleRef GlobalLoggerProxy.getCPtr(GlobalLoggerProxy obj)
| Parameter | Type | Description |
|---|
| obj | GlobalLoggerProxy | |
Disposevoid GlobalLoggerProxy.Dispose()
logMessagevoid GlobalLoggerProxy.logMessage(string message)
| Parameter | Type | Description |
|---|
| message | string | |
logMessagebool GlobalLoggerProxy.logMessage(string message, int severity)
| Parameter | Type | Description |
|---|
| message | string | | | severity | int | |
forceFlushvoid GlobalLoggerProxy.forceFlush()
Disposevirtual void GlobalLoggerProxy.Dispose(bool disposing)
|