kopia lustrzana https://github.com/f4exb/sdrangel
rodzic
068eb90795
commit
83057cdb42
Plik binarny nie jest wyświetlany.
Przed Szerokość: | Wysokość: | Rozmiar: 4.9 KiB Po Szerokość: | Wysokość: | Rozmiar: 5.7 KiB |
|
@ -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(),
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue