MCPcopy 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
116std::string normalizeAndVerifySerialPort(std::string const &port) {
117 std::string ret = normalizeSerialPort(port);
118 verifySerialPort(ret, port);
119
120 return ret;
121}

Callers 1

createYEIImplFunction · 0.85

Calls 2

normalizeSerialPortFunction · 0.85
verifySerialPortFunction · 0.85

Tested by

no test coverage detected