diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-04-06 10:56:50 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-04-06 10:56:50 +0200 |
commit | 011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5 (patch) | |
tree | ee03d0b8520da49a6c6943ed14e5774c2436b2c1 /ci.h | |
parent | 105ad61b6ffc1f8b205dd23d356a553dce907a93 (diff) | |
download | vdr-011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5.tar.gz vdr-011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5.tar.bz2 |
A cCamSlot that has WantsTsData set to true in its constructor now also gets the CAT and EMM PIDs data
Diffstat (limited to 'ci.h')
-rw-r--r-- | ci.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: ci.h 3.7 2014/01/31 09:21:21 kls Exp $ + * $Id: ci.h 3.8 2014/03/26 11:42:17 kls Exp $ */ #ifndef __CI_H @@ -119,7 +119,7 @@ class cTPDU; class cCiTransportConnection; class cCiSession; class cCiCaProgramData; -class cReceiver; +class cCaPidReceiver; class cCamSlot : public cListObject { friend class cCiAdapter; @@ -128,7 +128,7 @@ private: cMutex mutex; cCondVar processed; cCiAdapter *ciAdapter; - cReceiver *caPidReceiver; + cCaPidReceiver *caPidReceiver; int slotIndex; int slotNumber; cCiTransportConnection *tc[MAX_CONNECTIONS_PER_CAM_SLOT + 1]; // connection numbering starts with 1 |