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

Method doInitialize

src/input/stream/StreamerData.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 void StreamerData::doNextFromXML(const std::string &UNUSED(xml)) {}
48
49 void StreamerData::doInitialize() {
50 _uri = "None";
51 _multiAddr = "0.0.0.0";
52 _port = 0;
53 _udp = false;
54 }
55
56 void StreamerData::doParseStreamString(
57 const int UNUSED(streamID),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected