Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetSerialPort
Method
SetSerialPort
Plugins/SerialPort/ParameterSerialPort.cpp:53–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void CParameterSerialPort::SetSerialPort(int index)
54
{
55
if(m_nSerialPort == index)
56
return;
57
m_nSerialPort = index;
58
SetModified(true);
59
}
60
61
const QString CParameterSerialPort::GetSerialPortName() const
62
{
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected