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

Method parseStreamString

src/input/childpipe/TSReader.cpp:146–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

transformStreamStringMethod · 0.80

Tested by

no test coverage detected