Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetBaudRate
Method
SetBaudRate
Plugins/SerialPort/ParameterSerialPort.cpp:79–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void CParameterSerialPort::SetBaudRate(qint32 rate)
80
{
81
if(m_nBaudRate == rate)
82
return;
83
m_nBaudRate = rate;
84
SetModified(true);
85
}
86
87
QSerialPort::Parity CParameterSerialPort::GetParity() const
88
{
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected