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

Method CCECProcessor

src/libcec/CECProcessor.cpp:88–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88CCECProcessor::CCECProcessor(CLibCEC *libcec) :
89 m_bInitialised(false),
90 m_communication(NULL),
91 m_libcec(libcec),
92 m_iStandardLineTimeout(3),
93 m_iRetryLineTimeout(3),
94 m_iLastTransmission(0),
95 m_bMonitor(true),
96 m_addrAllocator(NULL),
97 m_bStallCommunication(false),
98 m_connCheck(NULL)
99{
100 m_busDevices = new CCECDeviceMap(this);
101}
102
103CCECProcessor::~CCECProcessor(void)
104{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected