MCPcopy 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
79void CParameterSerialPort::SetBaudRate(qint32 rate)
80{
81 if(m_nBaudRate == rate)
82 return;
83 m_nBaudRate = rate;
84 SetModified(true);
85}
86
87QSerialPort::Parity CParameterSerialPort::GetParity() const
88{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected