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

Method ~CCECProcessor

src/libcec/CECProcessor.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103CCECProcessor::~CCECProcessor(void)
104{
105 m_bStallCommunication = false;
106 SAFE_DELETE(m_addrAllocator);
107 Close();
108 SAFE_DELETE(m_busDevices);
109}
110
111bool CCECProcessor::Start(const char *strPort, uint16_t iBaudRate /* = CEC_SERIAL_DEFAULT_BAUDRATE */, uint32_t iTimeoutMs /* = CEC_DEFAULT_CONNECT_TIMEOUT */)
112{

Callers

nothing calls this directly

Calls 1

CloseFunction · 0.85

Tested by

no test coverage detected