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

Method enumerate

src/input/dvb/Frontend.cpp:166–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 // =======================================================================
165
166 void Frontend::enumerate(
167 StreamSpVector &streamVector,
168 const std::string &appDataPath,
169 decrypt::dvbapi::SpClient decrypt,
170 const std::string &dvbAdapterPath) {
171 const StreamSpVector::size_type beginSize = streamVector.size();
172 SI_LOG_INFO("Detecting frontends in: %s", dvbAdapterPath.c_str());
173 getAttachedFrontends(streamVector, appDataPath, decrypt, dvbAdapterPath, dvbAdapterPath);
174 const StreamSpVector::size_type endSize = streamVector.size();
175 SI_LOG_INFO("Frontends found: %u", endSize - beginSize);
176 }
177
178 // =======================================================================
179 // -- base::XMLSupport --------------------------------------------------

Callers

nothing calls this directly

Calls 1

getAttachedFrontendsFunction · 0.85

Tested by

no test coverage detected