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

Method FindAllTX

src/openvr/lh_console_util.cpp:114–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool LHCUtil::FindAllTX()
115{
116 bool NoError = true;
117 for ( auto rxtx : RXTX_Pairs_ )
118 {
119 if ( !FindConnectedTX( rxtx.RX_Serial ) )
120 {
121 NoError = false;
122 }
123 }
124 return NoError;
125}
126
127QString LHCUtil::GetLinkedTX( QString RXSerial )
128{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected