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

Method CAQCommandHandler

src/libcec/implementations/AQCommandHandler.cpp:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46#define ToString(p) LIB_CEC->ToString(p)
47
48CAQCommandHandler::CAQCommandHandler(CCECBusDevice *busDevice,
49 int32_t iTransmitTimeout /* = CEC_DEFAULT_TRANSMIT_TIMEOUT */,
50 int32_t iTransmitWait /* = CEC_DEFAULT_TRANSMIT_WAIT */,
51 int8_t iTransmitRetries /* = CEC_DEFAULT_TRANSMIT_RETRIES */,
52 int64_t iActiveSourcePending /* = 0 */) :
53 CCECCommandHandler(busDevice, iTransmitTimeout, iTransmitWait, iTransmitRetries, iActiveSourcePending),
54 m_powerOnCheck(NULL)
55{
56 m_vendorId = CEC_VENDOR_SHARP;
57}
58
59CAQCommandHandler::~CAQCommandHandler(void)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected