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

This commit is contained in:
f4exb 2016-09-12 06:19:31 +02:00
parent 068eb90795
commit 83057cdb42
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -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(),

View File

@ -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>