pass more information about why a channel alloc fails, and display proper error messa...
[vuplus_dvbapp] / lib / dvb / pmt.h
index eae05bb..f34d761 100644 (file)
@@ -123,6 +123,8 @@ public:
                
                eventSOF,          // seek pre start
                eventEOF,          // a file playback did end
+               
+               eventMisconfiguration, // a channel was not found in any list, or no frontend was found which could provide this channel
        };
 #ifndef SWIG
        Signal1<void,int> serviceEvent;