From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
'''Public attributes:'''
 
'''Public attributes:'''
* ''static bool finalKill;'' — Sign "The final killing of". It is used for forced disconnection of blocked objects on the the final stage of shutdown.
+
* ''AutoHD<TModule> mainThr;'' — Connection to a module executing in the main thread.
 +
* ''unsigned f_useEnv :1;'' — Use environment variable ''OSCADA_{cmd}'' for default commadline options and generic parameters, sets itself by ''OSCADA_CMD_EN''.

Latest revision as of 18:13, 9 July 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Documents/API)
'''Public attributes:'''
* ''AutoHD<TModule> mainThr;'' — Connection to a module executing in the main thread.
* ''unsigned f_useEnv :1;'' — Use environment variable ''OSCADA_{cmd}'' for default commadline options and generic parameters, sets itself by ''OSCADA_CMD_EN''.
Translation'''Public attributes:'''
* ''AutoHD<TModule> mainThr;'' — Connection to a module executing in the main thread.
* ''unsigned f_useEnv :1;'' — Use environment variable ''OSCADA_{cmd}'' for default commadline options and generic parameters, sets itself by ''OSCADA_CMD_EN''.

Public attributes:

  • AutoHD<TModule> mainThr; — Connection to a module executing in the main thread.
  • unsigned f_useEnv :1; — Use environment variable OSCADA_{cmd} for default commadline options and generic parameters, sets itself by OSCADA_CMD_EN.