CARB_GLOBALS

Defined in carb/ClientUtils.h

CARB_GLOBALS(clientName)

Defines global variables of the framework and built-in plugins.

Note

Either this macro, or CARB_GLOBALS_EX or OMNI_APP_GLOBALS must be specified in the global namespace in exactly one compilation unit for a Carbonite Application.

Parameters
  • clientName – The name of the client application. Must be unique with respect to any plugins loaded. Also is the name of the default log channel.