CARB_GLOBALS_EX#

Defined in carb/ClientUtils.h

CARB_GLOBALS_EX(clientName, clientDescription)#

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

Note

Either this macro, or CARB_GLOBALS 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.

  • clientDescription – A description to use for the default log channel.