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

Method SetSerialPortName

Plugins/SerialPort/ParameterSerialPort.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void CParameterSerialPort::SetSerialPortName(const QString &szName)
67{
68 if(m_szSerialPortName == szName)
69 return;
70 m_szSerialPortName = szName;
71 SetModified(true);
72}
73
74qint32 CParameterSerialPort::GetBaudRate() const
75{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected