MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / doAddToXML

Method doAddToXML

src/input/stream/Streamer.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 // =======================================================================
64
65 void Streamer::doAddToXML(std::string &xml) const {
66 ADD_XML_ELEMENT(xml, "frontendname", "Streamer");
67 ADD_XML_ELEMENT(xml, "transformation", _transform.toXML());
68 _deviceData.addToXML(xml);
69 }
70
71 void Streamer::doFromXML(const std::string &xml) {
72 std::string element;

Callers

nothing calls this directly

Calls 2

toXMLMethod · 0.80
addToXMLMethod · 0.80

Tested by

no test coverage detected