MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / addRemote

Method addRemote

src/CubicSDR.cpp:614–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614void CubicSDR::addRemote(const std::string& remoteAddr) {
615 SDREnumerator::addRemote(remoteAddr);
616 devicesReady.store(false);
617 t_SDREnum = new std::thread(&SDREnumerator::threadMain, sdrEnum);
618}
619
620void CubicSDR::removeRemote(const std::string& remoteAddr) {
621 SDREnumerator::removeRemote(remoteAddr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected