List of fields, structures and enums in global namespace.

Entity NameDescription
GlobalConfigGlobal configuration structure used to initialize the SDK.
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.
GlobalStatusA global enumeration of system status states.

Generated with Flude

Copyright © 2026

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

Generated with Flude

Copyright © 2026

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

Generated with Flude

Copyright © 2026

GlobalConfig struct

Global configuration structure used to initialize the SDK.

Instance Variables

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

Generated with Flude

Copyright © 2026

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.

Generated with Flude

Copyright © 2026