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

Method doNextAddToXML

src/input/stream/StreamerData.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 // =======================================================================
42
43 void StreamerData::doNextAddToXML(std::string &xml) const {
44 ADD_XML_ELEMENT(xml, "pathname", _uri);
45 }
46
47 void StreamerData::doNextFromXML(const std::string &UNUSED(xml)) {}
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected