List of fields, structures and enums in global namespace.

Entity NameDescription
GlobalConfigGlobal configuration structure used to initialize the SDK.
GlobalStatusA global enumeration of system status states.
g_systemStateA global variable containing the current system state.
g_piValueA global mathematical constant for Pi. No documentation tags here, testing completely missing tag description.

Directory & Entity Index

Entity NameSummary / Description
g_piValue variable

A global mathematical constant for Pi. No documentation tags here, testing completely missing tag description.

Instance Variables

  • double g_piValue
g_systemState variable

A global variable containing the current system state.

This variable is updated by the global initialization functions.

Instance Variables

  • int g_systemState
GlobalConfig struct

Global configuration structure used to initialize the SDK.

Instance Variables

  • int GlobalConfig::maxThreads
  • bool GlobalConfig::enableLogging
  • double GlobalConfig::timeoutSeconds
GlobalStatus enum

A global enumeration of system status states.

Fields

  • GLOBAL_STATUS_OK - System is running normally.
  • GLOBAL_STATUS_WARNING - Warning state.
  • GLOBAL_STATUS_ERROR - Critical error state.