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

Method parseStreamString

src/input/dvb/Frontend.cpp:393–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 }
392
393 void Frontend::parseStreamString(const std::string &msg1, const std::string &method) {
394 SI_LOG_INFO("Stream: %d, Parsing transport parameters...", _streamID);
395
396 // Do we need to transform this request?
397 const std::string msg = _transform.transformStreamString(_streamID, msg1, method);
398
399 _frontendData.parseStreamString(_streamID, msg, method);
400
401 SI_LOG_DEBUG("Stream: %d, Parsing transport parameters (Finished)", _streamID);
402 }
403
404 bool Frontend::update() {
405 SI_LOG_INFO("Stream: %d, Updating frontend...", _streamID);

Callers

nothing calls this directly

Calls 1

transformStreamStringMethod · 0.80

Tested by

no test coverage detected