| 46 | #define ToString(p) LIB_CEC->ToString(p) |
| 47 | |
| 48 | CAQCommandHandler::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 | |
| 59 | CAQCommandHandler::~CAQCommandHandler(void) |
| 60 | { |
nothing calls this directly
no outgoing calls
no test coverage detected