MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / getSerialPortState

Function getSerialPortState

plugins/multiserver/GetSerialPortState.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70#endif
71
72SerialPortState getSerialPortState(std::string const &port) {
73 if (port.empty()) {
74 return SERIAL_MISSING;
75 }
76 return getSerialPortStateImpl(port);
77}
78
79std::string normalizeSerialPort(std::string const &port) {
80 if (port.empty()) {

Callers 1

verifySerialPortFunction · 0.85

Calls 2

getSerialPortStateImplFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected