MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / ToTx

Method ToTx

lib/mdflib/mdflib/src/mdcomment.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void MdComment::ToTx(IXmlNode& root_node) const {
145 comment_.ToXml(root_node, "TX");
146}
147
148void MdComment::ToFormula(IXmlNode& root_node) const {
149 if (formula_.IsActive()) {

Callers

nothing calls this directly

Calls 1

ToXmlMethod · 0.45

Tested by

no test coverage detected