DSD demod plugin: put all numbers in dPMR status in decimal

pull/27/head v2.1.3
f4exb 2016-09-12 06:19:31 +02:00
rodzic 068eb90795
commit 83057cdb42
3 zmienionych plików z 4 dodań i 4 usunięć

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 4.9 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 5.7 KiB

Wyświetl plik

@ -503,7 +503,7 @@ void DSDDemodGUI::formatStatusText()
m_signalFormat = signalFormatDStar;
break;
case DSDcc::DSDDecoder::DSDSyncDPMR:
sprintf(m_formatStatusText, "%s CC: %04d OI: %06X CI: %06X",
sprintf(m_formatStatusText, "%s CC: %04d OI: %08d CI: %08d",
m_dpmrFrameTypes[(int) m_dsdDemod->getDecoder().getDPMRDecoder().getFrameType()],
m_dsdDemod->getDecoder().getDPMRDecoder().getColorCode(),
m_dsdDemod->getDecoder().getDPMRDecoder().getOwnId(),

Wyświetl plik

@ -252,15 +252,15 @@ String is in the form: `02223297>G00000222`
<h5>19.3.2: Colour code</h5>
Colour code in hexadecimal (12 bits)
Colour code in decimal (12 bits)
<h5>19.3.3: Own ID</h5>
Sender's identification code in hexadecimal (24 bits)
Sender's identification code in decimal (24 bits)
<h5>19.3.4: Called ID</h5>
Called party's identification code in hexadecimal (24 bits)
Called party's identification code in decimal (24 bits)
<h3>20: Discriminator output scope display</h3>