diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-18 19:15:29 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-18 19:15:29 +0100 |
commit | 438c177a21e10149fd947cc1611a078723aae6e6 (patch) | |
tree | 0a93b11334db98e36815b0a138d1e9a5a66663f9 /src/DabMux.h | |
parent | e5cc1bbe0045ed027bd0497a3e82e2de508b1bd0 (diff) | |
download | dabmux-438c177a21e10149fd947cc1611a078723aae6e6.tar.gz dabmux-438c177a21e10149fd947cc1611a078723aae6e6.tar.bz2 dabmux-438c177a21e10149fd947cc1611a078723aae6e6.zip |
Translate some comments to english
Diffstat (limited to 'src/DabMux.h')
-rw-r--r-- | src/DabMux.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/DabMux.h b/src/DabMux.h index eeff13d..7bc9481 100644 --- a/src/DabMux.h +++ b/src/DabMux.h @@ -54,23 +54,24 @@ #define DEFAULT_DATA_BITRATE 384 #define DEFAULT_PACKET_BITRATE 32 -// Etiquettes des sous-canaux et de l'ensemble, 16 characteres incluant les -// espaces +/* default ensemble parameters. Label must be max 16 chars, short label + * a subset of the label, max 8 chars + */ #define DEFAULT_ENSEMBLE_LABEL "ODR Dab Mux" #define DEFAULT_ENSEMBLE_SHORT_LABEL "ODRMux" #define DEFAULT_ENSEMBLE_ID 0xc000 #define DEFAULT_ENSEMBLE_ECC 0xa1 -//Numeros des sous-canaux +// start value for default service IDs (if not overridden by configuration) #define DEFAULT_SERVICE_ID 50 #define DEFAULT_PACKET_ADDRESS 0 using namespace std; -/****************************************************************************** - ***************** Definitions des stuctures des FIGs ********************** - ******************************************************************************/ +/***************************************************************************** + ***************** Definition of FIG structures **************************** + *****************************************************************************/ struct FIGtype0 { uint8_t Length:5; uint8_t FIGtypeNumber:3; @@ -398,3 +399,4 @@ struct FIGtype1_4_data { #endif #endif + |