Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ normalizeAndVerifySerialPort
Function
normalizeAndVerifySerialPort
plugins/multiserver/GetSerialPortState.cpp:116–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
std::string normalizeAndVerifySerialPort(std::string const &port) {
117
std::string ret = normalizeSerialPort(port);
118
verifySerialPort(ret, port);
119
120
return ret;
121
}
Callers
1
createYEIImpl
Function · 0.85
Calls
2
normalizeSerialPort
Function · 0.85
verifySerialPort
Function · 0.85
Tested by
no test coverage detected