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

Method parseStreamString

src/input/file/TSReader.cpp:147–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 void TSReader::parseStreamString(const std::string &msg, const std::string &method) {
148 SI_LOG_INFO("Stream: %d, Parsing transport parameters...", _streamID);
149
150 // Do we need to transform this request?
151 const std::string msgTrans = _transform.transformStreamString(_streamID, msg, method);
152
153 _deviceData.parseStreamString(_streamID, msgTrans, method);
154 SI_LOG_DEBUG("Stream: %d, Parsing transport parameters (Finished)", _streamID);
155 }
156
157 bool TSReader::update() {
158 SI_LOG_INFO("Stream: %d, Updating frontend...", _streamID);

Callers

nothing calls this directly

Calls 1

transformStreamStringMethod · 0.80

Tested by

no test coverage detected