MCPcopy Create free account
hub / github.com/OpenVR-Advanced-Settings/OpenVR-AdvancedSettings / FindAll

Method FindAll

src/openvr/lh_console_util.cpp:5–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace lh_con_util
4{
5bool LHCUtil::FindAll()
6{
7 if ( !FindAllRX() )
8 {
9 LOG( ERROR ) << "Find All Recievers Failed";
10 return false;
11 }
12 if ( !FindAllTX() )
13 {
14 LOG( ERROR ) << "Find All Transmitters Failed";
15 return false;
16 }
17 return true;
18}
19
20bool LHCUtil::FindAllRX()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected