| libdrmconf
    0.12.0
    A library to program DMR radios. | 
Some common constants for the CIRP reader/writer. More...
#include <chirpformat.hh>

| Protected Types | |
| enum class | Duplex { None , Positive , Negative , Split , Off } | 
| Possible values for the "duplex" column.  More... | |
| enum class | Mode { FM , NFM , WFM , AM , DV , DN } | 
| Possible CHIRP channel modes.  More... | |
| enum class | ToneMode { None , Tone , TSQL , TSQL_R , DTCS , DTCS_R , Cross } | 
| Possible modes for transmitting and processing sub tones.  More... | |
| enum class | Polarity { Normal , Reversed } | 
| Polarity of DCS codes.  More... | |
| enum class | CrossMode { NoneTone , NoneDTCS , ToneNone , ToneTone , ToneDTCS , DTCSNone , DTCSTone , DTCSDTCS } | 
| Generic mode for sub tones.  More... | |
| Static Protected Attributes | |
| static const QSet< QString > | _mandatoryHeaders | 
| Internal set of mandatory headers.  More... | |
| static const QSet< QString > | _knownHeaders | 
| Internal used set of known headers.  More... | |
| static const QHash< QString, Duplex > | _duplexCodes | 
| Mapping of duplex codes.  More... | |
| static const QHash< QString, Mode > | _modeCodes | 
| Mapping of mode codes.  More... | |
| static const QHash< QString, ToneMode > | _toneModeCodes | 
| Mapping of tone mode codes.  More... | |
| static const QHash< QString, CrossMode > | _crossModes | 
| Mapping of cross mode codes.  More... | |
Some common constants for the CIRP reader/writer.
| 
 | strongprotected | 
Generic mode for sub tones.
There is no reason to use any other mode. This one covers everything.
| 
 | strongprotected | 
Possible values for the "duplex" column.
Specifies the frequency offset direction for the transmit frequency wrt to the receive frequency.
| Enumerator | |
|---|---|
| None | No offset at all. That is, the TX and RX frequencies are equal. | 
| Positive | Positive frequency offset, TX above RX frequency. | 
| Negative | Negative frequency offset, TX below RX frequency. | 
| Split | Explicit transmit frequency. | 
| Off | No transmit frequency specified. Channel is RX only. | 
| 
 | strongprotected | 
| 
 | strongprotected | 
| 
 | strongprotected | 
Possible modes for transmitting and processing sub tones.
| 
 | staticprotected | 
Mapping of cross mode codes.
| 
 | staticprotected | 
Mapping of duplex codes.
| 
 | staticprotected | 
Internal used set of known headers.
| 
 | staticprotected | 
Internal set of mandatory headers.
| 
 | staticprotected | 
Mapping of mode codes.
| 
 | staticprotected | 
Mapping of tone mode codes.