From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
 
'''Public attributes:'''
 
'''Public attributes:'''
 
* ''AutoHD<TModule> mainThr;'' — Connection to a module executing in the main thread.
 
* ''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.