Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ SerialPort
Method
SerialPort
src/SerialPort.cpp:470–474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
} ;
469
470
SerialPort::SerialPort()
471
: mImpl(new Implementation())
472
{
473
/* Empty */
474
}
475
476
SerialPort::SerialPort(const std::string& fileName,
477
const BaudRate& baudRate,
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36