common/radio_global.h
changeset 57 21be958eb3ce
parent 51 bbebb0235466
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    39  */
    39  */
    40 const int DEFAULT_VOLUME_LEVEL = 4;
    40 const int DEFAULT_VOLUME_LEVEL = 4;
    41 
    41 
    42 const int VOLUME_STEP_DIVIDER = 500;
    42 const int VOLUME_STEP_DIVIDER = 500;
    43 
    43 
       
    44 const int MAX_STATION_NAME_LENGTH = 64;
       
    45 
    44 /**
    46 /**
    45  * UIDs for checking the offline mode
    47  * UIDs for checking the offline mode
    46  * Values copied from CoreApplicationUIsSDKCRKeys.h
    48  * Values copied from CoreApplicationUIsSDKCRKeys.h
    47  */
    49  */
    48 const long int CENREP_CORE_APPLICATION_UIS = 0x101F876C;
    50 const long int CENREP_CORE_APPLICATION_UIS = 0x101F876C;
    67  */
    69  */
    68 namespace RtPlus
    70 namespace RtPlus
    69 {
    71 {
    70     enum Tag
    72     enum Tag
    71     {
    73     {
       
    74         Unknown = -1, // Not an official tag
    72         Dummy = 0,
    75         Dummy = 0,
    73         Title = 1,
    76         Title = 1,
    74         Artist = 4,
    77         Artist = 4,
    75         Band = 9,
    78         Band = 9,
    76         Homepage = 39
    79         Homepage = 39
   107 {
   110 {
   108     enum Status
   111     enum Status
   109     {
   112     {
   110         NotScanning,
   113         NotScanning,
   111         ScanningInMainView,
   114         ScanningInMainView,
   112         ScanningInStationsView
   115         ScanningInStationsView,
       
   116         SeekingInMainView
   113     };
   117     };
   114 }
   118 }
   115 
   119 
   116 namespace StationSkip
   120 namespace StationSkip
   117 {
   121 {