MCPcopy Create free account
hub / github.com/ON4QZ/QSSTV / addToMatch

Method addToMatch

src/sstv/syncprocessor.cpp:676–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 */
675
676bool syncProcessor::addToMatch(esstvMode mode)
677{
678 int i;
679
680 if(syncArrayIndex<1) return false;
681 for(i=syncArrayIndex-1;i>=0;i--)
682 {
683
684 if(addToChain(mode,i))
685 {
686 return true;
687 }
688 }
689 return false;
690}
691
692
693

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected