#include <cahandler.h>
|
| | eDVBCAHandler () |
| |
| | ~eDVBCAHandler () |
| |
| int | registerService (const eServiceReferenceDVB &service, int adapter, int demux_nums[2], int servicetype, eDVBCAService *&caservice) |
| |
| int | unregisterService (const eServiceReferenceDVB &service, int adapter, int demux_nums[2], eTable< ProgramMapSection > *ptr) |
| |
| void | handlePMT (const eServiceReferenceDVB &service, ePtr< eTable< ProgramMapSection > > &ptr) |
| |
| void | handlePMT (const eServiceReferenceDVB &service, ePtr< eDVBService > &dvbservice) |
| |
| void | connectionLost (ePMTClient *client) |
| |
| | eServerSocket (int port, eMainloop *ml) |
| |
| | eServerSocket (std::string path, eMainloop *ml) |
| |
| virtual | ~eServerSocket () |
| |
| bool | ok () |
| |
| std::string | RemoteHost () |
| |
| int | Port () |
| |
| | eSocket (eMainloop *ml, int domain=AF_INET) |
| |
| | eSocket (int socket, int issocket, eMainloop *ml) |
| |
| virtual | ~eSocket () |
| |
| int | connectToHost (std::string hostname, int port) |
| |
| int | getDescriptor () |
| |
| int | writeBlock (const char *data, unsigned int len) |
| |
| int | setSocket (int socketfd, int issocket, eMainloop *ml) |
| |
| int | bytesToWrite () |
| |
| int | readBlock (char *data, unsigned int maxlen) |
| |
| int | bytesAvailable () |
| |
| bool | canReadLine () |
| |
| std::string | readLine () |
| |
| void | close () |
| |
| void | enableRead () |
| |
| void | disableRead () |
| |
| void | inject (const char *data, int len) |
| |
| int | state () |
| |
| void | operator delete (void *p) |
| |
| virtual void | AddRef ()=0 |
| |
| virtual void | Release ()=0 |
| |
|
| enum | State {
Invalid
, Idle
, HostLookup
, Connecting
,
Listening
, Connection
, Closing
} |
| |
| sigc::signal0< void > | connectionClosed_ |
| |
| sigc::signal0< void > | connected_ |
| |
| sigc::signal0< void > | readyRead_ |
| |
| sigc::signal0< void > | hangup |
| |
| sigc::signal1< void, int > | bytesWritten_ |
| |
| sigc::signal1< void, int > | error_ |
| |
| PSignal1< void, const char * > | clientname |
| |
| PSignal1< void, const char * > | clientinfo |
| |
| PSignal1< void, const char * > | verboseinfo |
| |
| PSignal1< void, int > | usedcaid |
| |
| PSignal1< void, int > | decodetime |
| |
| PSignal1< void, const char * > | usedcardid |
| |
| int | bind (int sockfd, struct sockaddr *addr, socklen_t addrlen) |
| |
| int | listen (int sockfd, int backlog) |
| |
| int | accept (int sockfd, struct sockaddr *addr, socklen_t *addrlen) |
| |
| virtual | ~iObject () |
| |
| int | socketdesc |
| |
| int | mystate |
| |
| ePtr< eSocketNotifier > | rsn |
| |
| eMainloop * | mainloop |
| |
◆ eDVBCAHandler()
| eDVBCAHandler::eDVBCAHandler |
( |
| ) |
|
◆ ~eDVBCAHandler()
| eDVBCAHandler::~eDVBCAHandler |
( |
| ) |
|
◆ connectionLost()
| void eDVBCAHandler::connectionLost |
( |
ePMTClient * |
client | ) |
|
◆ getInstance()
◆ handlePMT() [1/2]
◆ handlePMT() [2/2]
◆ registerService()
◆ SWIG_VOID()
| static eDVBCAHandler::SWIG_VOID |
( |
RESULT |
| ) |
& |
|
inlinestatic |
◆ unregisterService()
| int eDVBCAHandler::unregisterService |
( |
const eServiceReferenceDVB & |
service, |
|
|
int |
adapter, |
|
|
int |
demux_nums[2], |
|
|
eTable< ProgramMapSection > * |
ptr |
|
) |
| |
The documentation for this class was generated from the following files: