From OpenSCADAWiki
Revision as of 16:59, 7 April 2020 by FuzzyBot (Talk | contribs) (Importing a new version from external source)
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::SelfModify — sign of the node's modification (0x04);
- TCntrNode::SelfModifyS — sign for node's modification save into load_() (0x08).
- TCntrNode::SelfSaveForceOnChild — force save, call "save_()", if changed-saving child nodes (0x10).