MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / CCECTuner

Method CCECTuner

src/libcec/devices/CECTuner.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38using namespace P8PLATFORM;
39
40CCECTuner::CCECTuner(CCECProcessor *processor, cec_logical_address address, uint16_t iPhysicalAddress /* = CEC_INVALID_PHYSICAL_ADDRESS */) :
41 CCECBusDevice(processor, address, iPhysicalAddress)
42{
43 m_type = CEC_DEVICE_TYPE_TUNER;
44}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected