MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CChannelSSH

Method CChannelSSH

Src/SSH/ChannelSSH.cpp:8–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6static Q_LOGGING_CATEGORY(logSSH, "SSH.log")
7
8CChannelSSH::CChannelSSH(CBackend *pBackend, CParameterSSH *pPara,
9 bool bWakeUp, QObject *parent)
10 : CChannel{parent}
11 , m_Session(nullptr)
12 , m_Channel(nullptr)
13 , m_pBackend(pBackend)
14 , m_pParameter(pPara)
15 , m_pEvent(nullptr)
16 , m_pcapFile(nullptr)
17{
18 if(bWakeUp)
19 m_pEvent = new Channel::CEvent(this);
20}
21
22CChannelSSH::~CChannelSSH()
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected