Convert constellation code to ModemArgInfo settings

- Note: can’t set constellation yet until property grid is added
This commit is contained in:
Charles J. Cliffe
2015-11-23 20:03:47 -05:00
parent de1264fe17
commit 4a62eae096
33 changed files with 495 additions and 388 deletions
+3 -3
View File
@@ -230,9 +230,9 @@ void PrimaryGLContext::DrawDemod(DemodulatorInstance *demod, RGBA4f color, long
}
// advanced demodulators start here
if (demod->getDemodulatorCons() > 0) {
demodStr = demodStr + std::to_string(demod->getDemodulatorCons());
}
// if (demod->getDemodulatorCons() > 0) {
// demodStr = demodStr + std::to_string(demod->getDemodulatorCons());
// }
// add lock to string if we have an lock
if(demod->getDemodulatorLock()) {