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
4
class
eDVBTransponderList
:
iDVBChannelList
5
{
6
DECLARE_REF(
eDVBTransponderList
);
7
std::map<eDVBChannelID, ePtr<iDVBFrontendParameters> > channels;
8
public
:
9
virtual
RESULT
getChannelFrontendData
(
const
eDVBChannelID
&
id
,
ePtr<iDVBFrontendParameters>
&parm)=0;
10
};
11
12
#endif
eDVBTransponderList
Definition:
list.h:5
eDVBTransponderList::getChannelFrontendData
virtual RESULT getChannelFrontendData(const eDVBChannelID &id, ePtr< iDVBFrontendParameters > &parm)=0
ePtr< iDVBFrontendParameters >
iDVBChannelList
Definition:
idvb.h:443
RESULT
int RESULT
Definition:
object.h:12
eDVBChannelID
Definition:
idvb.h:144
lib
dvb
list.h
Generated by
1.9.1