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

Method getPolarization

src/input/dvb/FrontendData.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 }
460
461 Lnb::Polarization FrontendData::getPolarization() const {
462 base::MutexLock lock(_mutex);
463 return _pol;
464 }
465
466 char FrontendData::getPolarizationChar() const {
467 base::MutexLock lock(_mutex);

Callers 1

tuneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected