mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
test c**
Origin commit data
------------------
Branch: master
Commit: 0bbcfaf171
Author: max_10 <max_10@gmx.de>
Date: 2015-11-10 (Tue, 10 Nov 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -156,6 +156,7 @@ struct queueData
|
||||
class eDVBCIMMISession;
|
||||
class eDVBCIApplicationManagerSession;
|
||||
class eDVBCICAManagerSession;
|
||||
class eDVBCIContentControlManagerSession;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
@@ -176,14 +177,18 @@ typedef struct
|
||||
eDVBCIMMISession* mmiSession;
|
||||
eDVBCIApplicationManagerSession* appSession;
|
||||
eDVBCICAManagerSession* camgrSession;
|
||||
eDVBCIContentControlManagerSession* ccmgrSession;
|
||||
|
||||
bool hasAppManager;
|
||||
bool hasMMIManager;
|
||||
bool hasCAManager;
|
||||
bool hasCCManager;
|
||||
bool hasDateTime;
|
||||
bool mmiOpened;
|
||||
bool init;
|
||||
|
||||
bool ccmgr_ready;
|
||||
|
||||
char name[512];
|
||||
|
||||
bool newCapmt;
|
||||
@@ -192,11 +197,17 @@ typedef struct
|
||||
u32 pmtlen;
|
||||
u8 source;
|
||||
u8 camask;
|
||||
unsigned char pmtdata[1024];
|
||||
unsigned char pmtdata[1024 * 4];
|
||||
|
||||
int counter;
|
||||
CaIdVector cam_caids;
|
||||
std::priority_queue<queueData> sendqueue;
|
||||
|
||||
bool DataLast;
|
||||
bool DataRCV;
|
||||
/* private data */
|
||||
void *private_data;
|
||||
|
||||
} tSlot;
|
||||
|
||||
eData sendData(tSlot *slot, unsigned char* data, int len);
|
||||
|
Reference in New Issue
Block a user