From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
'''Templates/definitions:'''
 
'''Templates/definitions:'''
* ''NSTR_BUF_LEN'' — Length of string buffers for numbers (50 symbols).
+
* ''NSTR_BUF_LEN'' — length of string buffers for numbers (50 symbols);
* ''DAQ_APER_FRQ'' — Frequency of representing the aperiodic invokes, like to "f_start", of the periodic processes in Hz (1000000).
+
* ''CFG_A_LEN'' — maximum attribute size of the configuration cell in XML (100 symbols);
* ''RECURS_DET_HOPS'' — Hops/depth number of the recursion detection.
+
* ''DAQ_APER_FRQ'' — frequency of representing the aperiodic invokes, like to "f_start", of the periodic processes in Hz (1000000);
* ''ARCH_BUF'' — Name of requesting the messages buffer ("<buffer>").
+
* ''RECURS_DET_HOPS'' — hops/depth number of the recursion detection;
* ''ARCH_ALRM'' — Name of requesting the actual alarms table ("<alarms>").
+
* ''ARCH_BUF'' — name of requesting the messages buffer ("<buffer>");
* ''ARCH_ALRM_CH'' — Name of requesting for records change of the the actual alarms table ("<alarmsChange>").
+
* ''ARCH_ALRM'' — name of requesting the actual alarms table ("<alarms>");
* ''ARCH_NOALRM'' — Name of requesting for the buffer and archivers and without the actual alarms table ("<noalarms>").
+
* ''ARCH_ALRM_CH'' — name of requesting for records change of the the actual alarms table ("<alarmsChange>");
* ''__func__'' — The full name of the calling function.
+
* ''ARCH_NOALRM'' — name of requesting for the buffer and archivers and without the actual alarms table ("<noalarms>");
* ''vmin (a,b)'' — Determination of the minimum value.
+
* ''DB_GEN'' — code name of the Generic Storage ("<gen>");
* ''vmax (a,b)'' — Definition of the maximum value.
+
* ''DB_CFG'' — code name of the Configuration File ("<cfg>");
 +
* ''DB_NULL'' — mark of the DB NULL value ("<NULL>");
 +
* ''__func__'' — the full name of the calling function;
 +
* ''vmin (a,b)'' — determination of the minimum value;
 +
* ''vmax (a,b)'' — definition of the maximum value;
 +
* ''starts_with(str)'' — link to STL::String function ''compare(0,strlen(str),str) == 0'' to replace ''compare()'' and ''find()'' in this role.

Latest revision as of 18:10, 16 July 2025

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)
'''Templates/definitions:'''
* ''NSTR_BUF_LEN'' — length of string buffers for numbers (50 symbols);
* ''CFG_A_LEN'' — maximum attribute size of the configuration cell in XML (100 symbols);
* ''DAQ_APER_FRQ'' — frequency of representing the aperiodic invokes, like to "f_start", of the periodic processes in Hz (1000000);
* ''RECURS_DET_HOPS'' — hops/depth number of the recursion detection;
* ''ARCH_BUF'' — name of requesting the messages buffer ("<buffer>");
* ''ARCH_ALRM'' — name of requesting the actual alarms table ("<alarms>");
* ''ARCH_ALRM_CH'' — name of requesting for records change of the the actual alarms table ("<alarmsChange>");
* ''ARCH_NOALRM'' — name of requesting for the buffer and archivers and without the actual alarms table ("<noalarms>");
* ''DB_GEN'' — code name of the Generic Storage ("<gen>");
* ''DB_CFG'' — code name of the Configuration File ("<cfg>");
* ''DB_NULL'' — mark of the DB NULL value ("<NULL>");
* ''__func__'' — the full name of the calling function;
* ''vmin (a,b)'' — determination of the minimum value;
* ''vmax (a,b)'' — definition of the maximum value;
* ''starts_with(str)'' — link to STL::String function ''compare(0,strlen(str),str) == 0'' to replace ''compare()'' and ''find()'' in this role.
Translation'''Templates/definitions:'''
* ''NSTR_BUF_LEN'' — length of string buffers for numbers (50 symbols);
* ''CFG_A_LEN'' — maximum attribute size of the configuration cell in XML (100 symbols);
* ''DAQ_APER_FRQ'' — frequency of representing the aperiodic invokes, like to "f_start", of the periodic processes in Hz (1000000);
* ''RECURS_DET_HOPS'' — hops/depth number of the recursion detection;
* ''ARCH_BUF'' — name of requesting the messages buffer ("<buffer>");
* ''ARCH_ALRM'' — name of requesting the actual alarms table ("<alarms>");
* ''ARCH_ALRM_CH'' — name of requesting for records change of the the actual alarms table ("<alarmsChange>");
* ''ARCH_NOALRM'' — name of requesting for the buffer and archivers and without the actual alarms table ("<noalarms>");
* ''DB_GEN'' — code name of the Generic Storage ("<gen>");
* ''DB_CFG'' — code name of the Configuration File ("<cfg>");
* ''DB_NULL'' — mark of the DB NULL value ("<NULL>");
* ''__func__'' — the full name of the calling function;
* ''vmin (a,b)'' — determination of the minimum value;
* ''vmax (a,b)'' — definition of the maximum value;
* ''starts_with(str)'' — link to STL::String function ''compare(0,strlen(str),str) == 0'' to replace ''compare()'' and ''find()'' in this role.

Templates/definitions:

  • NSTR_BUF_LEN — length of string buffers for numbers (50 symbols);
  • CFG_A_LEN — maximum attribute size of the configuration cell in XML (100 symbols);
  • DAQ_APER_FRQ — frequency of representing the aperiodic invokes, like to "f_start", of the periodic processes in Hz (1000000);
  • RECURS_DET_HOPS — hops/depth number of the recursion detection;
  • ARCH_BUF — name of requesting the messages buffer ("<buffer>");
  • ARCH_ALRM — name of requesting the actual alarms table ("<alarms>");
  • ARCH_ALRM_CH — name of requesting for records change of the the actual alarms table ("<alarmsChange>");
  • ARCH_NOALRM — name of requesting for the buffer and archivers and without the actual alarms table ("<noalarms>");
  • DB_GEN — code name of the Generic Storage ("<gen>");
  • DB_CFG — code name of the Configuration File ("<cfg>");
  • DB_NULL — mark of the DB NULL value ("<NULL>");
  • __func__ — the full name of the calling function;
  • vmin (a,b) — determination of the minimum value;
  • vmax (a,b) — definition of the maximum value;
  • starts_with(str) — link to STL::String function compare(0,strlen(str),str) == 0 to replace compare() and find() in this role.