the CI now is useable for tuner A or tuner B (auto switched)
[vuplus_dvbapp] / lib / dvb_ci / dvbci_camgr.h
index c09997c..91d3eef 100644 (file)
@@ -14,7 +14,11 @@ class eDVBCICAManagerSession: public eDVBCISession
        int receivedAPDU(const unsigned char *tag, const void *data, int len);
        int doAction();
 public:
+       eDVBCICAManagerSession(eDVBCISlot *tslot);
+       ~eDVBCICAManagerSession();
+
        const std::vector<uint16_t> &getCAIDs() const { return caids; }
+       int sendCAPMT(unsigned char *pmt, int len);
 };
 
 #endif