openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
list.h
Go to the documentation of this file.
1 #ifndef __list_h
2 #define __list_h
3 
5 {
6  DECLARE_REF(eDVBTransponderList);
7  std::map<eDVBChannelID, ePtr<iDVBFrontendParameters> > channels;
8 public:
10 };
11 
12 #endif
Definition: list.h:5
virtual RESULT getChannelFrontendData(const eDVBChannelID &id, ePtr< iDVBFrontendParameters > &parm)=0
Definition: idvb.h:443
int RESULT
Definition: object.h:12
Definition: idvb.h:144