From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 4: Line 4:
 
* ''TCntrNode::DoEnable'' — switching-on (2);
 
* ''TCntrNode::DoEnable'' — switching-on (2);
 
* ''TCntrNode::Enabled'' — enabled (3);
 
* ''TCntrNode::Enabled'' — enabled (3);
* ''TCntrNode::SelfModify'' — sign of the node's modification (0x04);
+
* ''TCntrNode::Modified'' — sign of the Modified state (0x04);
* ''TCntrNode::SelfModifyS'' — sign for node's modification save into ''load_()'' (0x08).
+
* ''TCntrNode::ModifiedS'' — sign of saving the Modified state at it setting just in the loading (0x08);
* ''TCntrNode::SelfSaveForceOnChild'' — force save, call "save_()", if changed-saving child nodes (0x10).
+
* ''TCntrNode::SaveForceOnChild'' — sign of saving forcibly on children Modified flag set (0x10)
 +
* ''TCntrNode::LoadForcibly'' — sign of the node forcibly loading, then the errors suppression for not modified nodes before that operation (0x20).

Latest revision as of 17:29, 4 March 2022

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)
Dynamic node's flags (enum TCntrNode::Flag):
* ''TCntrNode::DoDisable'' — switching-off (0);
* ''TCntrNode::Disabled'' — disabled (1);
* ''TCntrNode::DoEnable'' — switching-on (2);
* ''TCntrNode::Enabled'' — enabled (3);
* ''TCntrNode::Modified'' — sign of the Modified state (0x04);
* ''TCntrNode::ModifiedS'' — sign of saving the Modified state at it setting just in the loading (0x08);
* ''TCntrNode::SaveForceOnChild'' — sign of saving forcibly on children Modified flag set (0x10)
* ''TCntrNode::LoadForcibly'' — sign of the node forcibly loading, then the errors suppression for not modified nodes before that operation (0x20).
TranslationDynamic node's flags (enum TCntrNode::Flag):
* ''TCntrNode::DoDisable'' — switching-off (0);
* ''TCntrNode::Disabled'' — disabled (1);
* ''TCntrNode::DoEnable'' — switching-on (2);
* ''TCntrNode::Enabled'' — enabled (3);
* ''TCntrNode::Modified'' — sign of the Modified state (0x04);
* ''TCntrNode::ModifiedS'' — sign of saving the Modified state at it setting just in the loading (0x08);
* ''TCntrNode::SaveForceOnChild'' — sign of saving forcibly on children Modified flag set (0x10)
* ''TCntrNode::LoadForcibly'' — sign of the node forcibly loading, then the errors suppression for not modified nodes before that operation (0x20).

Dynamic node's flags (enum TCntrNode::Flag):

  • TCntrNode::DoDisable — switching-off (0);
  • TCntrNode::Disabled — disabled (1);
  • TCntrNode::DoEnable — switching-on (2);
  • TCntrNode::Enabled — enabled (3);
  • TCntrNode::Modified — sign of the Modified state (0x04);
  • TCntrNode::ModifiedS — sign of saving the Modified state at it setting just in the loading (0x08);
  • TCntrNode::SaveForceOnChild — sign of saving forcibly on children Modified flag set (0x10)
  • TCntrNode::LoadForcibly — sign of the node forcibly loading, then the errors suppression for not modified nodes before that operation (0x20).